summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorabs <abs>2009-06-11 12:06:10 +0000
committerabs <abs>2009-06-11 12:06:10 +0000
commit9a88d9e0df8482b43b9f1aca07758de51ab8af27 (patch)
tree88634d596eef54d3ad36f991e27a97b332c22b37 /www
parent24e5b021cb464f7ade6f05c4c0adff4653624304 (diff)
downloadpkgsrc-9a88d9e0df8482b43b9f1aca07758de51ab8af27.tar.gz
update to use the new Module::Install infrastructure
Diffstat (limited to 'www')
-rw-r--r--www/p5-Apache2-AuthCASSimple/Makefile3
-rw-r--r--www/p5-Apache2-AuthCASSimple/distinfo3
-rw-r--r--www/p5-Apache2-AuthCASSimple/patches/patch-aa16
-rw-r--r--www/p5-Catalyst-Action-RenderView/Makefile3
-rw-r--r--www/p5-Catalyst-Action-RenderView/distinfo3
-rw-r--r--www/p5-Catalyst-Action-RenderView/patches/patch-aa12
-rw-r--r--www/p5-Catalyst-Controller-FormBuilder/Makefile3
-rw-r--r--www/p5-Catalyst-Manual/Makefile3
-rw-r--r--www/p5-Catalyst-Manual/distinfo3
-rw-r--r--www/p5-Catalyst-Manual/patches/patch-aa11
-rw-r--r--www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile3
-rw-r--r--www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo3
-rw-r--r--www/p5-Catalyst-Plugin-Session-State-Cookie/patches/patch-aa8
-rw-r--r--www/p5-Catalyst-Runtime/Makefile3
-rw-r--r--www/p5-Catalyst-Runtime/distinfo3
-rw-r--r--www/p5-Catalyst-Runtime/patches/patch-aa16
16 files changed, 17 insertions, 79 deletions
diff --git a/www/p5-Apache2-AuthCASSimple/Makefile b/www/p5-Apache2-AuthCASSimple/Makefile
index ed5c04302a0..0c014d99626 100644
--- a/www/p5-Apache2-AuthCASSimple/Makefile
+++ b/www/p5-Apache2-AuthCASSimple/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/06/01 21:41:39 seb Exp $
+# $NetBSD: Makefile,v 1.2 2009/06/11 12:06:11 abs Exp $
#
DISTNAME= Apache2-AuthCASSimple-0.10
@@ -15,6 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Apache2/AuthCASSimple/.packlist
+PERL5_MODULE_TYPE= Module::Install
DEPENDS+= p5-Apache-Session-Wrapper-[0-9]*:../../www/p5-Apache-Session-Wrapper
DEPENDS+= p5-Authen-CAS-Client-[0-9]*:../../security/p5-Authen-CAS-Client
diff --git a/www/p5-Apache2-AuthCASSimple/distinfo b/www/p5-Apache2-AuthCASSimple/distinfo
index 51bb8be8563..ec7b752037d 100644
--- a/www/p5-Apache2-AuthCASSimple/distinfo
+++ b/www/p5-Apache2-AuthCASSimple/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/06/01 21:41:39 seb Exp $
+$NetBSD: distinfo,v 1.2 2009/06/11 12:06:11 abs Exp $
SHA1 (Apache2-AuthCASSimple-0.10.tar.gz) = 781c7d84206aaa179bc17a45d2d75def671f979f
RMD160 (Apache2-AuthCASSimple-0.10.tar.gz) = aa85bcbc3c5f563798021d63e611f93ff9175169
Size (Apache2-AuthCASSimple-0.10.tar.gz) = 32850 bytes
-SHA1 (patch-aa) = 1535cfc352b72835c8a54c6eff6479ae34a10e5c
diff --git a/www/p5-Apache2-AuthCASSimple/patches/patch-aa b/www/p5-Apache2-AuthCASSimple/patches/patch-aa
deleted file mode 100644
index 9a38ba8dee8..00000000000
--- a/www/p5-Apache2-AuthCASSimple/patches/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2009/06/01 21:41:39 seb Exp $
-
-Prevent CPAN.pm to run an interactive setup process if it is
-unconfigured: don't call Module::Install::auto_install()
-
---- Makefile.PL.orig 2009-05-10 14:45:08.000000000 +0000
-+++ Makefile.PL
-@@ -18,7 +18,7 @@ build_requires 'Authen::CAS::Client';
- build_requires 'URI::Escape';
- build_requires 'mod_perl2';
-
--auto_install;
-+#auto_install;
-
- no_index directory => 'examples';
- #install_script('scripts/delete_session_data.pl');
diff --git a/www/p5-Catalyst-Action-RenderView/Makefile b/www/p5-Catalyst-Action-RenderView/Makefile
index 7b4e7c9587c..c2492035ae0 100644
--- a/www/p5-Catalyst-Action-RenderView/Makefile
+++ b/www/p5-Catalyst-Action-RenderView/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/05/01 11:59:45 sno Exp $
+# $NetBSD: Makefile,v 1.4 2009/06/11 12:06:11 abs Exp $
DISTNAME= Catalyst-Action-RenderView-0.10
PKGNAME= p5-${DISTNAME}
@@ -18,6 +18,7 @@ BUILD_DEPENDS+= p5-HTTP-Request-AsCGI-[0-9]*:../../www/p5-HTTP-Request-AsCGI
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Catalyst/Action/RenderView/.packlist
+PERL5_MODULE_TYPE= Module::Install
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/www/p5-Catalyst-Action-RenderView/distinfo b/www/p5-Catalyst-Action-RenderView/distinfo
index 93112df8dbb..5db32b7015e 100644
--- a/www/p5-Catalyst-Action-RenderView/distinfo
+++ b/www/p5-Catalyst-Action-RenderView/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2009/05/23 21:45:45 sno Exp $
+$NetBSD: distinfo,v 1.4 2009/06/11 12:06:11 abs 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
deleted file mode 100644
index 99e49ded64b..00000000000
--- a/www/p5-Catalyst-Action-RenderView/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$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;
diff --git a/www/p5-Catalyst-Controller-FormBuilder/Makefile b/www/p5-Catalyst-Controller-FormBuilder/Makefile
index 4661c3e0770..60d5fc5a87d 100644
--- a/www/p5-Catalyst-Controller-FormBuilder/Makefile
+++ b/www/p5-Catalyst-Controller-FormBuilder/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/05/19 22:41:30 sno Exp $
+# $NetBSD: Makefile,v 1.5 2009/06/11 12:06:11 abs Exp $
DISTNAME= Catalyst-Controller-FormBuilder-0.05
PKGNAME= p5-${DISTNAME}
@@ -24,6 +24,7 @@ DEPENDS+= p5-Catalyst-View-TT>=0.23:../../www/p5-Catalyst-View-TT
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Catalyst/Controller/FormBuilder/.packlist
+PERL5_MODULE_TYPE= Module::Install
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/www/p5-Catalyst-Manual/Makefile b/www/p5-Catalyst-Manual/Makefile
index 466e37144aa..3ca4730d9ce 100644
--- a/www/p5-Catalyst-Manual/Makefile
+++ b/www/p5-Catalyst-Manual/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/05/17 18:54:08 sno Exp $
+# $NetBSD: Makefile,v 1.7 2009/06/11 12:06:11 abs Exp $
DISTNAME= Catalyst-Manual-5.7021
PKGNAME= p5-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE= http://search.cpan.org/dist/Catalyst-Manual/
COMMENT= Manual for Catalyst
PERL5_PACKLIST= auto/Catalyst/Manual/.packlist
+PERL5_MODULE_TYPE= Module::Install
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
diff --git a/www/p5-Catalyst-Manual/distinfo b/www/p5-Catalyst-Manual/distinfo
index 6bb5430e9a9..d98f8907d06 100644
--- a/www/p5-Catalyst-Manual/distinfo
+++ b/www/p5-Catalyst-Manual/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.6 2009/05/25 17:06:50 abs Exp $
+$NetBSD: distinfo,v 1.7 2009/06/11 12:06:11 abs Exp $
SHA1 (Catalyst-Manual-5.7021.tar.gz) = 60ebdef29b604b81eb5ac47e871420a19243e8e0
RMD160 (Catalyst-Manual-5.7021.tar.gz) = 78735afcc01cc96564fc13cc60e781ec55daf633
Size (Catalyst-Manual-5.7021.tar.gz) = 164122 bytes
-SHA1 (patch-aa) = 2c442e4f5654045be30ede5ccdaea03eb70ef0e6
diff --git a/www/p5-Catalyst-Manual/patches/patch-aa b/www/p5-Catalyst-Manual/patches/patch-aa
deleted file mode 100644
index 0e9c97760be..00000000000
--- a/www/p5-Catalyst-Manual/patches/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2009/05/25 17:07:07 abs Exp $
-
---- Makefile.PL.orig 2009-05-09 00:17:29.000000000 +0100
-+++ Makefile.PL
-@@ -7,5 +7,5 @@ license 'perl';
-
- requires 'Test::More';
-
--auto_install;
-+# auto_install;
- WriteAll;
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;
diff --git a/www/p5-Catalyst-Runtime/Makefile b/www/p5-Catalyst-Runtime/Makefile
index d47de4a3441..9b5cc05bb2a 100644
--- a/www/p5-Catalyst-Runtime/Makefile
+++ b/www/p5-Catalyst-Runtime/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2009/05/20 22:07:42 sno Exp $
+# $NetBSD: Makefile,v 1.9 2009/06/11 12:06:12 abs Exp $
DISTNAME= Catalyst-Runtime-5.80004
PKGNAME= p5-${DISTNAME}
@@ -47,6 +47,7 @@ BUILD_DEPENDS+= p5-Test-MockObject>=0:../../devel/p5-Test-MockObject
MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skipdeps
PERL5_PACKLIST= auto/Catalyst/Runtime/.packlist
+PERL5_MODULE_TYPE= Module::Install
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
diff --git a/www/p5-Catalyst-Runtime/distinfo b/www/p5-Catalyst-Runtime/distinfo
index 741f7e01a5f..91a1edad8ff 100644
--- a/www/p5-Catalyst-Runtime/distinfo
+++ b/www/p5-Catalyst-Runtime/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.6 2009/05/20 22:07:42 sno Exp $
+$NetBSD: distinfo,v 1.7 2009/06/11 12:06:12 abs Exp $
SHA1 (Catalyst-Runtime-5.80004.tar.gz) = 47c17ee98c52f34a92b63e0c955048f6c43401a8
RMD160 (Catalyst-Runtime-5.80004.tar.gz) = c1da6bbd2a45c0ea366924fc10705e1bd295895a
Size (Catalyst-Runtime-5.80004.tar.gz) = 207938 bytes
-SHA1 (patch-aa) = 0cca00f0ee03192f936df44ec584a407071e3410
diff --git a/www/p5-Catalyst-Runtime/patches/patch-aa b/www/p5-Catalyst-Runtime/patches/patch-aa
deleted file mode 100644
index 21041d652b4..00000000000
--- a/www/p5-Catalyst-Runtime/patches/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2009/05/08 17:56:04 seb Exp $
-
-Prevent CPAN.pm to run an interactive setup process if it is
-unconfigured: don't call Module::Install::auto_install()
-
---- Makefile.PL.orig 2009-04-29 14:27:41.000000000 +0000
-+++ Makefile.PL
-@@ -65,7 +65,7 @@ if ($Module::Install::AUTHOR) {
- }
-
- install_script glob('script/*.pl');
--auto_install;
-+#auto_install;
- WriteAll;
-
- if ($Module::Install::AUTHOR) {