diff options
author | kevlo <kevlo@FreeBSD.org> | 2004-08-13 10:38:10 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2004-08-13 10:38:10 +0800 |
commit | fea4473de4600ecd4a0808f44d639e9fc336d900 (patch) | |
tree | 664f62e9d7ba49a6cb0c0ddce00525dabf4756e4 /net | |
parent | ef829e75cbdd126a824d9fb87ef040d4f65b26b5 (diff) | |
download | freebsd-ports-gnome-fea4473de4600ecd4a0808f44d639e9fc336d900.tar.gz freebsd-ports-gnome-fea4473de4600ecd4a0808f44d639e9fc336d900.tar.zst freebsd-ports-gnome-fea4473de4600ecd4a0808f44d639e9fc336d900.zip |
Update to 0.37
PR: ports/70356
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Approved by: MAINTAINER
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Whois-Raw/Makefile | 2 | ||||
-rw-r--r-- | net/p5-Net-Whois-Raw/distinfo | 4 | ||||
-rw-r--r-- | net/p5-Net-Whois-Raw/pkg-plist | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/net/p5-Net-Whois-Raw/Makefile b/net/p5-Net-Whois-Raw/Makefile index 566c49b72336..3bc0c1518f50 100644 --- a/net/p5-Net-Whois-Raw/Makefile +++ b/net/p5-Net-Whois-Raw/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Whois-Raw -PORTVERSION= 0.34 +PORTVERSION= 0.37 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net diff --git a/net/p5-Net-Whois-Raw/distinfo b/net/p5-Net-Whois-Raw/distinfo index 883820ff61b3..dc84192749ff 100644 --- a/net/p5-Net-Whois-Raw/distinfo +++ b/net/p5-Net-Whois-Raw/distinfo @@ -1,2 +1,2 @@ -MD5 (Net-Whois-Raw-0.34.tgz) = 5fd8c7157d95024d27d48cf53587b7dd -SIZE (Net-Whois-Raw-0.34.tgz) = 12078 +MD5 (Net-Whois-Raw-0.37.tgz) = ed1086cbdf12199c3d6559ea3dd4557c +SIZE (Net-Whois-Raw-0.37.tgz) = 12269 diff --git a/net/p5-Net-Whois-Raw/pkg-plist b/net/p5-Net-Whois-Raw/pkg-plist index 91c8e0b802c5..18fdbbe4a749 100644 --- a/net/p5-Net-Whois-Raw/pkg-plist +++ b/net/p5-Net-Whois-Raw/pkg-plist @@ -1,5 +1,7 @@ bin/pwhois %%SITE_PERL%%/Net/Whois/Raw.pm +%%SITE_PERL%%/Net/Whois/Raw/Data.pm +@dirrm %%SITE_PERL%%/Net/Whois/Raw @unexec rmdir %D/%%SITE_PERL%%/Net/Whois 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Whois/Raw/.packlist |