aboutsummaryrefslogtreecommitdiffstats
path: root/dns/p5-Net-DNS
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2008-12-31 07:42:53 +0800
committerdougb <dougb@FreeBSD.org>2008-12-31 07:42:53 +0800
commitd365e1d2f33bf351e756549eb70e5109acdd4e20 (patch)
tree2dca119c233d53d0ecfb32af618832c403b68d41 /dns/p5-Net-DNS
parent2d35a2fa8a8c5c65cc67943fd0bb390980995139 (diff)
downloadfreebsd-ports-graphics-d365e1d2f33bf351e756549eb70e5109acdd4e20.tar.gz
freebsd-ports-graphics-d365e1d2f33bf351e756549eb70e5109acdd4e20.tar.zst
freebsd-ports-graphics-d365e1d2f33bf351e756549eb70e5109acdd4e20.zip
Update to version 0.64 which adds support for the APL record in addition
to many bug fixes.
Diffstat (limited to 'dns/p5-Net-DNS')
-rw-r--r--dns/p5-Net-DNS/Makefile5
-rw-r--r--dns/p5-Net-DNS/distinfo6
-rw-r--r--dns/p5-Net-DNS/pkg-plist3
3 files changed, 9 insertions, 5 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile
index 0f3847cbe04..1853a6cea72 100644
--- a/dns/p5-Net-DNS/Makefile
+++ b/dns/p5-Net-DNS/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Net-DNS
-PORTVERSION= 0.63
+PORTVERSION= 0.64
CATEGORIES= dns net perl5 ipv6
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -19,7 +19,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+= --no-online-tests
+CONFIGURE_ARGS+= --no-online-tests --no-IPv6-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 \
@@ -40,6 +40,7 @@ MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.3 \
Net::DNS::Resolver::Win32.3 Net::DNS::RR::SSHFP.3 \
Net::DNS::Resolver::Base.3 Net::DNS::Resolver::UNIX.3 \
Net::DNS::RR::Unknown.3 Net::DNS::Resolver::Recurse.3 \
+ Net::DNS::RR::APL.3 Net::DNS::RR::APL::ApItem.3 \
Net::DNS::Resolver::Cygwin.3 Net::DNS::RR::SPF.3
OPTIONS= IPV6 "Enable functionality over IPv6 transport" on
diff --git a/dns/p5-Net-DNS/distinfo b/dns/p5-Net-DNS/distinfo
index df7a2e7374b..7a4b7fad493 100644
--- a/dns/p5-Net-DNS/distinfo
+++ b/dns/p5-Net-DNS/distinfo
@@ -1,3 +1,3 @@
-MD5 (Net-DNS-0.63.tar.gz) = c46aad24af44d424a972bb59c3aa5f37
-SHA256 (Net-DNS-0.63.tar.gz) = 335ff2eb615c443e09e1b4a0afaabb78a208fd62648e0a550f056c3521cf5cdf
-SIZE (Net-DNS-0.63.tar.gz) = 149488
+MD5 (Net-DNS-0.64.tar.gz) = 08aa3357707bf5d904d40f25ff4a34b6
+SHA256 (Net-DNS-0.64.tar.gz) = 629aa22db69c7a24ec01bc7c19679f538d653b9fa8d8e2cdc88f19476f698cf6
+SIZE (Net-DNS-0.64.tar.gz) = 158368
diff --git a/dns/p5-Net-DNS/pkg-plist b/dns/p5-Net-DNS/pkg-plist
index 09d09978ee2..018785bdd93 100644
--- a/dns/p5-Net-DNS/pkg-plist
+++ b/dns/p5-Net-DNS/pkg-plist
@@ -5,9 +5,11 @@
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/Packet.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/Question.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/APL/ApItem.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/A.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/AAAA.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/AFSDB.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/APL.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/CERT.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/CNAME.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/DNAME.pm
@@ -54,6 +56,7 @@
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%@dirrm %%DOCSDIR%%/
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/APL
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/Resolver
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS