summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-05-23 21:45:45 +0000
committersno <sno@pkgsrc.org>2009-05-23 21:45:45 +0000
commit2d1b4beaa478376b3bb09ddc0a1c9b44560c485d (patch)
tree7c8461022234c15c66a4d175e32de6f0ed9c29ef /www
parent8286bf58a35ba40847adf808ab98002ab01ee928 (diff)
downloadpkgsrc-2d1b4beaa478376b3bb09ddc0a1c9b44560c485d.tar.gz
Patch out auto_install - this will be handled by pkgsrc
Diffstat (limited to 'www')
-rw-r--r--www/p5-Catalyst-Action-RenderView/distinfo3
-rw-r--r--www/p5-Catalyst-Action-RenderView/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Action-RenderView/distinfo b/www/p5-Catalyst-Action-RenderView/distinfo
index be54ceefcba..93112df8dbb 100644
--- a/www/p5-Catalyst-Action-RenderView/distinfo
+++ b/www/p5-Catalyst-Action-RenderView/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2009/05/01 11:59:45 sno Exp $
+$NetBSD: distinfo,v 1.3 2009/05/23 21:45:45 sno Exp $
SHA1 (Catalyst-Action-RenderView-0.10.tar.gz) = 9963609d28f37704cf3d5adb13ace0864bf9a04e
RMD160 (Catalyst-Action-RenderView-0.10.tar.gz) = 9cd26336b839bb483f3fa252ee2dc9f09276ec88
Size (Catalyst-Action-RenderView-0.10.tar.gz) = 23843 bytes
+SHA1 (patch-aa) = 4623d73e0b3d7b4d11288cd41f986b1a495596fa
diff --git a/www/p5-Catalyst-Action-RenderView/patches/patch-aa b/www/p5-Catalyst-Action-RenderView/patches/patch-aa
new file mode 100644
index 00000000000..99e49ded64b
--- /dev/null
+++ b/www/p5-Catalyst-Action-RenderView/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2009/05/23 21:45:45 sno Exp $
+
+Patch out auto_install - this will be handled by pkgsrc
+
+--- Makefile.PL.orig 2009-05-23 21:33:21.000000000 +0000
++++ Makefile.PL 2009-05-23 21:33:43.000000000 +0000
+@@ -14,5 +14,4 @@
+
+ test_requires 'HTTP::Request::AsCGI';
+
+-auto_install;
+ WriteAll;