From owner-svn-ports-head@freebsd.org Mon Aug 19 12:17:57 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E40CEC47FD; Mon, 19 Aug 2019 12:17:57 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46BtH95Zcmz3G6c; Mon, 19 Aug 2019 12:17:57 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 874381A749; Mon, 19 Aug 2019 12:17:57 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7JCHvGd088006; Mon, 19 Aug 2019 12:17:57 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7JCHu1M088003; Mon, 19 Aug 2019 12:17:56 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201908191217.x7JCHu1M088003@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 19 Aug 2019 12:17:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509280 - in head/dns/bind9-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/dns/bind9-devel: . files X-SVN-Commit-Revision: 509280 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Aug 2019 12:17:58 -0000 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@