diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-11-09 06:31:46 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-11-09 06:31:46 +0000 |
commit | de4dd2f62db1eee548d4bedae0dc2a9f92ccdcc3 (patch) | |
tree | d514de709d99d5e05449e6657db0a0d2ea70f89a /dns/p5-Net-DNS | |
parent | d63f1c034d93c7e7341d9fa1fda6da1e996b3714 (diff) | |
download | ports-de4dd2f62db1eee548d4bedae0dc2a9f92ccdcc3.tar.gz ports-de4dd2f62db1eee548d4bedae0dc2a9f92ccdcc3.zip |
Notes
Diffstat (limited to 'dns/p5-Net-DNS')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 7 | ||||
-rw-r--r-- | dns/p5-Net-DNS/distinfo | 4 | ||||
-rw-r--r-- | dns/p5-Net-DNS/pkg-plist | 1 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 8786ccf069f0..4d5081c9702b 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Net-DNS -PORTVERSION= 0.66 -PORTREVISION= 1 +PORTVERSION= 0.67 CATEGORIES= dns net perl5 ipv6 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,8 +15,7 @@ MAINTAINER= dougb@FreeBSD.org 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}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC +RUN_DEPENDS= ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC MAKE_JOBS_SAFE= yes @@ -45,6 +43,7 @@ MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.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::DomainName.3 \ Net::DNS::RR::KX.3 Net::DNS::RR::HIP.3 \ Net::DNS::Resolver::Cygwin.3 Net::DNS::RR::SPF.3 diff --git a/dns/p5-Net-DNS/distinfo b/dns/p5-Net-DNS/distinfo index 48f0f80c608b..fba4af631285 100644 --- a/dns/p5-Net-DNS/distinfo +++ b/dns/p5-Net-DNS/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-DNS-0.66.tar.gz) = ee922a6ab1403820ad476713d62cb35e7092585ebd628f02865827fcb09d6823 -SIZE (Net-DNS-0.66.tar.gz) = 172366 +SHA256 (Net-DNS-0.67.tar.gz) = b19d3ec07530cc02db95a5be159b2a367ace44975c6679256f99e7064aa433f9 +SIZE (Net-DNS-0.67.tar.gz) = 181560 diff --git a/dns/p5-Net-DNS/pkg-plist b/dns/p5-Net-DNS/pkg-plist index cff093a85227..395fc438e27e 100644 --- a/dns/p5-Net-DNS/pkg-plist +++ b/dns/p5-Net-DNS/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/Domain.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/DomainName.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 |