Tue Feb 2 11:11:30 2010 UTC ()
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.


(sno)
diff -r1.17 -r1.18 pkgsrc/www/p5-Catalyst-Runtime/Makefile
diff -r1.13 -r1.14 pkgsrc/www/p5-Catalyst-Runtime/distinfo

cvs diff -r1.17 -r1.18 pkgsrc/www/p5-Catalyst-Runtime/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-Catalyst-Runtime/Makefile 2010/01/16 18:10:59 1.17
+++ pkgsrc/www/p5-Catalyst-Runtime/Makefile 2010/02/02 11:11:30 1.18
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.17 2010/01/16 18:10:59 sno Exp $ 1# $NetBSD: Makefile,v 1.18 2010/02/02 11:11:30 sno Exp $
2 2
3DISTNAME= Catalyst-Runtime-5.80018 3DISTNAME= Catalyst-Runtime-5.80019
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= www perl5 5CATEGORIES= www perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
7 7
8MAINTAINER= rhaen@NetBSD.org 8MAINTAINER= rhaen@NetBSD.org
9HOMEPAGE= http://www.catalystframework.org/ 9HOMEPAGE= http://www.catalystframework.org/
10COMMENT= The Elegant MVC Web Application Framework 10COMMENT= The Elegant MVC Web Application Framework
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13CONFLICTS+= p5-Catalyst-[0-9]* 13CONFLICTS+= p5-Catalyst-[0-9]*
14 14
15DEPENDS+= p5-B-Hooks-EndOfScope>=0.08:../../devel/p5-B-Hooks-EndOfScope 15DEPENDS+= p5-B-Hooks-EndOfScope>=0.08:../../devel/p5-B-Hooks-EndOfScope
16DEPENDS+= p5-CGI-Simple>=0:../../www/p5-CGI-Simple 16DEPENDS+= p5-CGI-Simple>=0:../../www/p5-CGI-Simple

cvs diff -r1.13 -r1.14 pkgsrc/www/p5-Catalyst-Runtime/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-Catalyst-Runtime/distinfo 2010/01/16 18:10:59 1.13
+++ pkgsrc/www/p5-Catalyst-Runtime/distinfo 2010/02/02 11:11:30 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2010/01/16 18:10:59 sno Exp $ 1$NetBSD: distinfo,v 1.14 2010/02/02 11:11:30 sno Exp $
2 2
3SHA1 (Catalyst-Runtime-5.80018.tar.gz) = 9d0ece62f9a1f184042bd5fbf58df367cc50289d 3SHA1 (Catalyst-Runtime-5.80019.tar.gz) = d32f33a34180fff0fc507ec3a6b11719f7783f9f
4RMD160 (Catalyst-Runtime-5.80018.tar.gz) = d0dd1683538bde84b70ea4d805c358ffd1031720 4RMD160 (Catalyst-Runtime-5.80019.tar.gz) = 8fb867b164bd90726d35d343eb032cc622c50481
5Size (Catalyst-Runtime-5.80018.tar.gz) = 244360 bytes 5Size (Catalyst-Runtime-5.80019.tar.gz) = 246281 bytes