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 PkgSrc cha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a64d048887f
branches:  trunk
changeset: 393155:4a64d048887f
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun May 17 19:34:17 2009 +0000

description:
PkgSrc changes:
  - Updating package for p5 module Catalyst::Plugin::Session::State::Cookie
    from 0.10 to 0.11
  - Adding patch to prevent install missing dependencies

Upstream changes:
0.11    2009-05-13
        - Change TestApp so that the application is in t/lib, to make it easier
          for Catalyst to force our package to be immutable.

diffstat:

 www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile         |  4 ++--
 www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo         |  9 +++++----
 www/p5-Catalyst-Plugin-Session-State-Cookie/patches/patch-aa |  8 ++++++++
 3 files changed, 15 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r a448937e8002 -r 4a64d048887f www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile
--- a/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile      Sun May 17 19:26:51 2009 +0000
+++ b/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile      Sun May 17 19:34:17 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2009/02/22 17:33:10 he Exp $
+# $NetBSD: Makefile,v 1.6 2009/05/17 19:34:17 sno Exp $
 
-DISTNAME=      Catalyst-Plugin-Session-State-Cookie-0.10
+DISTNAME=      Catalyst-Plugin-Session-State-Cookie-0.11
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Catalyst/}
diff -r a448937e8002 -r 4a64d048887f www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo
--- a/www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo      Sun May 17 19:26:51 2009 +0000
+++ b/www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo      Sun May 17 19:34:17 2009 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2009/02/22 17:33:10 he Exp $
+$NetBSD: distinfo,v 1.3 2009/05/17 19:34:17 sno Exp $
 
-SHA1 (Catalyst-Plugin-Session-State-Cookie-0.10.tar.gz) = 2a319e80807b5eea5929e9ef3857370fbe993712
-RMD160 (Catalyst-Plugin-Session-State-Cookie-0.10.tar.gz) = de38a2b89fff89d6f81e8e0c1469c44570399f23
-Size (Catalyst-Plugin-Session-State-Cookie-0.10.tar.gz) = 23078 bytes
+SHA1 (Catalyst-Plugin-Session-State-Cookie-0.11.tar.gz) = c8d639443941b8818aeb7872720224483daa1c45
+RMD160 (Catalyst-Plugin-Session-State-Cookie-0.11.tar.gz) = 24664494ceaf560b50df05e6982aab2e00b636fa
+Size (Catalyst-Plugin-Session-State-Cookie-0.11.tar.gz) = 25115 bytes
+SHA1 (patch-aa) = 3c3183069c3458d382827e3b34352937294d00d3
diff -r a448937e8002 -r 4a64d048887f www/p5-Catalyst-Plugin-Session-State-Cookie/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-Session-State-Cookie/patches/patch-aa      Sun May 17 19:34:17 2009 +0000
@@ -0,0 +1,8 @@
+--- Makefile.PL.orig   2009-05-17 19:21:03.000000000 +0000
++++ Makefile.PL        2009-05-17 19:21:11.000000000 +0000
+@@ -8,5 +8,4 @@
+ requires 'Test::MockObject'          => '1.01';
+ requires 'MRO::Compat';
+ 
+-auto_install;
+ WriteAll;



Home | Main Index | Thread Index | Old Index