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 PkgSrc changes:
details: https://anonhg.NetBSD.org/pkgsrc/rev/cb9dcef2df78
branches: trunk
changeset: 392337:cb9dcef2df78
user: sno <sno%pkgsrc.org@localhost>
date: Thu Apr 30 07:14:27 2009 +0000
description:
PkgSrc changes:
- Updating package for p5 module Catalyst::Runtime from 5.80002 to 5.80003
- Adjust dependencies
Upstream changes:
5.80003 2009-04-29 16:23:53
- Various POD tweaks. (hdp, dandv)
- Fix formatting error in the regex fallback warning. (rafl)
- Convert the dispatcher's and restarter engine's BUILD method to
attribute builders to not override the BUILD method from
MooseX::Emulate::Class::Accessor::Fast. (rafl)
- Fix classes without metaclasses restarting, when not using
B::Hooks::OP::Check::StashChange (t0m)
- Fix the unattached chain debug table for endpoints with no
parents at all. (rafl)
- Turn of test aggregation by default. Only aggregate if the
AGGREGATE_TESTS environment variable is set and a recent
Test::Aggregate is available. (rafl)
- Bump to MooseX::MethodAttributes 0.09, to gain the
get_nearest_methods_with_attributes method allowing methods without
attributes in a subclass to override those with attributes in a
superclass. This fixes CatalystX::CRUD's method of overriding /
disabling functionality from base controllers. (t0m)
- Bump HTTP::Request::AsCGI dependency to avoid broken version (t0m)
- Bump Moose dependency to latest version to fix metaclass
incompatibility issues in some cases. (t0m)
- Additional tests for setup_stats method. (t0m)
- Fix log levels in Catalyst::Log to be properly additive. (t0m)
- Fix RT#43375 by sorting results before testing them (t0m)
- Fixes for uri_for_action when using Catalyst::DispatchType::Regex
+ tests from RT#39369 (norbi)
- Partial rewrite and reoganisation of the C3 docs in
Catalyst::Upgrading based on feedback from kiffin (t0m)
- If you make your application class immutable and turn off
constructor inlining, Catalyst will die and tell you pass
the (replace_constructor => 1) argument to
make_immutable. (Dave Rolsky)
diffstat:
www/p5-Catalyst-Runtime/Makefile | 12 ++++++------
www/p5-Catalyst-Runtime/distinfo | 8 ++++----
2 files changed, 10 insertions(+), 10 deletions(-)
diffs (48 lines):
diff -r 8d0878a136e3 -r cb9dcef2df78 www/p5-Catalyst-Runtime/Makefile
--- a/www/p5-Catalyst-Runtime/Makefile Thu Apr 30 06:24:10 2009 +0000
+++ b/www/p5-Catalyst-Runtime/Makefile Thu Apr 30 07:14:27 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2009/04/29 22:34:52 sno Exp $
+# $NetBSD: Makefile,v 1.7 2009/04/30 07:14:27 sno Exp $
-DISTNAME= Catalyst-Runtime-5.80002
+DISTNAME= Catalyst-Runtime-5.80003
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
@@ -14,18 +14,18 @@
DEPENDS+= p5-CGI-Simple>=0:../../www/p5-CGI-Simple
DEPENDS+= p5-Class-C3-Adopt-NEXT>=0.07:../../devel/p5-Class-C3-Adopt-NEXT
-DEPENDS+= p5-Class-MOP>=0.79:../../devel/p5-Class-MOP
+DEPENDS+= p5-Class-MOP>=0.83:../../devel/p5-Class-MOP
DEPENDS+= p5-Data-Dump>=0:../../devel/p5-Data-Dump
DEPENDS+= p5-File-Modified>=0:../../devel/p5-File-Modified
DEPENDS+= p5-HTML-Parser>=0:../../www/p5-HTML-Parser
-DEPENDS+= p5-HTTP-Body>=0.9:../../www/p5-HTTP-Body
+DEPENDS+= p5-HTTP-Body>=1.04:../../www/p5-HTTP-Body
DEPENDS+= p5-libwww>=5.805:../../www/p5-libwww
-DEPENDS+= p5-HTTP-Request-AsCGI>=0.5:../../www/p5-HTTP-Request-AsCGI
+DEPENDS+= p5-HTTP-Request-AsCGI>=0.8:../../www/p5-HTTP-Request-AsCGI
DEPENDS+= p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat
DEPENDS+= {perl>=5.10,p5-Module-Pluggable>=3.01}:../../devel/p5-Module-Pluggable
DEPENDS+= p5-Moose>=0.73:../../devel/p5-Moose
DEPENDS+= p5-MooseX-Emulate-Class-Accessor-Fast>=0.00801:../../devel/p5-MooseX-Emulate-Class-Accessor-Fast
-DEPENDS+= p5-MooseX-MethodAttributes>=0.06:../../devel/p5-MooseX-MethodAttributes
+DEPENDS+= p5-MooseX-MethodAttributes>=0.09:../../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-Scope-Upper>=0.06:../../devel/p5-Scope-Upper
diff -r 8d0878a136e3 -r cb9dcef2df78 www/p5-Catalyst-Runtime/distinfo
--- a/www/p5-Catalyst-Runtime/distinfo Thu Apr 30 06:24:10 2009 +0000
+++ b/www/p5-Catalyst-Runtime/distinfo Thu Apr 30 07:14:27 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2009/04/29 22:34:52 sno Exp $
+$NetBSD: distinfo,v 1.4 2009/04/30 07:14:27 sno Exp $
-SHA1 (Catalyst-Runtime-5.80002.tar.gz) = 3d9c18400c85771763a56dc2f13971e371d07f2e
-RMD160 (Catalyst-Runtime-5.80002.tar.gz) = f90d276cfe6c287d3335871b288bf94fca47e324
-Size (Catalyst-Runtime-5.80002.tar.gz) = 201973 bytes
+SHA1 (Catalyst-Runtime-5.80003.tar.gz) = d54822fb95020a697afd6de5d41c69b9d04d7bba
+RMD160 (Catalyst-Runtime-5.80003.tar.gz) = 739698262a3bd6d7039145b5142309f09ae0bf83
+Size (Catalyst-Runtime-5.80003.tar.gz) = 204401 bytes
Home |
Main Index |
Thread Index |
Old Index