diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-26 08:19:38 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-26 08:32:11 +0000 |
commit | 8778bf6cff5a6ab15df1b68a5a754d6bdc3a21d5 (patch) | |
tree | d18288f807d5a8a0d750d91fd6ae101c669b2c0f | |
parent | 0e379903e565290f382414eb189c3e9f36d065d0 (diff) | |
download | ports-8778bf6cff5a6ab15df1b68a5a754d6bdc3a21d5.tar.gz ports-8778bf6cff5a6ab15df1b68a5a754d6bdc3a21d5.zip |
dns/bind9-devel: Update to latest commit.
-rw-r--r-- | dns/bind9-devel/Makefile | 4 | ||||
-rw-r--r-- | dns/bind9-devel/distinfo | 6 | ||||
-rw-r--r-- | dns/bind9-devel/files/patch-configure.ac | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index b14c29000b04..e4a5059366b5 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -49,13 +49,13 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools # XXX: remove tar:bz2 USES= autoreconf compiler:c11 cpe libedit libtool pkgconfig ssl tar:bz2 # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.17.11a0.2021.04.19 +ISCVERSION= 9.17.11a0.2021.04.26 # XXX: Remove gitlab USE_GITLAB= yes GL_SITE= https://gitlab.isc.org GL_ACCOUNT= isc-projects GL_PROJECT= bind9 -GL_COMMIT= c216ace42a09b0ed87dd17a77fad34576aad4300 +GL_COMMIT= c84399df648b1e305f9fbbf48da470a65df61fe7 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo index 5197579058b1..f9a1547c1a07 100644 --- a/dns/bind9-devel/distinfo +++ b/dns/bind9-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618823310 -SHA256 (isc-projects-bind9-c216ace42a09b0ed87dd17a77fad34576aad4300_GL0.tar.gz) = 70758b834372363e5f52fb6ef8b2038059a5f4ccec39db7a8cbee7cc6676a472 -SIZE (isc-projects-bind9-c216ace42a09b0ed87dd17a77fad34576aad4300_GL0.tar.gz) = 6413025 +TIMESTAMP = 1619423487 +SHA256 (isc-projects-bind9-c84399df648b1e305f9fbbf48da470a65df61fe7_GL0.tar.gz) = 145adc47532f7690c9367e4b761325e06b49fa2f034d301144d236f4c655a9e1 +SIZE (isc-projects-bind9-c84399df648b1e305f9fbbf48da470a65df61fe7_GL0.tar.gz) = 6410907 diff --git a/dns/bind9-devel/files/patch-configure.ac b/dns/bind9-devel/files/patch-configure.ac index 31862fad2df2..417f725db3f2 100644 --- a/dns/bind9-devel/files/patch-configure.ac +++ b/dns/bind9-devel/files/patch-configure.ac @@ -1,9 +1,9 @@ automake has warnings, it is ok here. ---- configure.ac.orig 2020-05-10 23:44:14 UTC +--- configure.ac.orig 2021-04-26 07:17:12 UTC +++ configure.ac -@@ -56,7 +56,7 @@ AC_DEFINE_UNQUOTED([PACKAGE_CONFIGARGS], ["$bind_CONFI - AC_DEFINE([PACKAGE_BUILDER], ["make"], [make or Visual Studio]) +@@ -63,7 +63,7 @@ AC_CANONICAL_HOST + AC_CANONICAL_TARGET AC_CONFIG_SRCDIR([bin/named/main.c]) -AM_INIT_AUTOMAKE([1.9 tar-pax foreign subdir-objects dist-xz no-dist-gzip -Wall -Werror]) |