From owner-svn-ports-all@freebsd.org Mon Nov 9 11:40:40 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 488E1A2A6C7; Mon, 9 Nov 2015 11:40:40 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA19C1CCC; Mon, 9 Nov 2015 11:40:39 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9BedEj055558; Mon, 9 Nov 2015 11:40:39 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9Bec19055555; Mon, 9 Nov 2015 11:40:38 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201511091140.tA9Bec19055555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 9 Nov 2015 11:40:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401092 - head/dns/bind9-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 11:40:40 -0000 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