From 48c2b9e9083e4e44cbbf2ac8fc6f863f8368cfa7 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Wed, 6 Jul 2005 05:23:46 +0000 Subject: [PATCH] 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. --- dns/p5-Net-DNS/Makefile | 6 ++++-- dns/p5-Net-DNS/distinfo | 4 ++-- 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 .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