summaryrefslogtreecommitdiff
path: root/dns/p5-Net-DNS
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2005-07-06 05:23:46 +0000
committerDoug Barton <dougb@FreeBSD.org>2005-07-06 05:23:46 +0000
commit48c2b9e9083e4e44cbbf2ac8fc6f863f8368cfa7 (patch)
tree507846639eb81bd151e3722c2a495bda9467d7b1 /dns/p5-Net-DNS
parentUpdate to 1.4. (diff)
Upgrade to the eagerly anticipated 0.52. If you are using a version
of this module later than 0.49, you should definitely upgrade, as this version fixes several bugs in the new code. If running Perl < 5.6, make addition of the IPv6 modules optional as 0.52 of this module fixes the bugs that made it mandatory.
Notes
Notes: svn path=/head/; revision=138555
Diffstat (limited to 'dns/p5-Net-DNS')
-rw-r--r--dns/p5-Net-DNS/Makefile6
-rw-r--r--dns/p5-Net-DNS/distinfo4
2 files changed, 6 insertions, 4 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile
index 5cee8ebc2daf..103d0b84376e 100644
--- a/dns/p5-Net-DNS/Makefile
+++ b/dns/p5-Net-DNS/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Net-DNS
-PORTVERSION= 0.51
+PORTVERSION= 0.52
CATEGORIES= dns net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
@@ -45,8 +45,10 @@ MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.3 \
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
+.if defined(WITH_IPv6)
RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6
+.endif
+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
PLIST_SUB+= BYTES_INSTALL=""
.else
PLIST_SUB+= BYTES_INSTALL="@comment "
diff --git a/dns/p5-Net-DNS/distinfo b/dns/p5-Net-DNS/distinfo
index 7921c14929f3..ca35ad592466 100644
--- a/dns/p5-Net-DNS/distinfo
+++ b/dns/p5-Net-DNS/distinfo
@@ -1,2 +1,2 @@
-MD5 (Net-DNS-0.51.tar.gz) = fc358c06e65b1918b93e1a92e02065b8
-SIZE (Net-DNS-0.51.tar.gz) = 117037
+MD5 (Net-DNS-0.52.tar.gz) = 035e3ec9156fd73ca8a52308ebc5307c
+SIZE (Net-DNS-0.52.tar.gz) = 119056