diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-01-01 00:28:07 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-01-01 00:28:07 +0000 |
commit | 3bf3bb46532f8bd2f8bed451ca5d3a60672633be (patch) | |
tree | 4d47ed0693d28dc1244d184b7ff01ebb4420899f /dns | |
parent | 86fb8e9a0d28404191aa99b0f46654d48ccf8035 (diff) |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 5 | ||||
-rw-r--r-- | dns/p5-Net-DNS/distinfo | 6 | ||||
-rw-r--r-- | dns/p5-Net-DNS/pkg-plist | 4 |
3 files changed, 11 insertions, 4 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 3fccbb0a7399..862b0bd1a1dd 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-DNS -PORTVERSION= 0.65 +PORTVERSION= 0.66 CATEGORIES= dns net perl5 ipv6 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +16,7 @@ COMMENT= Perl5 interface to the DNS resolver, and dynamic updates # Warnings during build are harmless, the port does not need these to build RUN_DEPENDS= ipcount:${PORTSDIR}/net-mgmt/p5-Net-IP \ + ${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA \ ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC MAKE_JOBS_SAFE= yes @@ -43,6 +44,8 @@ MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.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::RR::DHCID.3 Net::DNS::Domain.3 \ + Net::DNS::RR::KX.3 Net::DNS::RR::HIP.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 6099aeaad0b8..8600346c9917 100644 --- a/dns/p5-Net-DNS/distinfo +++ b/dns/p5-Net-DNS/distinfo @@ -1,3 +1,3 @@ -MD5 (Net-DNS-0.65.tar.gz) = 54e5a12a20de39b954a93723927ac789 -SHA256 (Net-DNS-0.65.tar.gz) = eefc554ed7adaeb824373235d85313d0a0aeca373913deb6568f8d95b6c81ad7 -SIZE (Net-DNS-0.65.tar.gz) = 157633 +MD5 (Net-DNS-0.66.tar.gz) = 1635d876324e3c2f6e277d5778bfe94c +SHA256 (Net-DNS-0.66.tar.gz) = ee922a6ab1403820ad476713d62cb35e7092585ebd628f02865827fcb09d6823 +SIZE (Net-DNS-0.66.tar.gz) = 172366 diff --git a/dns/p5-Net-DNS/pkg-plist b/dns/p5-Net-DNS/pkg-plist index 018785bdd939..cff093a85227 100644 --- a/dns/p5-Net-DNS/pkg-plist +++ b/dns/p5-Net-DNS/pkg-plist @@ -1,4 +1,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/Domain.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/FAQ.pod %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/Header.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/Nameserver.pm @@ -12,11 +13,14 @@ %%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/DHCID.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/DNAME.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/EID.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/HINFO.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/HIP.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/IPSECKEY.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/ISDN.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/KX.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/LOC.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/MB.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/MG.pm |