Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2015 11:40:38 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401092 - head/dns/bind9-devel
Message-ID:  <201511091140.tA9Bec19055555@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Nov  9 11:40:38 2015
New Revision: 401092
URL: https://svnweb.freebsd.org/changeset/ports/401092

Log:
  Update to commit e13d04f.
  
  Sponsored by:	Absolight

Modified:
  head/dns/bind9-devel/Makefile
  head/dns/bind9-devel/distinfo

Modified: head/dns/bind9-devel/Makefile
==============================================================================
--- head/dns/bind9-devel/Makefile	Mon Nov  9 11:00:05 2015	(r401091)
+++ head/dns/bind9-devel/Makefile	Mon Nov  9 11:40:38 2015	(r401092)
@@ -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 DNS
 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
 

Modified: head/dns/bind9-devel/distinfo
==============================================================================
--- head/dns/bind9-devel/distinfo	Mon Nov  9 11:00:05 2015	(r401091)
+++ head/dns/bind9-devel/distinfo	Mon Nov  9 11:40:38 2015	(r401092)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511091140.tA9Bec19055555>