diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-16 00:58:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-16 00:58:57 +0800 |
commit | 3f16ce6479f5f432279ff63aeb0c8633338a7b38 (patch) | |
tree | cf6d3033b2e6a6ad4115cfeb418039930209ad6a /net-mgmt | |
parent | 539a2854aae302ef96d59bea5586b21a0d71beb4 (diff) | |
download | freebsd-ports-gnome-3f16ce6479f5f432279ff63aeb0c8633338a7b38.tar.gz freebsd-ports-gnome-3f16ce6479f5f432279ff63aeb0c8633338a7b38.tar.zst freebsd-ports-gnome-3f16ce6479f5f432279ff63aeb0c8633338a7b38.zip |
- Update to 0.21
- Support STAGEDIR
- Sort PLIST
Changes: http://search.cpan.org/dist/Net-Abuse-Utils/Changes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/p5-Net-Abuse-Utils/Makefile | 7 | ||||
-rw-r--r-- | net-mgmt/p5-Net-Abuse-Utils/distinfo | 4 | ||||
-rw-r--r-- | net-mgmt/p5-Net-Abuse-Utils/pkg-plist | 9 |
3 files changed, 9 insertions, 11 deletions
diff --git a/net-mgmt/p5-Net-Abuse-Utils/Makefile b/net-mgmt/p5-Net-Abuse-Utils/Makefile index a4f8541ea3e3..cb88fd313d1f 100644 --- a/net-mgmt/p5-Net-Abuse-Utils/Makefile +++ b/net-mgmt/p5-Net-Abuse-Utils/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Abuse-Utils -PORTVERSION= 0.20 +PORTVERSION= 0.21 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,10 +22,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Net::Abuse::Utils.3 - -NO_STAGE= yes post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/examples/ip-info.pl ${PREFIX}/sbin/ + ${INSTALL_SCRIPT} ${WRKSRC}/examples/ip-info.pl ${STAGEDIR}${PREFIX}/sbin/ .include <bsd.port.mk> diff --git a/net-mgmt/p5-Net-Abuse-Utils/distinfo b/net-mgmt/p5-Net-Abuse-Utils/distinfo index c68296eacd36..aa08ff47a510 100644 --- a/net-mgmt/p5-Net-Abuse-Utils/distinfo +++ b/net-mgmt/p5-Net-Abuse-Utils/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-Abuse-Utils-0.20.tar.gz) = e4c02f80b59bcf881c2b608bf502698e164449c2b781b5cd5a9043b483aceb81 -SIZE (Net-Abuse-Utils-0.20.tar.gz) = 23298 +SHA256 (Net-Abuse-Utils-0.21.tar.gz) = b1f962e8cf810ca2387efe12a2c220496b3610262184e8857e8a355d15907e9c +SIZE (Net-Abuse-Utils-0.21.tar.gz) = 23344 diff --git a/net-mgmt/p5-Net-Abuse-Utils/pkg-plist b/net-mgmt/p5-Net-Abuse-Utils/pkg-plist index 1e2d21a1d64c..18b027c5366c 100644 --- a/net-mgmt/p5-Net-Abuse-Utils/pkg-plist +++ b/net-mgmt/p5-Net-Abuse-Utils/pkg-plist @@ -1,8 +1,9 @@ sbin/ip-info.pl -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Abuse/Utils/.packlist %%SITE_PERL%%/Net/Abuse/Utils.pm -@dirrmtry %%SITE_PERL%%/Net/Abuse -@dirrmtry %%SITE_PERL%%/Net -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Abuse/Utils +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Abuse/Utils/.packlist +%%PERL5_MAN3%%/Net::Abuse::Utils.3.gz +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Abuse/Utils @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Abuse @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrmtry %%SITE_PERL%%/Net/Abuse +@dirrmtry %%SITE_PERL%%/Net |