pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Catalyst-Runtime Updating www/p5-Catalyst-Runti...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fc65d20f09e
branches:  trunk
changeset: 399414:1fc65d20f09e
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Sep 19 17:25:15 2009 +0000

description:
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:

 www/p5-Catalyst-Runtime/Makefile |  12 ++++++------
 www/p5-Catalyst-Runtime/distinfo |   8 ++++----
 2 files changed, 10 insertions(+), 10 deletions(-)

diffs (47 lines):

diff -r 5cd9a9444dd7 -r 1fc65d20f09e www/p5-Catalyst-Runtime/Makefile
--- a/www/p5-Catalyst-Runtime/Makefile  Sat Sep 19 17:14:21 2009 +0000
+++ b/www/p5-Catalyst-Runtime/Makefile  Sat Sep 19 17:25:15 2009 +0000
@@ -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-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-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 -r 5cd9a9444dd7 -r 1fc65d20f09e www/p5-Catalyst-Runtime/distinfo
--- a/www/p5-Catalyst-Runtime/distinfo  Sat Sep 19 17:14:21 2009 +0000
+++ b/www/p5-Catalyst-Runtime/distinfo  Sat Sep 19 17:25:15 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index