pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Catalyst-Plugin-Session-State-Cookie Updating p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd83bcde3880
branches:  trunk
changeset: 397927:bd83bcde3880
user:      sno <sno%pkgsrc.org@localhost>
date:      Thu Aug 20 18:22:35 2009 +0000

description:
Updating package www/p5-Catalyst-Plugin-Session-State-Cookie from 0.12
to 0.13

pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
0.13    2009-08-19
        - Remove Test::MockObject from the test suite as prone to failing on
          some platforms and perl versions due to its UNIVERSAL:: package
          dependencies.
        - Remove Class::Accessor::Fast and replace with Moose. This allows
          us to not have a ->new method, This is more correct for Plugins
          and also means that Catalyst is not forced to invoke the scary
          replace_constructor at scope end handling.

diffstat:

 www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile |  8 ++++----
 www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r 037d93a53dd4 -r bd83bcde3880 www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile
--- a/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile      Thu Aug 20 18:12:39 2009 +0000
+++ b/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile      Thu Aug 20 18:22:35 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2009/08/19 18:34:07 sno Exp $
+# $NetBSD: Makefile,v 1.9 2009/08/20 18:22:35 sno Exp $
 
-DISTNAME=      Catalyst-Plugin-Session-State-Cookie-0.12
+DISTNAME=      Catalyst-Plugin-Session-State-Cookie-0.13
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Catalyst/}
@@ -13,8 +13,8 @@
 DEPENDS+=      p5-Catalyst-Runtime>=5.80005:../../www/p5-Catalyst-Runtime
 DEPENDS+=      p5-Catalyst-Plugin-Session>=0.19:../../www/p5-Catalyst-Plugin-Session
 DEPENDS+=      p5-MRO-Compat>=0:../../devel/p5-MRO-Compat
-
-BUILD_DEPENDS+=        p5-Test-MockObject>=1.01:../../devel/p5-Test-MockObject
+DEPENDS+=      p5-Moose-[0-9]*:../../devel/p5-Moose
+DEPENDS+=      p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
 
 PERL5_PACKLIST= auto/Catalyst/Plugin/Session/State/Cookie/.packlist
 PERL5_MODULE_TYPE=     Module::Install
diff -r 037d93a53dd4 -r bd83bcde3880 www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo
--- a/www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo      Thu Aug 20 18:12:39 2009 +0000
+++ b/www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo      Thu Aug 20 18:22:35 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2009/08/19 18:34:07 sno Exp $
+$NetBSD: distinfo,v 1.6 2009/08/20 18:22:35 sno Exp $
 
-SHA1 (Catalyst-Plugin-Session-State-Cookie-0.12.tar.gz) = 5d23886b542e1cf3408bd582fa766b02d412f09c
-RMD160 (Catalyst-Plugin-Session-State-Cookie-0.12.tar.gz) = 0ff4d37dd6fcf53ed524110923ee97dd13d9353f
-Size (Catalyst-Plugin-Session-State-Cookie-0.12.tar.gz) = 26100 bytes
+SHA1 (Catalyst-Plugin-Session-State-Cookie-0.13.tar.gz) = c4f47832e9135423d440305d1e381a78d5f49a5d
+RMD160 (Catalyst-Plugin-Session-State-Cookie-0.13.tar.gz) = 195d232c028df243b25b8db471208f8e1a6e8d14
+Size (Catalyst-Plugin-Session-State-Cookie-0.13.tar.gz) = 26510 bytes



Home | Main Index | Thread Index | Old Index