svn commit: r509280 - in head/dns/bind9-devel: . files
Mathieu Arnold
mat at FreeBSD.org
Mon Aug 19 12:17:58 UTC 2019
Author: mat
Date: Mon Aug 19 12:17:56 2019
New Revision: 509280
URL: https://svnweb.freebsd.org/changeset/ports/509280
Log:
Update to latest commit.
Modified:
head/dns/bind9-devel/Makefile (contents, props changed)
head/dns/bind9-devel/distinfo (contents, props changed)
head/dns/bind9-devel/files/extrapatch-bind-tools (contents, props changed)
Modified: head/dns/bind9-devel/Makefile
==============================================================================
--- head/dns/bind9-devel/Makefile Mon Aug 19 12:17:53 2019 (r509279)
+++ head/dns/bind9-devel/Makefile Mon Aug 19 12:17:56 2019 (r509280)
@@ -41,13 +41,13 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools
# XXX: remove tar:bz2
USES= compiler:c11 cpe libedit pkgconfig ssl tar:bz2
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION= 9.15.0a0.2019.08.12
+ISCVERSION= 9.15.3a0.2019.08.12
# XXX: Remove gitlab
USE_GITLAB= yes
GL_SITE= https://gitlab.isc.org
GL_ACCOUNT= isc-projects
GL_PROJECT= bind9
-GL_COMMIT= d60557be82d061849cc062b5ef3ab2fc82423684
+GL_COMMIT= e1792341ac876d577cb268ff687643d6a2c05261
CPE_VENDOR= isc
CPE_VERSION= ${ISCVERSION:C/-.*//}
Modified: head/dns/bind9-devel/distinfo
==============================================================================
--- head/dns/bind9-devel/distinfo Mon Aug 19 12:17:53 2019 (r509279)
+++ head/dns/bind9-devel/distinfo Mon Aug 19 12:17:56 2019 (r509280)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1565619108
-SHA256 (isc-projects-bind9-d60557be82d061849cc062b5ef3ab2fc82423684_GL0.tar.gz) = ece0e1d98c11eee2ee6441f72c12cbc5e420cc3ba1812b5846448ceb126f2c4d
-SIZE (isc-projects-bind9-d60557be82d061849cc062b5ef3ab2fc82423684_GL0.tar.gz) = 6326649
+TIMESTAMP = 1566212058
+SHA256 (isc-projects-bind9-e1792341ac876d577cb268ff687643d6a2c05261_GL0.tar.gz) = dd21513dcc8b08775e5e909f2d35f273af831656305a0f10d0dc225d692c0255
+SIZE (isc-projects-bind9-e1792341ac876d577cb268ff687643d6a2c05261_GL0.tar.gz) = 6330616
Modified: head/dns/bind9-devel/files/extrapatch-bind-tools
==============================================================================
--- head/dns/bind9-devel/files/extrapatch-bind-tools Mon Aug 19 12:17:53 2019 (r509279)
+++ head/dns/bind9-devel/files/extrapatch-bind-tools Mon Aug 19 12:17:56 2019 (r509280)
@@ -1,6 +1,6 @@
Only select the "tools" part of bind for building.
---- Makefile.in.orig 2019-04-26 22:53:11 UTC
+--- Makefile.in.orig 2019-08-12 14:08:48 UTC
+++ Makefile.in
@@ -14,7 +14,7 @@ top_builddir = @top_builddir@
@@ -11,23 +11,15 @@ Only select the "tools" part of bind for building.
TARGETS =
PREREQS = bind.keys.h
-@@ -54,14 +54,11 @@ installdirs:
- ${DESTDIR}${localstatedir}/run ${DESTDIR}${sysconfdir}
+@@ -51,7 +51,6 @@ installdirs:
$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man1
--install:: isc-config.sh installdirs
-- ${INSTALL_SCRIPT} isc-config.sh ${DESTDIR}${bindir}
-+install:: installdirs
- rm -f ${DESTDIR}${bindir}/bind9-config
- @LN@ ${DESTDIR}${bindir}/isc-config.sh ${DESTDIR}${bindir}/bind9-config
-- ${INSTALL_DATA} ${top_srcdir}/isc-config.sh.1 ${DESTDIR}${mandir}/man1
- rm -f ${DESTDIR}${mandir}/man1/bind9-config.1
- @LN@ ${DESTDIR}${mandir}/man1/isc-config.sh.1 ${DESTDIR}${mandir}/man1/bind9-config.1
+ install:: installdirs
- ${INSTALL_DATA} ${top_srcdir}/bind.keys ${DESTDIR}${sysconfdir}
uninstall::
rm -f ${DESTDIR}${sysconfdir}/bind.keys
---- bin/Makefile.in.orig 2019-04-26 22:53:11 UTC
+--- bin/Makefile.in.orig 2019-08-12 14:08:48 UTC
+++ bin/Makefile.in
@@ -11,8 +11,8 @@ srcdir = @srcdir@
VPATH = @srcdir@
More information about the svn-ports-all
mailing list