Date: Fri, 1 Mar 2019 10:10:03 +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: r494252 - in head/dns: . bind9-devel bind911 bind912 bind913 bind914 Message-ID: <201903011010.x21AA3Zj007776@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Fri Mar 1 10:10:03 2019 New Revision: 494252 URL: https://svnweb.freebsd.org/changeset/ports/494252 Log: Add BIND 9.14.0 first release candidate. Added: head/dns/bind914/ - copied from r494246, head/dns/bind913/ Modified: head/dns/Makefile head/dns/bind9-devel/Makefile head/dns/bind911/Makefile head/dns/bind912/Makefile head/dns/bind913/Makefile head/dns/bind914/Makefile head/dns/bind914/distinfo Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Fri Mar 1 10:03:04 2019 (r494251) +++ head/dns/Makefile Fri Mar 1 10:10:03 2019 (r494252) @@ -14,6 +14,7 @@ SUBDIR += bind911 SUBDIR += bind912 SUBDIR += bind913 + SUBDIR += bind914 SUBDIR += bindgraph SUBDIR += bundy SUBDIR += c-ares Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Fri Mar 1 10:03:04 2019 (r494251) +++ head/dns/bind9-devel/Makefile Fri Mar 1 10:10:03 2019 (r494252) @@ -62,7 +62,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-c ETCDIR= ${PREFIX}/etc/namedb # XXX: Add -devel -CONFLICTS= bind99 bind910 bind911 bind912 bind913 +CONFLICTS= bind911 bind912 bind913 bind914 .if defined(BIND_TOOLS_SLAVE) CONFIGURE_ARGS+= --disable-shared Modified: head/dns/bind911/Makefile ============================================================================== --- head/dns/bind911/Makefile Fri Mar 1 10:03:04 2019 (r494251) +++ head/dns/bind911/Makefile Fri Mar 1 10:10:03 2019 (r494252) @@ -38,7 +38,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-c --sysconfdir=${ETCDIR} ETCDIR= ${PREFIX}/etc/namedb -CONFLICTS= bind-tools bind99 bind910 bind912 bind913 bind9-devel +CONFLICTS= bind-tools bind912 bind913 bind914 bind9-devel SUB_FILES= pkg-message named.conf USE_RC_SUBR= named Modified: head/dns/bind912/Makefile ============================================================================== --- head/dns/bind912/Makefile Fri Mar 1 10:03:04 2019 (r494251) +++ head/dns/bind912/Makefile Fri Mar 1 10:10:03 2019 (r494252) @@ -50,7 +50,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-c --sysconfdir=${ETCDIR} ETCDIR= ${PREFIX}/etc/namedb -CONFLICTS= bind99 bind910 bind911 bind913 bind9-devel +CONFLICTS= bind911 bind913 bind914 bind9-devel .if defined(BIND_TOOLS_SLAVE) CONFIGURE_ARGS+= --disable-shared Modified: head/dns/bind913/Makefile ============================================================================== --- head/dns/bind913/Makefile Fri Mar 1 10:03:04 2019 (r494251) +++ head/dns/bind913/Makefile Fri Mar 1 10:10:03 2019 (r494252) @@ -50,7 +50,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-c --sysconfdir=${ETCDIR} ETCDIR= ${PREFIX}/etc/namedb -CONFLICTS= bind99 bind910 bind911 bind912 bind9-devel +CONFLICTS= bind911 bind912 bind914 bind9-devel .if defined(BIND_TOOLS_SLAVE) CONFIGURE_ARGS+= --disable-shared Modified: head/dns/bind914/Makefile ============================================================================== --- head/dns/bind913/Makefile Fri Mar 1 09:04:05 2019 (r494246) +++ head/dns/bind914/Makefile Fri Mar 1 10:10:03 2019 (r494252) @@ -15,7 +15,7 @@ MASTER_SITES= ISC/bind9/${ISCVERSION} .if defined(BIND_TOOLS_SLAVE) PKGNAMESUFFIX= -tools .else -PKGNAMESUFFIX= 913 +PKGNAMESUFFIX= 914 .endif DISTNAME= ${PORTNAME}-${ISCVERSION} @@ -33,7 +33,7 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2 USES= compiler:c11 cpe libedit ssl # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.13.7 +ISCVERSION= 9.14.0rc1 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} @@ -50,11 +50,11 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-c --sysconfdir=${ETCDIR} ETCDIR= ${PREFIX}/etc/namedb -CONFLICTS= bind99 bind910 bind911 bind912 bind9-devel +CONFLICTS= bind911 bind912 bind13 bind9-devel .if defined(BIND_TOOLS_SLAVE) CONFIGURE_ARGS+= --disable-shared -CONFLICTS+= bind913 +CONFLICTS+= bind914 .else USE_RC_SUBR= named SUB_FILES= pkg-message named.conf Modified: head/dns/bind914/distinfo ============================================================================== --- head/dns/bind913/distinfo Fri Mar 1 09:04:05 2019 (r494246) +++ head/dns/bind914/distinfo Fri Mar 1 10:10:03 2019 (r494252) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551088272 -SHA256 (bind-9.13.7.tar.gz) = e7f2065c790419d642dc0a32c5652a53b68a7f17c188fe25a20c5984ddfb74e6 -SIZE (bind-9.13.7.tar.gz) = 6296628 +TIMESTAMP = 1551432933 +SHA256 (bind-9.14.0rc1.tar.gz) = 0fb08cc8361e8017246cc3b21d71e039ef8c962b07fdb8a14e17f8cd1807b458 +SIZE (bind-9.14.0rc1.tar.gz) = 6284489
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903011010.x21AA3Zj007776>