From owner-svn-ports-all@FreeBSD.ORG Sat Oct 19 19:48:17 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5828926A; Sat, 19 Oct 2013 19:48:17 +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 4462E2D14; Sat, 19 Oct 2013 19:48:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9JJmHXB053794; Sat, 19 Oct 2013 19:48:17 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9JJmGne053791; Sat, 19 Oct 2013 19:48:16 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310191948.r9JJmGne053791@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 19 Oct 2013 19:48:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330929 - head/www/p5-Catalyst-Plugin-Session 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: Sat, 19 Oct 2013 19:48:17 -0000 Author: sunpoet Date: Sat Oct 19 19:48:16 2013 New Revision: 330929 URL: http://svnweb.freebsd.org/changeset/ports/330929 Log: - Update to 0.39 - Use REINPLACE_CMD instead of PERL - Remove "extract" from USE_PERL5 - Support STAGEDIR Changes: http://search.cpan.org/dist/Catalyst-Plugin-Session/Changes Modified: head/www/p5-Catalyst-Plugin-Session/Makefile head/www/p5-Catalyst-Plugin-Session/distinfo (contents, props changed) head/www/p5-Catalyst-Plugin-Session/pkg-plist (contents, props changed) Modified: head/www/p5-Catalyst-Plugin-Session/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Session/Makefile Sat Oct 19 19:32:28 2013 (r330928) +++ head/www/p5-Catalyst-Plugin-Session/Makefile Sat Oct 19 19:48:16 2013 (r330929) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Plugin-Session -PORTVERSION= 0.38 +PORTVERSION= 0.39 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +13,7 @@ COMMENT= Generic Catalyst Session plugin LICENSE= ART10 GPLv1 LICENSE_COMB= dual +# Do not add p5-Catalyst-Plugin-Session-State-Cookie to TEST_DEPENDS to avoid cyclic dependency BUILD_DEPENDS= p5-Catalyst-Runtime>=5.71001:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \ p5-Moose>=0.76:${PORTSDIR}/devel/p5-Moose \ @@ -25,17 +26,9 @@ TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR p5-Test-WWW-Mechanize-PSGI>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-PSGI USES= perl5 -USE_PERL5= configure extract +USE_PERL5= configure -MAN3= Catalyst::Plugin::Session.3 \ - Catalyst::Plugin::Session::State.3 \ - Catalyst::Plugin::Session::Store.3 \ - Catalyst::Plugin::Session::Store::Dummy.3 \ - Catalyst::Plugin::Session::Test::Store.3 \ - Catalyst::Plugin::Session::Tutorial.3 - -NO_STAGE= yes -post-extract: - @${PERL} -i.bak -ne 'print unless /^(is_upgrading_needed|test_requires)/' ${WRKSRC}/Makefile.PL +post-patch: + @${REINPLACE_CMD} -e '/^is_upgrading_needed/d' ${WRKSRC}/Makefile.PL .include Modified: head/www/p5-Catalyst-Plugin-Session/distinfo ============================================================================== --- head/www/p5-Catalyst-Plugin-Session/distinfo Sat Oct 19 19:32:28 2013 (r330928) +++ head/www/p5-Catalyst-Plugin-Session/distinfo Sat Oct 19 19:48:16 2013 (r330929) @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Plugin-Session-0.38.tar.gz) = 4bae7454e1d6569bd80cc5f550f5ced1ae66c538fe6acb672246b93c78df2c04 -SIZE (Catalyst-Plugin-Session-0.38.tar.gz) = 49221 +SHA256 (Catalyst-Plugin-Session-0.39.tar.gz) = f1956eecf82bf76ff35739c0f7baab73f02dde8b8b4fe62322e8fc8707008a54 +SIZE (Catalyst-Plugin-Session-0.39.tar.gz) = 49390 Modified: head/www/p5-Catalyst-Plugin-Session/pkg-plist ============================================================================== --- head/www/p5-Catalyst-Plugin-Session/pkg-plist Sat Oct 19 19:32:28 2013 (r330928) +++ head/www/p5-Catalyst-Plugin-Session/pkg-plist Sat Oct 19 19:48:16 2013 (r330929) @@ -5,11 +5,17 @@ %%SITE_PERL%%/Catalyst/Plugin/Session/Test/Store.pm %%SITE_PERL%%/Catalyst/Plugin/Session/Tutorial.pod %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session/.packlist +%%PERL5_MAN3%%/Catalyst::Plugin::Session.3.gz +%%PERL5_MAN3%%/Catalyst::Plugin::Session::State.3.gz +%%PERL5_MAN3%%/Catalyst::Plugin::Session::Store.3.gz +%%PERL5_MAN3%%/Catalyst::Plugin::Session::Store::Dummy.3.gz +%%PERL5_MAN3%%/Catalyst::Plugin::Session::Test::Store.3.gz +%%PERL5_MAN3%%/Catalyst::Plugin::Session::Tutorial.3.gz +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst @dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Session/Test @dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Session/Store @dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Session @dirrmtry %%SITE_PERL%%/Catalyst/Plugin @dirrmtry %%SITE_PERL%%/Catalyst -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst