From owner-svn-ports-all@FreeBSD.ORG Sat Aug 30 08:58:43 2014 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 ESMTPS id 9BAB154F; Sat, 30 Aug 2014 08:58:43 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CCC51FB9; Sat, 30 Aug 2014 08:58:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7U8whoA008436; Sat, 30 Aug 2014 08:58:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7U8wgAG008433; Sat, 30 Aug 2014 08:58:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201408300858.s7U8wgAG008433@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Aug 2014 08:58:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366598 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 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, 30 Aug 2014 08:58:43 -0000 Author: sunpoet Date: Sat Aug 30 08:58:42 2014 New Revision: 366598 URL: http://svnweb.freebsd.org/changeset/ports/366598 QAT: https://qat.redports.org/buildarchive/r366598/ Log: - Update to 5.90070 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 Sat Aug 30 08:55:57 2014 (r366597) +++ head/www/p5-Catalyst-Runtime/Makefile Sat Aug 30 08:58:42 2014 (r366598) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Runtime -PORTVERSION= 5.90061 +PORTVERSION= 5.90070 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JJNAPIORK Modified: head/www/p5-Catalyst-Runtime/distinfo ============================================================================== --- head/www/p5-Catalyst-Runtime/distinfo Sat Aug 30 08:55:57 2014 (r366597) +++ head/www/p5-Catalyst-Runtime/distinfo Sat Aug 30 08:58:42 2014 (r366598) @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Runtime-5.90061.tar.gz) = d4dfc38de3ac369713b7ed0ade42a26fd75c39184746a510488798e4e40ea298 -SIZE (Catalyst-Runtime-5.90061.tar.gz) = 315295 +SHA256 (Catalyst-Runtime-5.90070.tar.gz) = 39a31dfc8e68078c0d96f9a2f842b780820807a76034d7efe05ce1751297017b +SIZE (Catalyst-Runtime-5.90070.tar.gz) = 320380 Modified: head/www/p5-Catalyst-Runtime/pkg-plist ============================================================================== --- head/www/p5-Catalyst-Runtime/pkg-plist Sat Aug 30 08:55:57 2014 (r366597) +++ head/www/p5-Catalyst-Runtime/pkg-plist Sat Aug 30 08:58:42 2014 (r366598) @@ -27,6 +27,7 @@ bin/catalyst.pl %%SITE_PERL%%/Catalyst/Exception/Go.pm %%SITE_PERL%%/Catalyst/Exception/Interface.pm %%SITE_PERL%%/Catalyst/Log.pm +%%SITE_PERL%%/Catalyst/Middleware/Stash.pm %%SITE_PERL%%/Catalyst/Model.pm %%SITE_PERL%%/Catalyst/PSGI.pod %%SITE_PERL%%/Catalyst/Plugin/Unicode/Encoding.pm @@ -75,6 +76,7 @@ bin/catalyst.pl %%PERL5_MAN3%%/Catalyst::Exception::Go.3.gz %%PERL5_MAN3%%/Catalyst::Exception::Interface.3.gz %%PERL5_MAN3%%/Catalyst::Log.3.gz +%%PERL5_MAN3%%/Catalyst::Middleware::Stash.3.gz %%PERL5_MAN3%%/Catalyst::Model.3.gz %%PERL5_MAN3%%/Catalyst::PSGI.3.gz %%PERL5_MAN3%%/Catalyst::Plugin::Unicode::Encoding.3.gz @@ -101,6 +103,7 @@ man/man1/catalyst.pl.1.gz @dirrmtry %%SITE_PERL%%/Catalyst/Request @dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Unicode @dirrmtry %%SITE_PERL%%/Catalyst/Plugin +@dirrmtry %%SITE_PERL%%/Catalyst/Middleware @dirrmtry %%SITE_PERL%%/Catalyst/Exception @dirrmtry %%SITE_PERL%%/Catalyst/Engine @dirrmtry %%SITE_PERL%%/Catalyst/DispatchType