svn commit: r452476 - head/dns/p5-Net-DNS

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 19 20:36:07 UTC 2017


Author: sunpoet
Date: Thu Oct 19 20:36:05 2017
New Revision: 452476
URL: https://svnweb.freebsd.org/changeset/ports/452476

Log:
  Update to 1.13
  
  - Remove GOST option
  - Add IDN2 option
  - Add IDN_DESC and IDN2_DESC
  
  Changes:	http://search.cpan.org/dist/Net-DNS/Changes

Modified:
  head/dns/p5-Net-DNS/Makefile
  head/dns/p5-Net-DNS/distinfo

Modified: head/dns/p5-Net-DNS/Makefile
==============================================================================
--- head/dns/p5-Net-DNS/Makefile	Thu Oct 19 20:36:00 2017	(r452475)
+++ head/dns/p5-Net-DNS/Makefile	Thu Oct 19 20:36:05 2017	(r452476)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Net-DNS
-PORTVERSION=	1.12
+PORTVERSION=	1.13
 PORTEPOCH=	1
 CATEGORIES=	dns net perl5 ipv6
 MASTER_SITES=	CPAN
@@ -16,9 +16,10 @@ LICENSE=	MIT
 TEST_DEPENDS=	p5-Digest-BubbleBabble>=0:security/p5-Digest-BubbleBabble \
 		p5-Test-Pod>=0:devel/p5-Test-Pod
 
-OPTIONS_DEFINE=	GOST IDN IPV6 SSHFP TSIG
+OPTIONS_DEFINE=	IDN IDN2 IPV6 SSHFP TSIG
 OPTIONS_DEFAULT=TSIG
-GOST_DESC=	GOST support
+IDN_DESC=	International Domain Names support via Net::LibIDN
+IDN2_DESC=	International Domain Names support via Net::LibIDN2
 SSHFP_DESC=	SSH2 Fingerprint support
 TSIG_DESC=	Transaction Signature Support
 
@@ -27,10 +28,10 @@ NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-GOST_BUILD_DEPENDS=	p5-Digest-GOST>=0.06:security/p5-Digest-GOST
-GOST_RUN_DEPENDS=	p5-Digest-GOST>=0.06:security/p5-Digest-GOST
 IDN_BUILD_DEPENDS=	p5-Net-LibIDN>=0.12:dns/p5-Net-LibIDN
 IDN_RUN_DEPENDS=	p5-Net-LibIDN>=0.12:dns/p5-Net-LibIDN
+IDN2_BUILD_DEPENDS=	p5-Net-LibIDN2>=1:dns/p5-Net-LibIDN2
+IDN2_RUN_DEPENDS=	p5-Net-LibIDN2>=1:dns/p5-Net-LibIDN2
 SSHFP_BUILD_DEPENDS=	p5-Digest-BubbleBabble>=0.01:security/p5-Digest-BubbleBabble
 SSHFP_RUN_DEPENDS=	p5-Digest-BubbleBabble>=0.01:security/p5-Digest-BubbleBabble
 TSIG_BUILD_DEPENDS=	p5-Digest-HMAC>=1.03:security/p5-Digest-HMAC

Modified: head/dns/p5-Net-DNS/distinfo
==============================================================================
--- head/dns/p5-Net-DNS/distinfo	Thu Oct 19 20:36:00 2017	(r452475)
+++ head/dns/p5-Net-DNS/distinfo	Thu Oct 19 20:36:05 2017	(r452476)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1503156518
-SHA256 (Net-DNS-1.12.tar.gz) = 25ff01fe79de3fb759d190fadb0971c326f4afc2e6a4541d10d624f65b34c1ff
-SIZE (Net-DNS-1.12.tar.gz) = 262534
+TIMESTAMP = 1508435343
+SHA256 (Net-DNS-1.13.tar.gz) = 7ec76663365f2f96de46fe07bd6c9d45ab21171ae83954e8d1b816428b518c36
+SIZE (Net-DNS-1.13.tar.gz) = 251658


More information about the svn-ports-all mailing list