From ddf4ebcb967353540eb57333e56ab11e1b47c573 Mon Sep 17 00:00:00 2001 From: sno Date: Tue, 2 Feb 2010 11:11:30 +0000 Subject: Updating www/p5-Catalyst-Runtime from 5.80018 to 5.80019 Upstream changes: 5.80019 2010-01-29 01:04:09 Bug fixed: - Calls to $c->uri_for with private paths as strings (e.g. $c->uri_for('controller/action', 'arg1', 'arg2') ) no longer have / encoded to %2F. This is due to $c->uri_for('static', 'css/foo', $bar) which should not be encoded. Calls with an action object (rather than a string), or uri_for action will still encode / in args and captures to %2F - The above noted / => %2F encoding in uri_for_action or uri_for with an action object has been fixed to not just encode the first slash in any set of args/captures. - nginx and lighttpd FCGI requests with URI encoded sections as the first path part have been fixed to operate correctly. - A source of bogus warnings in Catalyst::Component::BUILDARGS has been removed. Documentation: - Improve the documentation about -Home and how Catalyst finds the home path for applications. - Various minor typo fixes. New features: - Allow passing additional arguments to action constructors. --- www/p5-Catalyst-Runtime/Makefile | 4 ++-- www/p5-Catalyst-Runtime/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/p5-Catalyst-Runtime/Makefile b/www/p5-Catalyst-Runtime/Makefile index 930c449d1a1..b23dab0b932 100644 --- a/www/p5-Catalyst-Runtime/Makefile +++ b/www/p5-Catalyst-Runtime/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2010/01/16 18:10:59 sno Exp $ +# $NetBSD: Makefile,v 1.18 2010/02/02 11:11:30 sno Exp $ -DISTNAME= Catalyst-Runtime-5.80018 +DISTNAME= Catalyst-Runtime-5.80019 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} diff --git a/www/p5-Catalyst-Runtime/distinfo b/www/p5-Catalyst-Runtime/distinfo index f85820fb272..1571af854a8 100644 --- a/www/p5-Catalyst-Runtime/distinfo +++ b/www/p5-Catalyst-Runtime/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2010/01/16 18:10:59 sno Exp $ +$NetBSD: distinfo,v 1.14 2010/02/02 11:11:30 sno Exp $ -SHA1 (Catalyst-Runtime-5.80018.tar.gz) = 9d0ece62f9a1f184042bd5fbf58df367cc50289d -RMD160 (Catalyst-Runtime-5.80018.tar.gz) = d0dd1683538bde84b70ea4d805c358ffd1031720 -Size (Catalyst-Runtime-5.80018.tar.gz) = 244360 bytes +SHA1 (Catalyst-Runtime-5.80019.tar.gz) = d32f33a34180fff0fc507ec3a6b11719f7783f9f +RMD160 (Catalyst-Runtime-5.80019.tar.gz) = 8fb867b164bd90726d35d343eb032cc622c50481 +Size (Catalyst-Runtime-5.80019.tar.gz) = 246281 bytes -- cgit v1.2.3