Date: Wed, 25 Oct 2017 16:12:04 +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: r452866 - head/dns/bind912 Message-ID: <201710251612.v9PGC4ZT039037@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Wed Oct 25 16:12:04 2017 New Revision: 452866 URL: https://svnweb.freebsd.org/changeset/ports/452866 Log: Add BIND9 9.12, currently in beta 1. Changes: https://lists.isc.org/pipermail/bind-announce/2017-October/001068.html Sponsored by: Absolight Added: head/dns/bind912/ - copied from r452865, head/dns/bind9-devel/ Modified: head/dns/bind912/Makefile head/dns/bind912/distinfo head/dns/bind912/pkg-plist Modified: head/dns/bind912/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Wed Oct 25 15:17:59 2017 (r452865) +++ head/dns/bind912/Makefile Wed Oct 25 16:12:04 2017 (r452866) @@ -8,17 +8,16 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc PORTREVISION= 0 .else # dns/bind9xx here -PORTREVISION= 1 +PORTREVISION= 0 .endif 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;/ +MASTER_SITES= ISC/bind9/${ISCVERSION} .if defined(BIND_TOOLS_SLAVE) PKGNAMESUFFIX= -tools .else -PKGNAMESUFFIX= 9-devel +PKGNAMESUFFIX= 912 .endif -DISTNAME= ${PORTNAME}9-${HASH} +DISTNAME= ${PORTNAME}-${ISCVERSION} MAINTAINER= mat@FreeBSD.org .if defined(BIND_TOOLS_SLAVE) @@ -31,8 +30,7 @@ LICENSE= MPL LICENSE_FILE= ${WRKSRC}/COPYRIGHT # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.12.0a.2017.10.22 -HASH= 2e662cf +ISCVERSION= 9.12.0b1 USES= cpe libedit @@ -226,12 +224,7 @@ BROKEN= OpenSSL from the base system does not support that needs SSL. .endif -post-extract: - echo "SRCID=${HASH}" > ${WRKSRC}/srcid - post-patch: - @${REINPLACE_CMD} -e '/RELEASETYPE=/s#$$#-${HASH}#' \ - ${WRKSRC}/version .if defined(BIND_TOOLS_SLAVE) @${REINPLACE_CMD} -e 's#^SUBDIRS.*#SUBDIRS = lib bin#' \ -e 's#isc-config.sh installdirs#installdirs#' \ Modified: head/dns/bind912/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Wed Oct 25 15:17:59 2017 (r452865) +++ head/dns/bind912/distinfo Wed Oct 25 16:12:04 2017 (r452866) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508765328 -SHA256 (bind9-2e662cf.tar.gz) = b646046925a9569a7b3a43c338379db0b8642d7261b299f22a529994d612a7d5 -SIZE (bind9-2e662cf.tar.gz) = 11341720 +TIMESTAMP = 1508945823 +SHA256 (bind-9.12.0b1.tar.gz) = 640549c74d5e1d6e1be3fdee37c5664185becdc8aeda334aeb38afa0b57c9c3c +SIZE (bind-9.12.0b1.tar.gz) = 9249247 Modified: head/dns/bind912/pkg-plist ============================================================================== --- head/dns/bind9-devel/pkg-plist Wed Oct 25 15:17:59 2017 (r452865) +++ head/dns/bind912/pkg-plist Wed Oct 25 16:12:04 2017 (r452866) @@ -147,7 +147,6 @@ include/isc/commandline.h include/isc/condition.h include/isc/counter.h include/isc/crc64.h -include/isc/deprecated.h include/isc/dir.h include/isc/entropy.h include/isc/errno.h @@ -174,7 +173,6 @@ include/isc/lang.h include/isc/lex.h include/isc/lfsr.h include/isc/lib.h -include/isc/likely.h include/isc/list.h include/isc/log.h include/isc/magic.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710251612.v9PGC4ZT039037>