summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorsno <sno>2009-05-17 19:34:17 +0000
committersno <sno>2009-05-17 19:34:17 +0000
commit920240ebca0a85f21435d7ab17f3ab6a69b31484 (patch)
tree7d0455121bdc3b613bdd79910063efc35516de9b /www
parent87eecc8fca3b4bcd42d73f82c0023d9f088ceabb (diff)
downloadpkgsrc-920240ebca0a85f21435d7ab17f3ab6a69b31484.tar.gz
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 (limited to 'www')
-rw-r--r--www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile4
-rw-r--r--www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo9
-rw-r--r--www/p5-Catalyst-Plugin-Session-State-Cookie/patches/patch-aa8
3 files changed, 15 insertions, 6 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile b/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile
index 3380c482eec..1f93eca183d 100644
--- a/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile
+++ b/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile
@@ -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 --git a/www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo b/www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo
index 8759fe47881..8e56fb8861f 100644
--- a/www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo
+++ b/www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo
@@ -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 --git a/www/p5-Catalyst-Plugin-Session-State-Cookie/patches/patch-aa b/www/p5-Catalyst-Plugin-Session-State-Cookie/patches/patch-aa
new file mode 100644
index 00000000000..c48e958c01a
--- /dev/null
+++ b/www/p5-Catalyst-Plugin-Session-State-Cookie/patches/patch-aa
@@ -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;