Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Sep 2018 14:12:21 +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: r480175 - head/dns/bind912
Message-ID:  <201809201412.w8KECLmm034874@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Sep 20 14:12:21 2018
New Revision: 480175
URL: https://svnweb.freebsd.org/changeset/ports/480175

Log:
  Update to 9.12.2-P2
  
  Switch to libidn2 for idn.

Modified:
  head/dns/bind912/Makefile   (contents, props changed)
  head/dns/bind912/distinfo   (contents, props changed)

Modified: head/dns/bind912/Makefile
==============================================================================
--- head/dns/bind912/Makefile	Thu Sep 20 14:12:09 2018	(r480174)
+++ head/dns/bind912/Makefile	Thu Sep 20 14:12:21 2018	(r480175)
@@ -5,10 +5,10 @@ PORTNAME=	bind
 PORTVERSION=	${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/}
 .if defined(BIND_TOOLS_SLAVE)
 # dns/bind-tools here
-PORTREVISION=	1
+PORTREVISION=	0
 .else
 # dns/bind912 here
-PORTREVISION=	2
+PORTREVISION=	0
 .endif
 CATEGORIES=	dns net ipv6
 MASTER_SITES=	ISC/bind9/${ISCVERSION}
@@ -35,7 +35,7 @@ LIB_DEPENDS=	libxml2.so:textproc/libxml2
 
 USES=	cpe libedit
 # ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION=	9.12.2-P1
+ISCVERSION=	9.12.2-P2
 
 CPE_VENDOR=	isc
 CPE_VERSION=	${ISCVERSION:C/-.*//}
@@ -168,9 +168,9 @@ GSSAPI_MIT_USES=	gssapi:mit
 
 GSSAPI_NONE_CONFIGURE_ON=	--without-gssapi
 
-IDN_CONFIGURE_OFF=	--without-idn
-IDN_CONFIGURE_ON=	--with-idn=${LOCALBASE} ${ICONV_CONFIGURE_BASE}
-IDN_LIB_DEPENDS=	libidnkit.so:dns/idnkit
+IDN_CONFIGURE_OFF=	--without-libidn2
+IDN_CONFIGURE_ON=	--with-libidn2=${LOCALBASE} ${ICONV_CONFIGURE_BASE}
+IDN_LIB_DEPENDS=	libidn2.so:dns/libidn2
 IDN_USES=		iconv
 
 IPV6_CONFIGURE_ENABLE=	ipv6

Modified: head/dns/bind912/distinfo
==============================================================================
--- head/dns/bind912/distinfo	Thu Sep 20 14:12:09 2018	(r480174)
+++ head/dns/bind912/distinfo	Thu Sep 20 14:12:21 2018	(r480175)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533712498
-SHA256 (bind-9.12.2-P1.tar.gz) = 9c4b55c2b8a2052ce488ebaeca1b715721d1a6cbffd7da3634c41287b86954a4
-SIZE (bind-9.12.2-P1.tar.gz) = 9429002
+TIMESTAMP = 1537447540
+SHA256 (bind-9.12.2-P2.tar.gz) = 87027826e98bab90ead31f45ce7653cb3116ebe64ab8202a08b6b64531df693e
+SIZE (bind-9.12.2-P2.tar.gz) = 9422128



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809201412.w8KECLmm034874>