diff options
author | sno <sno@pkgsrc.org> | 2009-09-19 17:25:15 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-09-19 17:25:15 +0000 |
commit | 7a71c405a3e875c0c665d0356cb0bd817661d9e7 (patch) | |
tree | 27379dbb78e2db183900b02fa1e49dc6933d1621 /www/p5-Catalyst-Runtime | |
parent | cfe20c9cf78985ae79f28b6927d7dba0ba3ed51b (diff) | |
download | pkgsrc-7a71c405a3e875c0c665d0356cb0bd817661d9e7.tar.gz |
Updating www/p5-Catalyst-Runtime from 5.80012 to 5.80013
pkgsrc changes:
- Adjusting dependencies
Upstream changes:
5.80013 2009-09-17 11:07:04
Bug fixes:
- Preserve immutable_options when temporarily making a class mutable in
Catalyst::ClassData as this is needed by new Class::MOP.
This could have potentially caused issues when using the deprecated runtime
plugins feature in an application with plugins which define their own new
method.
- Require new Moose version and new versions of various dependencies
to avoid warnings from newest Moose release.
Documentation:
- Rework the $c->go documentation to make it more clear.
- Additional documentation in Catalyst::Upgrading covering more deprecation
warnings.
Refactoring / cleanups:
- Action methods in the application class are deprecated and applications
using them will now generate a warning at startup.
- The -short option has been removed from catalyst.pl, stopping new
applications from being generated using the ::[MVC]:: naming scheme as
this is deprecated and generates warnings. RT#49771
Diffstat (limited to 'www/p5-Catalyst-Runtime')
-rw-r--r-- | www/p5-Catalyst-Runtime/Makefile | 12 | ||||
-rw-r--r-- | www/p5-Catalyst-Runtime/distinfo | 8 |
2 files changed, 10 insertions, 10 deletions
diff --git a/www/p5-Catalyst-Runtime/Makefile b/www/p5-Catalyst-Runtime/Makefile index e0734764e0f..6d0a5cc6959 100644 --- a/www/p5-Catalyst-Runtime/Makefile +++ b/www/p5-Catalyst-Runtime/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2009/09/13 19:59:50 sno Exp $ +# $NetBSD: Makefile,v 1.13 2009/09/19 17:25:15 sno Exp $ -DISTNAME= Catalyst-Runtime-5.80012 +DISTNAME= Catalyst-Runtime-5.80013 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} @@ -24,9 +24,9 @@ DEPENDS+= p5-HTTP-Request-AsCGI>=0.8:../../www/p5-HTTP-Request-AsCGI DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils DEPENDS+= p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat DEPENDS+= p5-Module-Pluggable>=3.9:../../devel/p5-Module-Pluggable -DEPENDS+= p5-Moose>=0.78:../../devel/p5-Moose -DEPENDS+= p5-MooseX-Emulate-Class-Accessor-Fast>=0.00801:../../devel/p5-MooseX-Emulate-Class-Accessor-Fast -DEPENDS+= p5-MooseX-MethodAttributes>=0.15:../../devel/p5-MooseX-MethodAttributes +DEPENDS+= p5-Moose>=0.90:../../devel/p5-Moose +DEPENDS+= p5-MooseX-Emulate-Class-Accessor-Fast>=0.00903:../../devel/p5-MooseX-Emulate-Class-Accessor-Fast +DEPENDS+= p5-MooseX-MethodAttributes>=0.16:../../devel/p5-MooseX-MethodAttributes DEPENDS+= p5-Path-Class>=0.09:../../devel/p5-Path-Class DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-String-RewritePrefix>=0.004:../../textproc/p5-String-RewritePrefix @@ -38,7 +38,7 @@ DEPENDS+= p5-Tree-Simple>=1.15:../../devel/p5-Tree-Simple DEPENDS+= p5-Tree-Simple-VisitorFactory>=0:../../devel/p5-Tree-Simple-VisitorFactory DEPENDS+= p5-URI>=1.35:../../www/p5-URI DEPENDS+= p5-libwww>=5.805:../../www/p5-libwww -DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean +DEPENDS+= p5-namespace-autoclean>=0.09:../../devel/p5-namespace-autoclean DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean # Recommends: diff --git a/www/p5-Catalyst-Runtime/distinfo b/www/p5-Catalyst-Runtime/distinfo index ac6dd208ef7..25306b82233 100644 --- a/www/p5-Catalyst-Runtime/distinfo +++ b/www/p5-Catalyst-Runtime/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2009/09/13 19:59:50 sno Exp $ +$NetBSD: distinfo,v 1.11 2009/09/19 17:25:15 sno Exp $ -SHA1 (Catalyst-Runtime-5.80012.tar.gz) = ef75a907a165af9659ad9a710afb6d5c8b621b93 -RMD160 (Catalyst-Runtime-5.80012.tar.gz) = 9aa94e441ee040fa0c58867a04dc3fcf7712560a -Size (Catalyst-Runtime-5.80012.tar.gz) = 221342 bytes +SHA1 (Catalyst-Runtime-5.80013.tar.gz) = 839ff3c3ff2905ebb63db7c843fc071ae96de44c +RMD160 (Catalyst-Runtime-5.80013.tar.gz) = 56e641534598d7bd19b49922874fa567d8a3563c +Size (Catalyst-Runtime-5.80013.tar.gz) = 225132 bytes |