aboutsummaryrefslogtreecommitdiffstats
path: root/dns/bind8
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2005-10-29 15:13:29 +0800
committerdougb <dougb@FreeBSD.org>2005-10-29 15:13:29 +0800
commit88c5a531cb6a6005e92562b2b543a866d3024bd4 (patch)
tree9f4b172b88f694477d0b20d2473a1005ed584ce4 /dns/bind8
parent829ba133c8622e0339248b7f0d74725e152e5bad (diff)
downloadfreebsd-ports-gnome-88c5a531cb6a6005e92562b2b543a866d3024bd4.tar.gz
freebsd-ports-gnome-88c5a531cb6a6005e92562b2b543a866d3024bd4.tar.zst
freebsd-ports-gnome-88c5a531cb6a6005e92562b2b543a866d3024bd4.zip
For the ports that I maintain, do the following as appropriate:
1. Add myself as a backup master site (Sourceforge and CPAN ports already have good enough coverage, so skip them). 2. For all ports that have them, download the PGP signature files. 3. For ports in 2, add a verify target to the Makefile 4. For ports where I was already providing a master site, update the URL. 5. Pet portlint in a couple of places.
Diffstat (limited to 'dns/bind8')
-rw-r--r--dns/bind8/Makefile11
-rw-r--r--dns/bind8/distinfo4
2 files changed, 13 insertions, 2 deletions
diff --git a/dns/bind8/Makefile b/dns/bind8/Makefile
index f0ea22eeb1d9..72497326f109 100644
--- a/dns/bind8/Makefile
+++ b/dns/bind8/Makefile
@@ -13,10 +13,13 @@
PORTNAME= bind
PORTVERSION= 8.3.7
CATEGORIES?= dns net
-MASTER_SITES= ${MASTER_SITE_ISC}
+MASTER_SITES= ${MASTER_SITE_ISC} \
+ http://dougbarton.us/Downloads/%SUBDIR%/
MASTER_SITE_SUBDIR= bind/src/${PORTVERSION}
-DISTFILES= bind-src.tar.gz bind-doc.tar.gz
+DISTFILES= bind-src.tar.gz bind-doc.tar.gz \
+ bind-src.tar.gz.asc bind-doc.tar.gz.asc
DIST_SUBDIR= bind-${PORTVERSION}
+EXTRACT_ONLY= bind-src.tar.gz bind-doc.tar.gz
MAINTAINER?= DougB@FreeBSD.org
COMMENT= The Berkeley Internet Name Domain, an implementation of DNS
@@ -53,6 +56,10 @@ PATCH_DIST_ARGS= -s -d ${WRKDIR}
WRKSRC= ${WRKDIR}/src
+verify: checksum
+ gpg --verify ${DISTDIR}/${DIST_SUBDIR}/bind-src.tar.gz.asc
+ gpg --verify ${DISTDIR}/${DIST_SUBDIR}/bind-doc.tar.gz.asc
+
post-patch:
@${SED} -e "s#\'DESTETC=.*#'DESTETC=${BIND_DESTETC}'#" \
-e "s#-O2 -g#${CFLAGS}#" \
diff --git a/dns/bind8/distinfo b/dns/bind8/distinfo
index 454da4fbcd5a..0fe316310d6a 100644
--- a/dns/bind8/distinfo
+++ b/dns/bind8/distinfo
@@ -2,3 +2,7 @@ MD5 (bind-8.3.7/bind-src.tar.gz) = 36cc1660eb7d73e872a1e5af6f832167
SIZE (bind-8.3.7/bind-src.tar.gz) = 1417083
MD5 (bind-8.3.7/bind-doc.tar.gz) = b7ccbde30d8c43202eabf61a51366852
SIZE (bind-8.3.7/bind-doc.tar.gz) = 1492990
+MD5 (bind-8.3.7/bind-src.tar.gz.asc) = f4814a77210b1035706702abd76e2df8
+SIZE (bind-8.3.7/bind-src.tar.gz.asc) = 187
+MD5 (bind-8.3.7/bind-doc.tar.gz.asc) = 97261ecda0ad770c359db9229b61b375
+SIZE (bind-8.3.7/bind-doc.tar.gz.asc) = 187