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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 19 16:05:30 UTC 2017


Author: sunpoet
Date: Sat Aug 19 16:05:28 2017
New Revision: 448331
URL: https://svnweb.freebsd.org/changeset/ports/448331

Log:
  Update to 1.12
  
  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	Sat Aug 19 16:05:23 2017	(r448330)
+++ head/dns/p5-Net-DNS/Makefile	Sat Aug 19 16:05:28 2017	(r448331)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Net-DNS
-PORTVERSION=	1.11
+PORTVERSION=	1.12
 PORTEPOCH=	1
 CATEGORIES=	dns net perl5 ipv6
 MASTER_SITES=	CPAN
@@ -36,4 +36,11 @@ SSHFP_RUN_DEPENDS=	p5-Digest-BubbleBabble>=0.01:securi
 TSIG_BUILD_DEPENDS=	p5-Digest-HMAC>=1.03:security/p5-Digest-HMAC
 TSIG_RUN_DEPENDS=	p5-Digest-HMAC>=1.03:security/p5-Digest-HMAC
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PORT_OPTIONS:MIPV6} && ${PERL_LEVEL} < 502504
+BUILD_DEPENDS+=	p5-IO-Socket-IP>=0.38:net/p5-IO-Socket-IP
+RUN_DEPENDS+=	p5-IO-Socket-IP>=0.38:net/p5-IO-Socket-IP
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/dns/p5-Net-DNS/distinfo
==============================================================================
--- head/dns/p5-Net-DNS/distinfo	Sat Aug 19 16:05:23 2017	(r448330)
+++ head/dns/p5-Net-DNS/distinfo	Sat Aug 19 16:05:28 2017	(r448331)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1498499061
-SHA256 (Net-DNS-1.11.tar.gz) = f8404144bea99d731ab029598e4312dc2ef18226420052124a93915b664b40b7
-SIZE (Net-DNS-1.11.tar.gz) = 261957
+TIMESTAMP = 1503156518
+SHA256 (Net-DNS-1.12.tar.gz) = 25ff01fe79de3fb759d190fadb0971c326f4afc2e6a4541d10d624f65b34c1ff
+SIZE (Net-DNS-1.12.tar.gz) = 262534


More information about the svn-ports-all mailing list