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/f67538e7c21c
branches:  trunk
changeset: 393453:f67538e7c21c
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed May 20 22:07:42 2009 +0000

description:
pkgsrc changes:
  - Updating package for p5 module Catalyst::Runtime from 5.80003 to
    5.80004
  - Adjusting/reordering dependencies

Upstream changes:
5.80004 2009-05-18 17:03:23
        - Rename the actions attribute in Catalyt::Controller to
          _controller_actions to avoid name clashes with application
          controller naming. (random)
        - Test for using Moose in components which have a non-Moose base class
          Fixed by 349cda in Moose 0.78 (t0m)
        - Fix deprecation message for Catalyst::Dispatcher to refer
          to the class actually calling the deprecated method. RT#45741 (t0m)
        - Clarify limitations of $request->base and $request->secure.
          (Phil Mitchell)
        - Add 'use Catalyst' to documentation for a Moose MyApp class as
          noted by dmaki. (t0m)
        - Fix so that / (and other special characters) are URL encoded when
          passed into $c->uri_for as Args/CaptureArgs (t0m)
        - Fix development server so that $c->engine->env returns the correct
          environment (t0m)
        - Require Moose 0.78 to fix metaclass incompatibility issues (t0m)
        - Require MooseX::MethodAttributes 0.10 and use
          Moose::Meta::Class->initialize rather than Moose->init_meta to fix
          bugs related to having a 'meta' method in your controller (t0m)
        - Fix cases where your application failing to complie could cause perl
          to report 'Unknown Error' (t0m)
        - Support adding Moose::Roles to the plugin list. These are applied to
          MyApp after plugins have been pushed onto @ISA (t0m)
        - Fix calling $c->req->parameters as the first thing you do when
          parse_on_demand is on (t0m)

diffstat:

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

diffs (66 lines):

diff -r 7f9bbca12d2e -r f67538e7c21c www/p5-Catalyst-Runtime/Makefile
--- a/www/p5-Catalyst-Runtime/Makefile  Wed May 20 21:59:24 2009 +0000
+++ b/www/p5-Catalyst-Runtime/Makefile  Wed May 20 22:07:42 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2009/04/30 07:14:27 sno Exp $
+# $NetBSD: Makefile,v 1.8 2009/05/20 22:07:42 sno Exp $
 
-DISTNAME=      Catalyst-Runtime-5.80003
+DISTNAME=      Catalyst-Runtime-5.80004
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Catalyst/}
@@ -12,6 +12,7 @@
 
 CONFLICTS+=    p5-Catalyst-[0-9]*
 
+DEPENDS+=      p5-B-Hooks-EndOfScope>=0.08:../../devel/p5-B-Hooks-EndOfScope
 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.83:../../devel/p5-Class-MOP
@@ -19,24 +20,27 @@
 DEPENDS+=      p5-File-Modified>=0:../../devel/p5-File-Modified
 DEPENDS+=      p5-HTML-Parser>=0:../../www/p5-HTML-Parser
 DEPENDS+=      p5-HTTP-Body>=1.04:../../www/p5-HTTP-Body
-DEPENDS+=      p5-libwww>=5.805:../../www/p5-libwww
 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-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.09:../../devel/p5-MooseX-MethodAttributes
+DEPENDS+=      p5-MooseX-MethodAttributes>=0.10:../../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
+#DEPENDS+=     p5-Scope-Upper>=0.06:../../devel/p5-Scope-Upper
 DEPENDS+=      p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter
 DEPENDS+=      p5-Text-SimpleTable>=0.03:../../textproc/p5-Text-SimpleTable
 DEPENDS+=      {perl>=5.10,p5-Time-HiRes>=0}:../../time/p5-Time-HiRes
 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-clean-[0-9]*:../../devel/p5-namespace-clean
 
+# Recommends:
+DEPENDS+=      p5-B-Hooks-OP-Check-StashChange-[0-9]*:../../devel/p5-B-Hooks-OP-Check-StashChange
+
 BUILD_DEPENDS+=        p5-Class-Data-Inheritable-[0-9]*:../../devel/p5-Class-Data-Inheritable
 BUILD_DEPENDS+=        p5-Test-Aggregate>=0.35:../../devel/p5-Test-Aggregate
 BUILD_DEPENDS+=        p5-Test-MockObject>=0:../../devel/p5-Test-MockObject
diff -r 7f9bbca12d2e -r f67538e7c21c www/p5-Catalyst-Runtime/distinfo
--- a/www/p5-Catalyst-Runtime/distinfo  Wed May 20 21:59:24 2009 +0000
+++ b/www/p5-Catalyst-Runtime/distinfo  Wed May 20 22:07:42 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2009/05/08 17:56:04 seb Exp $
+$NetBSD: distinfo,v 1.6 2009/05/20 22:07:42 sno Exp $
 
-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
+SHA1 (Catalyst-Runtime-5.80004.tar.gz) = 47c17ee98c52f34a92b63e0c955048f6c43401a8
+RMD160 (Catalyst-Runtime-5.80004.tar.gz) = c1da6bbd2a45c0ea366924fc10705e1bd295895a
+Size (Catalyst-Runtime-5.80004.tar.gz) = 207938 bytes
 SHA1 (patch-aa) = 0cca00f0ee03192f936df44ec584a407071e3410



Home | Main Index | Thread Index | Old Index