summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--OpenBSD/net/bubger/Makefile2
-rw-r--r--OpenBSD/net/litterbox/Makefile2
-rw-r--r--OpenBSD/net/pounce-notify/Makefile2
-rw-r--r--OpenBSD/net/pounce-palaver/Makefile2
-rw-r--r--OpenBSD/net/pounce/Makefile2
-rw-r--r--OpenBSD/sysutils/catsit/Makefile2
-rw-r--r--OpenBSD/www/cgit-pink/Makefile8
7 files changed, 10 insertions, 10 deletions
diff --git a/OpenBSD/net/bubger/Makefile b/OpenBSD/net/bubger/Makefile
index d226626..69a8e74 100644
--- a/OpenBSD/net/bubger/Makefile
+++ b/OpenBSD/net/bubger/Makefile
@@ -15,7 +15,7 @@ PERMIT_PACKAGE =	Yes
 WANTLIB += c tls
 LIB_DEPENDS =	converters/libiconv
 
-MASTER_SITES =		https://git.causal.agency/bubger/snapshot/
+SITES =		https://git.causal.agency/bubger/snapshot/
 
 # C11
 COMPILER =		base-clang ports-gcc
diff --git a/OpenBSD/net/litterbox/Makefile b/OpenBSD/net/litterbox/Makefile
index d82b5fd..6a9f64a 100644
--- a/OpenBSD/net/litterbox/Makefile
+++ b/OpenBSD/net/litterbox/Makefile
@@ -12,7 +12,7 @@ PERMIT_PACKAGE =	Yes
 WANTLIB =		c sqlite3 tls
 LIB_DEPENDS =	databases/sqlite3
 
-MASTER_SITES =		https://git.causal.agency/litterbox/snapshot/
+SITES =		https://git.causal.agency/litterbox/snapshot/
 
 # C11
 COMPILER =	base-clang ports-gcc
diff --git a/OpenBSD/net/pounce-notify/Makefile b/OpenBSD/net/pounce-notify/Makefile
index f472957..b1d9bf7 100644
--- a/OpenBSD/net/pounce-notify/Makefile
+++ b/OpenBSD/net/pounce-notify/Makefile
@@ -16,7 +16,7 @@ PERMIT_PACKAGE =	Yes
 # uses pledge() and unveil()
 WANTLIB += c tls
 
-MASTER_SITES =		https://git.causal.agency/pounce/snapshot/
+SITES =		https://git.causal.agency/pounce/snapshot/
 
 # C11
 COMPILER =		base-clang ports-gcc
diff --git a/OpenBSD/net/pounce-palaver/Makefile b/OpenBSD/net/pounce-palaver/Makefile
index f7c10a2..e3e9d8f 100644
--- a/OpenBSD/net/pounce-palaver/Makefile
+++ b/OpenBSD/net/pounce-palaver/Makefile
@@ -16,7 +16,7 @@ PERMIT_PACKAGE =	Yes
 # uses pledge() and unveil()
 WANTLIB += c curl sqlite3 tls
 
-MASTER_SITES =		https://git.causal.agency/pounce/snapshot/
+SITES =		https://git.causal.agency/pounce/snapshot/
 
 # C11
 COMPILER =		base-clang ports-gcc
diff --git a/OpenBSD/net/pounce/Makefile b/OpenBSD/net/pounce/Makefile
index 7e69269..34c8628 100644
--- a/OpenBSD/net/pounce/Makefile
+++ b/OpenBSD/net/pounce/Makefile
@@ -14,7 +14,7 @@ PERMIT_PACKAGE =	Yes
 # uses pledge() and unveil()
 WANTLIB += c tls
 
-MASTER_SITES =		https://git.causal.agency/pounce/snapshot/
+SITES =		https://git.causal.agency/pounce/snapshot/
 
 # C11
 COMPILER =		base-clang ports-gcc
diff --git a/OpenBSD/sysutils/catsit/Makefile b/OpenBSD/sysutils/catsit/Makefile
index a26f6a8..eda5576 100644
--- a/OpenBSD/sysutils/catsit/Makefile
+++ b/OpenBSD/sysutils/catsit/Makefile
@@ -12,7 +12,7 @@ PERMIT_PACKAGE =	Yes
 # uses pledge() and unveil()
 WANTLIB =		c
 
-MASTER_SITES =		https://git.causal.agency/catsit/snapshot/
+SITES =		https://git.causal.agency/catsit/snapshot/
 
 # C11
 COMPILER =	base-clang ports-gcc
diff --git a/OpenBSD/www/cgit-pink/Makefile b/OpenBSD/www/cgit-pink/Makefile
index c547c07..1eb163b 100644
--- a/OpenBSD/www/cgit-pink/Makefile
+++ b/OpenBSD/www/cgit-pink/Makefile
@@ -5,11 +5,11 @@ COMMENT =	web frontend for git repositories
 DISTNAME =	cgit-pink-1.4.1
 CATEGORIES =	www devel
 
-DISTFILES =	${DISTNAME}.tar.gz:0 \
-		git-2.36.1.tar.gz:1
+DISTFILES =	${DISTNAME}.tar.gz
+DISTFILES.git = git-2.36.1.tar.gz
 
-MASTER_SITES0 =		https://git.causal.agency/cgit-pink/snapshot/
-MASTER_SITES1 =		https://www.kernel.org/pub/software/scm/git/
+SITES =		https://git.causal.agency/cgit-pink/snapshot/
+SITES.git =		https://www.kernel.org/pub/software/scm/git/
 HOMEPAGE =		https://git.causal.agency/cgit-pink/about/
 
 # GPLv2