From owner-svn-ports-all@FreeBSD.ORG Tue Oct 15 16:58:59 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 18628FEA; Tue, 15 Oct 2013 16:58:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E125E26DE; Tue, 15 Oct 2013 16:58:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9FGww5S056025; Tue, 15 Oct 2013 16:58:58 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9FGww26056013; Tue, 15 Oct 2013 16:58:58 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310151658.r9FGww26056013@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 15 Oct 2013 16:58:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330411 - head/net-mgmt/p5-Net-Abuse-Utils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Oct 2013 16:58:59 -0000 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 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 -@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