svn commit: r452866 - head/dns/bind912
Mathieu Arnold
mat at FreeBSD.org
Wed Oct 25 16:12:06 UTC 2017
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 at 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
More information about the svn-ports-head
mailing list