diff options
author | mat <mat@FreeBSD.org> | 2015-11-09 19:40:38 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-11-09 19:40:38 +0800 |
commit | a1ee64562d31d1209eb114de2a93484fd0048423 (patch) | |
tree | 60801b54ce7eb77104df6c994fd45d171e6cef41 /dns | |
parent | 5eed0f14451f0e40a6e9b3949db2fab61db8ffc0 (diff) | |
download | freebsd-ports-gnome-a1ee64562d31d1209eb114de2a93484fd0048423.tar.gz freebsd-ports-gnome-a1ee64562d31d1209eb114de2a93484fd0048423.tar.zst freebsd-ports-gnome-a1ee64562d31d1209eb114de2a93484fd0048423.zip |
Update to commit e13d04f.
Sponsored by: Absolight
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9-devel/Makefile | 19 | ||||
-rw-r--r-- | dns/bind9-devel/distinfo | 4 |
2 files changed, 10 insertions, 13 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index 662190140d9b..8d0a39d46c4b 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -6,8 +6,12 @@ PORTVERSION= ${ISCVERSION:S/-P/P/} PORTREVISION= 0 CATEGORIES= dns net ipv6 MASTER_SITES= LOCAL/mat/bind +#MASTER_SITES= https://source.isc.org/cgi-bin/gitweb.cgi?p=bind9.git;a=snapshot;h=${HASH};sf=tgz;f= PKGNAMESUFFIX= 9-devel -DISTNAME= ${PORTNAME}-${HASH} +DISTNAME= ${PORTNAME}9-${HASH} + +# Force the filename when fetched from the ISC gitweb. +FETCH_BEFORE_ARGS= -o ${DISTFILES} MAINTAINER= mat@FreeBSD.org COMMENT= BIND DNS suite with updated DNSSEC and DNS64 @@ -15,12 +19,12 @@ COMMENT= BIND DNS suite with updated DNSSEC and DNS64 LICENSE= ISCL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.11.0.a20151106 -HASH= f4b1a7e +ISCVERSION= 9.11.0.a20151109 +HASH= e13d04f MAKE_JOBS_UNSAFE= yes -USES= cpe libedit tar:xz +USES= cpe libedit CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} @@ -207,13 +211,6 @@ PKGDEINSTALL= ${PKGINSTALL} PORTDOCS= * -make-distfile: - git pull; \ - git show-ref --abbrev HEAD; \ - rev=`git rev-parse --short HEAD`; \ - git archive --format tar -o bind-$${rev}.tar --prefix bind-$${rev}/ $${rev}; \ - xz -v9 bind-$${rev}.tar - post-extract: echo "SRCID=${HASH}" > ${WRKSRC}/srcid diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo index ff637ab518f1..64b08a8245e2 100644 --- a/dns/bind9-devel/distinfo +++ b/dns/bind9-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (bind-f4b1a7e.tar.xz) = f586654809b7e7425a23934cd6a3f7e81441738d2d45800adf84ee9b4295bd35 -SIZE (bind-f4b1a7e.tar.xz) = 6799880 +SHA256 (bind9-e13d04f.tar.gz) = a1d58d7498c9603e2951d834547b33c50f1f4cee7d1543d65c335af0498db62e +SIZE (bind9-e13d04f.tar.gz) = 10994697 |