diff options
author | dougb <dougb@FreeBSD.org> | 2007-08-06 17:56:00 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2007-08-06 17:56:00 +0000 |
commit | 7c37320d59d332234f28ee48ec03a4fd17af841f (patch) | |
tree | 3c5c52ed211de719d6da0ad609e1b1c9f8319504 /dns/p5-Net-DNS | |
parent | d59c7ad3d7460a0e9dca0ceecd6d0d8164c9f343 (diff) | |
download | FreeBSD-ports-7c37320d59d332234f28ee48ec03a4fd17af841f.zip FreeBSD-ports-7c37320d59d332234f28ee48ec03a4fd17af841f.tar.gz |
1. Upgrade to 0.61 which has a few small code cleanups.
2. --no-online-tests works now, so stop building them.
3. Remove support for prehistoric Perl.
Diffstat (limited to 'dns/p5-Net-DNS')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 10 | ||||
-rw-r--r-- | dns/p5-Net-DNS/distinfo | 6 |
2 files changed, 5 insertions, 11 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index b458147..1fa1542 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-DNS -PORTVERSION= 0.60 +PORTVERSION= 0.61 CATEGORIES= dns net perl5 ipv6 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -20,7 +20,7 @@ RUN_DEPENDS= ipcount:${PORTSDIR}/net-mgmt/p5-Net-IP \ ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC PERL_CONFIGURE= yes -CONFIGURE_ARGS+= --online-tests +CONFIGURE_ARGS+= --no-online-tests MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.3 \ Net::DNS::Question.3 Net::DNS::RR.3 Net::DNS::RR::A.3 \ @@ -51,12 +51,6 @@ OPTIONS= IPV6 "Enable functionality over IPv6 transport" on RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6 .endif -.if ${PERL_LEVEL} < 500600 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Socket/INET.pm:${PORTSDIR}/devel/p5-IO -post-patch: - ${PERL} -pi -e 's/=(.*);/\($$1\);/ if m{errorstring}' ${WRKSRC}/lib/Net/DNS/Resolver/Recurse.pm -.endif - .if ${PERL_LEVEL} < 500800 PLIST_SUB+= BYTES_INSTALL="" .else diff --git a/dns/p5-Net-DNS/distinfo b/dns/p5-Net-DNS/distinfo index 387a9ba..313360c 100644 --- a/dns/p5-Net-DNS/distinfo +++ b/dns/p5-Net-DNS/distinfo @@ -1,3 +1,3 @@ -MD5 (Net-DNS-0.60.tar.gz) = 8ab75a7c4a1b782e5d88b08cc70be945 -SHA256 (Net-DNS-0.60.tar.gz) = 2bf3cba677774023d8b65cf8970c0dc3d335c933acb3007fc5e53ea9e4cf9f40 -SIZE (Net-DNS-0.60.tar.gz) = 146434 +MD5 (Net-DNS-0.61.tar.gz) = a7d75eb3bdf7aca5d0696b95e3fabf65 +SHA256 (Net-DNS-0.61.tar.gz) = 1837a47bb0510e15d590500d94cdca605fcf89e0c88f061127b9b81982e5679b +SIZE (Net-DNS-0.61.tar.gz) = 145400 |