diff options
author | mich <mich@FreeBSD.org> | 2010-12-16 03:41:17 +0800 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2010-12-16 03:41:17 +0800 |
commit | 47b046323e8d014b6b3e4faff80db51d9d48da19 (patch) | |
tree | f583c50c88e8b665fb42a6f3ff0fd879a0d96fce /net | |
parent | 5667a9f3838e0724889e3cd08e31ffab93c68e40 (diff) | |
download | freebsd-ports-graphics-47b046323e8d014b6b3e4faff80db51d9d48da19.tar.gz freebsd-ports-graphics-47b046323e8d014b6b3e4faff80db51d9d48da19.tar.zst freebsd-ports-graphics-47b046323e8d014b6b3e4faff80db51d9d48da19.zip |
- update to 2.00002
PR: ports/153087
Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Whois-RIPE/Makefile | 10 | ||||
-rw-r--r-- | net/p5-Net-Whois-RIPE/distinfo | 6 | ||||
-rw-r--r-- | net/p5-Net-Whois-RIPE/pkg-plist | 12 |
3 files changed, 12 insertions, 16 deletions
diff --git a/net/p5-Net-Whois-RIPE/Makefile b/net/p5-Net-Whois-RIPE/Makefile index 6e99c6455f5..b1c4fb7fd51 100644 --- a/net/p5-Net-Whois-RIPE/Makefile +++ b/net/p5-Net-Whois-RIPE/Makefile @@ -7,7 +7,7 @@ # PORTNAME= Net-Whois-RIPE -PORTVERSION= 1.31 +PORTVERSION= 2.00002 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= mich@FreeBSD.org COMMENT= Implementation of RIPE Whois -PERL_MODBUILD= yes +RUN_DEPENDS= p5-Iterator-Util>=0:${PORTSDIR}/devel/p5-Iterator-Util -MAN3= Net::Whois::RIPE::Iterator.3 \ - Net::Whois::RIPE::Object.3 \ - Net::Whois::RIPE.3 +PERL_CONFIGURE= yes + +MAN3= Net::Whois::RIPE.3 .include <bsd.port.mk> diff --git a/net/p5-Net-Whois-RIPE/distinfo b/net/p5-Net-Whois-RIPE/distinfo index d70d3a44d4a..82020b9d7a3 100644 --- a/net/p5-Net-Whois-RIPE/distinfo +++ b/net/p5-Net-Whois-RIPE/distinfo @@ -1,3 +1,3 @@ -MD5 (Net-Whois-RIPE-1.31.tar.gz) = 053dd4ebb3e43d02e35e2d36b5d7754a -SHA256 (Net-Whois-RIPE-1.31.tar.gz) = 6f83f06a9aa2875cc97c2a43967d9739a05b45dafb2e9843a370e6c3d3614fe8 -SIZE (Net-Whois-RIPE-1.31.tar.gz) = 23143 +MD5 (Net-Whois-RIPE-2.00002.tar.gz) = b7d5a1cb3dd111c8e674acc821f2a38c +SHA256 (Net-Whois-RIPE-2.00002.tar.gz) = 9342ba4313abe2638c63539c040e79ee27dd980bfe4bb7163603d7e1d5ac44e7 +SIZE (Net-Whois-RIPE-2.00002.tar.gz) = 9142 diff --git a/net/p5-Net-Whois-RIPE/pkg-plist b/net/p5-Net-Whois-RIPE/pkg-plist index 91f9ba9ea4a..1a10a3a85e3 100644 --- a/net/p5-Net-Whois-RIPE/pkg-plist +++ b/net/p5-Net-Whois-RIPE/pkg-plist @@ -1,11 +1,7 @@ %%SITE_PERL%%/Net/Whois/RIPE.pm -%%SITE_PERL%%/Net/Whois/RIPE.pod -%%SITE_PERL%%/Net/Whois/RIPE/Iterator.pm -%%SITE_PERL%%/Net/Whois/RIPE/Iterator.pod -%%SITE_PERL%%/Net/Whois/RIPE/Object.pm -%%SITE_PERL%%/Net/Whois/RIPE/Object.pod -%%SITE_PERL%%/Net/Whois/RIPE/Object/Template.pm -@dirrm %%SITE_PERL%%/Net/Whois/RIPE/Object -@dirrm %%SITE_PERL%%/Net/Whois/RIPE +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Whois/RIPE/.packlist @dirrmtry %%SITE_PERL%%/Net/Whois @dirrmtry %%SITE_PERL%%/Net +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Whois/RIPE +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Whois +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net |