diff options
author | dougb <dougb@FreeBSD.org> | 2005-07-06 05:23:46 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2005-07-06 05:23:46 +0000 |
commit | 3320de1c9283948fb8d5892b4c1fcbb7aff5beeb (patch) | |
tree | 0ca32f660ba9df98e6e0c27722a67808e62e85df /dns/p5-Net-DNS | |
parent | b0f0c914bc5bc3058ed1845a184991514f3925bf (diff) | |
download | FreeBSD-ports-3320de1c9283948fb8d5892b4c1fcbb7aff5beeb.zip FreeBSD-ports-3320de1c9283948fb8d5892b4c1fcbb7aff5beeb.tar.gz |
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.
Diffstat (limited to 'dns/p5-Net-DNS')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 6 | ||||
-rw-r--r-- | 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 5cee8eb..103d0b8 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 7921c14..ca35ad5 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 |