summaryrefslogtreecommitdiff
path: root/sysutils/p5-SSH-Batch
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2009-06-11 12:06:10 +0000
committerabs <abs@pkgsrc.org>2009-06-11 12:06:10 +0000
commit275bfe92a767fa60b3e3e68894ea94ef7b9511a4 (patch)
tree88634d596eef54d3ad36f991e27a97b332c22b37 /sysutils/p5-SSH-Batch
parent5a6fe9e6a064c4897fa3b84891ff61c82a2afd40 (diff)
downloadpkgsrc-275bfe92a767fa60b3e3e68894ea94ef7b9511a4.tar.gz
update to use the new Module::Install infrastructure
Diffstat (limited to 'sysutils/p5-SSH-Batch')
-rw-r--r--sysutils/p5-SSH-Batch/Makefile3
-rw-r--r--sysutils/p5-SSH-Batch/distinfo4
-rw-r--r--sysutils/p5-SSH-Batch/patches/patch-aa17
3 files changed, 13 insertions, 11 deletions
diff --git a/sysutils/p5-SSH-Batch/Makefile b/sysutils/p5-SSH-Batch/Makefile
index 8fd85b53f92..d66fba52d43 100644
--- a/sysutils/p5-SSH-Batch/Makefile
+++ b/sysutils/p5-SSH-Batch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/05/17 20:08:17 seb Exp $
+# $NetBSD: Makefile,v 1.2 2009/06/11 12:06:10 abs Exp $
DISTNAME= SSH-Batch-0.021
PKGNAME= p5-${DISTNAME}
@@ -13,6 +13,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/SSH/Batch/.packlist
+PERL5_MODULE_TYPE= Module::Install
DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
DEPENDS+= p5-IO-tty-[0-9]*:../../devel/p5-IO-Tty
diff --git a/sysutils/p5-SSH-Batch/distinfo b/sysutils/p5-SSH-Batch/distinfo
index 8af4be7d69d..c32382b9600 100644
--- a/sysutils/p5-SSH-Batch/distinfo
+++ b/sysutils/p5-SSH-Batch/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/05/17 20:08:17 seb Exp $
+$NetBSD: distinfo,v 1.2 2009/06/11 12:06:10 abs Exp $
SHA1 (SSH-Batch-0.021.tar.gz) = d82a2758f2cb03b4f39598c0083bdc315dc533ce
RMD160 (SSH-Batch-0.021.tar.gz) = 673a396d54e4331de4bd1ef223b92fe97985ae5c
Size (SSH-Batch-0.021.tar.gz) = 67086 bytes
-SHA1 (patch-aa) = 577b11dff0f01cab1f2097b99f3eb3c3d98853ad
+SHA1 (patch-aa) = 00b5e253586fd9e49411207e9320ebd62b5c420e
diff --git a/sysutils/p5-SSH-Batch/patches/patch-aa b/sysutils/p5-SSH-Batch/patches/patch-aa
index bcdf371dfd3..60f6d8f6895 100644
--- a/sysutils/p5-SSH-Batch/patches/patch-aa
+++ b/sysutils/p5-SSH-Batch/patches/patch-aa
@@ -1,15 +1,16 @@
-$NetBSD: patch-aa,v 1.1.1.1 2009/05/17 20:08:17 seb Exp $
+$NetBSD: patch-aa,v 1.2 2009/06/11 12:06:11 abs Exp $
Prevent unconfigured CPAN.pm module to run its interactive
setup
---- Makefile.PL.orig 2009-05-03 07:27:26.000000000 +0000
+--- Makefile.PL.orig 2009-05-03 08:27:26.000000000 +0100
+++ Makefile.PL
-@@ -27,6 +27,6 @@ install_script ('bin/atnodes');
- install_script ('bin/tonodes');
- install_script ('bin/key2nodes');
+@@ -18,7 +18,7 @@ requires ('IO::Pty');
+ build_requires ('IPC::Run3');
+ #build_requires ('Test::Base' => '0.54');
--auto_install();
-+#auto_install();
- WriteAll();
+-use_test_base;
++#use_test_base;
+
+ no_index( directory => qw< t inc doc share demo > );