From owner-svn-ports-head@FreeBSD.ORG Mon Feb 25 12:21:40 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0047CEFE; Mon, 25 Feb 2013 12:21:39 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B824971D; Mon, 25 Feb 2013 12:21:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1PCLd3X064120; Mon, 25 Feb 2013 12:21:39 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1PCLdxV064117; Mon, 25 Feb 2013 12:21:39 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201302251221.r1PCLdxV064117@svn.freebsd.org> From: Anton Berezin Date: Mon, 25 Feb 2013 12:21:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312915 - head/www/p5-Catalyst-Runtime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 12:21:40 -0000 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