diff options
author | Frederic Culot <culot@FreeBSD.org> | 2013-04-30 06:23:15 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2013-04-30 06:23:15 +0000 |
commit | 2ac2a8cfd966188875c83f7b7f0a5c100351b0f2 (patch) | |
tree | ef1317b9c2ff2da64fc89d2acd075c99a87bb620 /dns/p5-Net-DNS-ToolKit | |
parent | 30c9998a6ba678718bffa036c74b3b8980202808 (diff) | |
download | ports-2ac2a8cfd966188875c83f7b7f0a5c100351b0f2.tar.gz ports-2ac2a8cfd966188875c83f7b7f0a5c100351b0f2.zip |
Notes
Diffstat (limited to 'dns/p5-Net-DNS-ToolKit')
-rw-r--r-- | dns/p5-Net-DNS-ToolKit/Makefile | 13 | ||||
-rw-r--r-- | dns/p5-Net-DNS-ToolKit/distinfo | 4 | ||||
-rw-r--r-- | dns/p5-Net-DNS-ToolKit/pkg-descr | 2 | ||||
-rw-r--r-- | dns/p5-Net-DNS-ToolKit/pkg-plist | 1 |
4 files changed, 9 insertions, 11 deletions
diff --git a/dns/p5-Net-DNS-ToolKit/Makefile b/dns/p5-Net-DNS-ToolKit/Makefile index 486bcdfeb60e..27ccd4389917 100644 --- a/dns/p5-Net-DNS-ToolKit/Makefile +++ b/dns/p5-Net-DNS-ToolKit/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Net-DNS-ToolKit -# Date created: 2006-09-11 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Net-DNS-ToolKit -PORTVERSION= 0.45 +PORTVERSION= 0.47 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Tools for working with DNS packets -BUILD_DEPENDS= p5-Net-DNS-Codes>=0:${PORTSDIR}/dns/p5-Net-DNS-Codes \ - p5-NetAddr-IP>=0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP +BUILD_DEPENDS= p5-Net-DNS-Codes>=0.09:${PORTSDIR}/dns/p5-Net-DNS-Codes \ + p5-NetAddr-IP>=1.30:${PORTSDIR}/net-mgmt/p5-NetAddr-IP RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_JOBS_UNSAFE= yes @@ -45,6 +41,7 @@ MAN3= Net::DNS::ToolKit.3 \ Net::DNS::ToolKit::RR::RP.3 \ Net::DNS::ToolKit::RR::RT.3 \ Net::DNS::ToolKit::RR::SOA.3 \ + Net::DNS::ToolKit::RR::SRV.3 \ Net::DNS::ToolKit::RR::TXT.3 \ Net::DNS::ToolKit::RR::TYPE.3 \ Net::DNS::ToolKit::RR::Template.3 \ diff --git a/dns/p5-Net-DNS-ToolKit/distinfo b/dns/p5-Net-DNS-ToolKit/distinfo index 9278ca5cd03f..7d2e3d56ea5b 100644 --- a/dns/p5-Net-DNS-ToolKit/distinfo +++ b/dns/p5-Net-DNS-ToolKit/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-DNS-ToolKit-0.45.tar.gz) = 9b47dc931ab4814c65d6c80e1908e837d905b9a0d8ad501ae40a58db0e248ea6 -SIZE (Net-DNS-ToolKit-0.45.tar.gz) = 233737 +SHA256 (Net-DNS-ToolKit-0.47.tar.gz) = 2ca01b0d76599e64c19ab120abb57d5f887d9932108744591891da2b067dfac2 +SIZE (Net-DNS-ToolKit-0.47.tar.gz) = 244245 diff --git a/dns/p5-Net-DNS-ToolKit/pkg-descr b/dns/p5-Net-DNS-ToolKit/pkg-descr index 4fd961fc3e78..7085b94a2f85 100644 --- a/dns/p5-Net-DNS-ToolKit/pkg-descr +++ b/dns/p5-Net-DNS-ToolKit/pkg-descr @@ -3,4 +3,4 @@ be used for diagnostic purposes or as building blocks for DNS applications such as DNS servers and clients or to allow user applications to interact directly with remote DNS servers. -WWW: http://search.cpan.org/dist/Net-DNS-ToolKit/ +WWW: http://search.cpan.org/dist/Net-DNS-ToolKit/ diff --git a/dns/p5-Net-DNS-ToolKit/pkg-plist b/dns/p5-Net-DNS-ToolKit/pkg-plist index c45c78fe99aa..bdaedf3e893d 100644 --- a/dns/p5-Net-DNS-ToolKit/pkg-plist +++ b/dns/p5-Net-DNS-ToolKit/pkg-plist @@ -21,6 +21,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/ToolKit/RR/RP.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/ToolKit/RR/RT.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/ToolKit/RR/SOA.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/ToolKit/RR/SRV.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/ToolKit/RR/TXT.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/ToolKit/RR/TYPE.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/ToolKit/RR/Template.pm |