diff options
Diffstat (limited to 'www/p5-Catalyst-Plugin-Session-State-Cookie')
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile | 3 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo | 3 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-State-Cookie/patches/patch-aa | 8 |
3 files changed, 3 insertions, 11 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile b/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile index 1f93eca183d..f2ac5520942 100644 --- a/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile +++ b/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/05/17 19:34:17 sno Exp $ +# $NetBSD: Makefile,v 1.7 2009/06/11 12:06:12 abs Exp $ DISTNAME= Catalyst-Plugin-Session-State-Cookie-0.11 PKGNAME= p5-${DISTNAME} @@ -15,6 +15,7 @@ DEPENDS+= p5-MRO-Compat>=0:../../devel/p5-MRO-Compat DEPENDS+= p5-Test-MockObject>=1.01:../../devel/p5-Test-MockObject PERL5_PACKLIST= auto/Catalyst/Plugin/Session/State/Cookie/.packlist +PERL5_MODULE_TYPE= Module::Install PKG_DESTDIR_SUPPORT= user-destdir diff --git a/www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo b/www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo index 8e56fb8861f..e3926a7c137 100644 --- a/www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo +++ b/www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.3 2009/05/17 19:34:17 sno Exp $ +$NetBSD: distinfo,v 1.4 2009/06/11 12:06:12 abs Exp $ 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 deleted file mode 100644 index c48e958c01a..00000000000 --- a/www/p5-Catalyst-Plugin-Session-State-Cookie/patches/patch-aa +++ /dev/null @@ -1,8 +0,0 @@ ---- 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; |