diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-01 10:53:48 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-01 10:53:48 +0000 |
commit | 9581436a3fc9e92fb7ff0dac2ea0bc45588e4622 (patch) | |
tree | 44d0292389167ce2be8f73371bbe1b3d9f6f2f75 /dns/p5-POE-Component-Client-DNS-Recursive | |
parent | e90168c14885f70eba638e96d341d6bc1684148c (diff) | |
download | freebsd-ports-9581436a3fc9e92fb7ff0dac2ea0bc45588e4622.zip |
- Update to 1.04
- Sort *_DEPENDS
Changes: http://search.cpan.org/dist/POE-Component-Client-DNS-Recursive/Changes
Diffstat (limited to 'dns/p5-POE-Component-Client-DNS-Recursive')
-rw-r--r-- | dns/p5-POE-Component-Client-DNS-Recursive/Makefile | 11 | ||||
-rw-r--r-- | dns/p5-POE-Component-Client-DNS-Recursive/distinfo | 4 | ||||
-rw-r--r-- | dns/p5-POE-Component-Client-DNS-Recursive/pkg-plist | 6 |
3 files changed, 12 insertions, 9 deletions
diff --git a/dns/p5-POE-Component-Client-DNS-Recursive/Makefile b/dns/p5-POE-Component-Client-DNS-Recursive/Makefile index feda0c8681a9..a29e3f58b946 100644 --- a/dns/p5-POE-Component-Client-DNS-Recursive/Makefile +++ b/dns/p5-POE-Component-Client-DNS-Recursive/Makefile @@ -6,22 +6,21 @@ # PORTNAME= POE-Component-Client-DNS-Recursive -PORTVERSION= 1.02 +PORTVERSION= 1.04 CATEGORIES= dns perl5 MASTER_SITES= CPAN -#MASTER_SITE_SUBDIR= CPAN:BINGOS PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A recursive DNS client for POE -BUILD_DEPENDS= p5-POE>=1.004:${PORTSDIR}/devel/p5-POE \ - p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ - p5-Net-IP-Minimal>=0:${PORTSDIR}/net/p5-Net-IP-Minimal +BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ + p5-Net-IP-Minimal>=0:${PORTSDIR}/net/p5-Net-IP-Minimal \ + p5-POE>=1.004:${PORTSDIR}/devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= POE::Component::Client::DNS::Recursive.3 +MAN3= POE::Component::Client::DNS::Recursive.3 .include <bsd.port.mk> diff --git a/dns/p5-POE-Component-Client-DNS-Recursive/distinfo b/dns/p5-POE-Component-Client-DNS-Recursive/distinfo index 468392f67200..1fca8046675e 100644 --- a/dns/p5-POE-Component-Client-DNS-Recursive/distinfo +++ b/dns/p5-POE-Component-Client-DNS-Recursive/distinfo @@ -1,2 +1,2 @@ -SHA256 (POE-Component-Client-DNS-Recursive-1.02.tar.gz) = 35bf9a4e317afd7faab93ec29e18f350cc4baaeaf2ebbbcd744105a7b4bb162c -SIZE (POE-Component-Client-DNS-Recursive-1.02.tar.gz) = 17057 +SHA256 (POE-Component-Client-DNS-Recursive-1.04.tar.gz) = 30933f5315a48208d7aea90a9d938a29837b522792467cdd66b7b0acde86c7fe +SIZE (POE-Component-Client-DNS-Recursive-1.04.tar.gz) = 17113 diff --git a/dns/p5-POE-Component-Client-DNS-Recursive/pkg-plist b/dns/p5-POE-Component-Client-DNS-Recursive/pkg-plist index bd9503b31234..3a1d4462f21a 100644 --- a/dns/p5-POE-Component-Client-DNS-Recursive/pkg-plist +++ b/dns/p5-POE-Component-Client-DNS-Recursive/pkg-plist @@ -1,7 +1,11 @@ %%SITE_PERL%%/POE/Component/Client/DNS/Recursive.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/DNS/Recursive/.packlist -@dirrmtry %%SITE_PERL%%/POE/Component/Client/DNS @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/DNS/Recursive @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/DNS @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE +@dirrmtry %%SITE_PERL%%/POE/Component/Client/DNS +@dirrmtry %%SITE_PERL%%/POE/Component/Client +@dirrmtry %%SITE_PERL%%/POE/Component +@dirrmtry %%SITE_PERL%%/POE |