svn commit: r330411 - head/net-mgmt/p5-Net-Abuse-Utils
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Oct 15 16:58:59 UTC 2013
Author: sunpoet
Date: Tue Oct 15 16:58:57 2013
New Revision: 330411
URL: http://svnweb.freebsd.org/changeset/ports/330411
Log:
- Update to 0.21
- Support STAGEDIR
- Sort PLIST
Changes: http://search.cpan.org/dist/Net-Abuse-Utils/Changes
Modified:
head/net-mgmt/p5-Net-Abuse-Utils/Makefile
head/net-mgmt/p5-Net-Abuse-Utils/distinfo
head/net-mgmt/p5-Net-Abuse-Utils/pkg-plist (contents, props changed)
Modified: head/net-mgmt/p5-Net-Abuse-Utils/Makefile
==============================================================================
--- head/net-mgmt/p5-Net-Abuse-Utils/Makefile Tue Oct 15 16:58:53 2013 (r330410)
+++ head/net-mgmt/p5-Net-Abuse-Utils/Makefile Tue Oct 15 16:58:57 2013 (r330411)
@@ -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>
Modified: head/net-mgmt/p5-Net-Abuse-Utils/distinfo
==============================================================================
--- head/net-mgmt/p5-Net-Abuse-Utils/distinfo Tue Oct 15 16:58:53 2013 (r330410)
+++ head/net-mgmt/p5-Net-Abuse-Utils/distinfo Tue Oct 15 16:58:57 2013 (r330411)
@@ -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
Modified: head/net-mgmt/p5-Net-Abuse-Utils/pkg-plist
==============================================================================
--- head/net-mgmt/p5-Net-Abuse-Utils/pkg-plist Tue Oct 15 16:58:53 2013 (r330410)
+++ head/net-mgmt/p5-Net-Abuse-Utils/pkg-plist Tue Oct 15 16:58:57 2013 (r330411)
@@ -1,8 +1,9 @@
sbin/ip-info.pl
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Abuse/Utils/.packlist
%%SITE_PERL%%/Net/Abuse/Utils.pm
- at dirrmtry %%SITE_PERL%%/Net/Abuse
- at dirrmtry %%SITE_PERL%%/Net
- at 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
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Abuse/Utils
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Abuse
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
+ at dirrmtry %%SITE_PERL%%/Net/Abuse
+ at dirrmtry %%SITE_PERL%%/Net
More information about the svn-ports-all
mailing list