Date: Mon, 25 Feb 2013 12:21:39 +0000 (UTC) From: Anton Berezin <tobez@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312915 - head/www/p5-Catalyst-Runtime Message-ID: <201302251221.r1PCLdxV064117@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobez Date: Mon Feb 25 12:21:38 2013 New Revision: 312915 URL: http://svnweb.freebsd.org/changeset/ports/312915 Log: Update to 5.90020. Changes: http://search.cpan.org/dist/Catalyst-Runtime/Changes Modified: head/www/p5-Catalyst-Runtime/Makefile head/www/p5-Catalyst-Runtime/distinfo head/www/p5-Catalyst-Runtime/pkg-plist Modified: head/www/p5-Catalyst-Runtime/Makefile ============================================================================== --- head/www/p5-Catalyst-Runtime/Makefile Mon Feb 25 11:09:19 2013 (r312914) +++ head/www/p5-Catalyst-Runtime/Makefile Mon Feb 25 12:21:38 2013 (r312915) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Runtime -PORTVERSION= 5.90018 +PORTVERSION= 5.90020 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JJNAPIORK @@ -62,6 +62,7 @@ MAN3= Catalyst.3 \ Catalyst::Action.3 \ Catalyst::ActionChain.3 \ Catalyst::ActionContainer.3 \ + Catalyst::ActionRole::HTTPMethods.3 \ Catalyst::Base.3 \ Catalyst::ClassData.3 \ Catalyst::Component.3 \ Modified: head/www/p5-Catalyst-Runtime/distinfo ============================================================================== --- head/www/p5-Catalyst-Runtime/distinfo Mon Feb 25 11:09:19 2013 (r312914) +++ head/www/p5-Catalyst-Runtime/distinfo Mon Feb 25 12:21:38 2013 (r312915) @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Runtime-5.90018.tar.gz) = 68af791d04daa8e500ec84a00fb43082994677a37c1ee4b46a78592e7b517e2b -SIZE (Catalyst-Runtime-5.90018.tar.gz) = 275349 +SHA256 (Catalyst-Runtime-5.90020.tar.gz) = 50cbdb5c71b51963c3366a422e8e0f70d64e0789b4a2d16ef0d10ce9aebf1549 +SIZE (Catalyst-Runtime-5.90020.tar.gz) = 279648 Modified: head/www/p5-Catalyst-Runtime/pkg-plist ============================================================================== --- head/www/p5-Catalyst-Runtime/pkg-plist Mon Feb 25 11:09:19 2013 (r312914) +++ head/www/p5-Catalyst-Runtime/pkg-plist Mon Feb 25 12:21:38 2013 (r312915) @@ -3,6 +3,7 @@ bin/catalyst.pl %%SITE_PERL%%/Catalyst/Action.pm %%SITE_PERL%%/Catalyst/ActionChain.pm %%SITE_PERL%%/Catalyst/ActionContainer.pm +%%SITE_PERL%%/Catalyst/ActionRole/HTTPMethods.pm %%SITE_PERL%%/Catalyst/Base.pm %%SITE_PERL%%/Catalyst/ClassData.pm %%SITE_PERL%%/Catalyst/Component.pm @@ -53,4 +54,5 @@ bin/catalyst.pl @dirrmtry %%SITE_PERL%%/Catalyst/Engine @dirrmtry %%SITE_PERL%%/Catalyst/DispatchType @dirrmtry %%SITE_PERL%%/Catalyst/Component +@dirrmtry %%SITE_PERL%%/Catalyst/ActionRole @dirrmtry %%SITE_PERL%%/Catalyst
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302251221.r1PCLdxV064117>