svn commit: r539971 - in head/dns/bind9-devel: . files

Mathieu Arnold mat at FreeBSD.org
Tue Jun 23 10:18:32 UTC 2020


Author: mat
Date: Tue Jun 23 10:18:31 2020
New Revision: 539971
URL: https://svnweb.freebsd.org/changeset/ports/539971

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/patch-configure.ac   (contents, props changed)

Modified: head/dns/bind9-devel/Makefile
==============================================================================
--- head/dns/bind9-devel/Makefile	Tue Jun 23 10:18:19 2020	(r539970)
+++ head/dns/bind9-devel/Makefile	Tue Jun 23 10:18:31 2020	(r539971)
@@ -48,13 +48,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.0a0.2020.06.11
+ISCVERSION=	9.17.0a0.2020.06.23
 # XXX: Remove gitlab
 USE_GITLAB=	yes
 GL_SITE=	https://gitlab.isc.org
 GL_ACCOUNT=	isc-projects
 GL_PROJECT=	bind9
-GL_COMMIT=	50d3344ca5b098b1e629e2c123393a308e80bad4
+GL_COMMIT=	e8fa9986bd3bc6fdb7d40b60ecebfdcafbabea4c
 
 CPE_VENDOR=	isc
 CPE_VERSION=	${ISCVERSION:C/-.*//}

Modified: head/dns/bind9-devel/distinfo
==============================================================================
--- head/dns/bind9-devel/distinfo	Tue Jun 23 10:18:19 2020	(r539970)
+++ head/dns/bind9-devel/distinfo	Tue Jun 23 10:18:31 2020	(r539971)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1592220429
-SHA256 (isc-projects-bind9-50d3344ca5b098b1e629e2c123393a308e80bad4_GL0.tar.gz) = a20e3794650a02bbd8f2d5424272608b39c18a276217b4624a7b5f8ba9786ab5
-SIZE (isc-projects-bind9-50d3344ca5b098b1e629e2c123393a308e80bad4_GL0.tar.gz) = 4485845
+TIMESTAMP = 1592905941
+SHA256 (isc-projects-bind9-e8fa9986bd3bc6fdb7d40b60ecebfdcafbabea4c_GL0.tar.gz) = 07dd4fd1c1a2df373a0080215df9a0aebc86bff5355736a0219df3a1201bb793
+SIZE (isc-projects-bind9-e8fa9986bd3bc6fdb7d40b60ecebfdcafbabea4c_GL0.tar.gz) = 4486388

Modified: head/dns/bind9-devel/files/patch-configure.ac
==============================================================================
--- head/dns/bind9-devel/files/patch-configure.ac	Tue Jun 23 10:18:19 2020	(r539970)
+++ head/dns/bind9-devel/files/patch-configure.ac	Tue Jun 23 10:18:31 2020	(r539971)
@@ -6,8 +6,8 @@ automake has warnings, it is ok here.
  AC_DEFINE([PACKAGE_BUILDER], ["make"], [make or Visual Studio])
  
  AC_CONFIG_SRCDIR([bin/named/main.c])
--AM_INIT_AUTOMAKE([1.9 tar-pax foreign subdir-objects dist-xz -Wall -Werror])
-+AM_INIT_AUTOMAKE([1.9 tar-pax foreign subdir-objects dist-xz -Wall])
+-AM_INIT_AUTOMAKE([1.9 tar-pax foreign subdir-objects dist-xz no-dist-gzip -Wall -Werror])
++AM_INIT_AUTOMAKE([1.9 tar-pax foreign subdir-objects dist-xz no-dist-gzip -Wall])
  AM_SILENT_RULES([yes])
  AM_EXTRA_RECURSIVE_TARGETS([test unit doc])
  


More information about the svn-ports-all mailing list