summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authormjl <mjl>2002-01-18 22:42:27 +0000
committermjl <mjl>2002-01-18 22:42:27 +0000
commit588ba6d4f58febc8624f0fd9248b4d84ecbc997d (patch)
tree7ab9917633797c58d148e3742056866e6ca6f497 /devel
parent941f79dfe0fd619a836af9ac44ca613a3d50f5bb (diff)
downloadpkgsrc-588ba6d4f58febc8624f0fd9248b4d84ecbc997d.tar.gz
Update p5-Test-Harness to 2.01.
- Added Test::Harness::Straps - Partial gutting of the internals - analyze_file() is more portable - Test #1 is now element 0 on the details array - Little bug in the skip 'various reasons' logic fixed - Wasn't filtering @INC properly when a test is run with -T - analyze() now considers "not \nok" to be a failure but Test::Harness still doesn't - Made sure filehandles are getting closed - Fixed a warning on VMS - Removed a little unnecessary code from analyze_file() - some POD changes. Fixes PR/15042 by Shell Hung.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Test-Harness/Makefile7
-rw-r--r--devel/p5-Test-Harness/distinfo6
-rw-r--r--devel/p5-Test-Harness/patches/patch-aa10
3 files changed, 10 insertions, 13 deletions
diff --git a/devel/p5-Test-Harness/Makefile b/devel/p5-Test-Harness/Makefile
index 7e462b1a86b..ebed6900d9a 100644
--- a/devel/p5-Test-Harness/Makefile
+++ b/devel/p5-Test-Harness/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2001/11/26 06:49:55 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2002/01/18 22:42:27 mjl Exp $
-DISTNAME= Test-Harness-1.26
+DISTNAME= Test-Harness-2.01
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tha
CATEGORIES= devel perl5
@@ -12,9 +12,6 @@ COMMENT= perl5 module for testing
USE_BUILDLINK_ONLY= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Test/Harness/.packlist
-post-patch:
- @perl -pi.orig -e 'm.INSTALLDIRS.&&s,.,,sg' ${WRKSRC}/Makefile.PL
-
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
diff --git a/devel/p5-Test-Harness/distinfo b/devel/p5-Test-Harness/distinfo
index 52418dcd781..a1c8007f7b5 100644
--- a/devel/p5-Test-Harness/distinfo
+++ b/devel/p5-Test-Harness/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/11/22 09:33:09 martti Exp $
+$NetBSD: distinfo,v 1.3 2002/01/18 22:42:28 mjl Exp $
-SHA1 (Test-Harness-1.26.tar.gz) = 4794d848892c69bfa7b3281d7732a5e18ebccfa8
-Size (Test-Harness-1.26.tar.gz) = 16472 bytes
+SHA1 (Test-Harness-2.01.tar.gz) = f0517e4ca7321b5e62c249be3b075939bdbf7d07
+Size (Test-Harness-2.01.tar.gz) = 45545 bytes
SHA1 (patch-aa) = 5891277e2e348fa7a433e26856ec38c1cfa965d3
diff --git a/devel/p5-Test-Harness/patches/patch-aa b/devel/p5-Test-Harness/patches/patch-aa
index 0d9f477eea8..390db7d41ce 100644
--- a/devel/p5-Test-Harness/patches/patch-aa
+++ b/devel/p5-Test-Harness/patches/patch-aa
@@ -1,12 +1,12 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/09/27 04:26:49 jlam Exp $
+$NetBSD: patch-aa,v 1.2 2002/01/18 22:42:28 mjl Exp $
---- Makefile.PL.orig Wed May 23 14:25:38 2001
+--- Makefile.PL.orig Tue Jan 8 17:03:18 2002
+++ Makefile.PL
@@ -35,7 +35,6 @@
NAME => $PACKAGE,
VERSION_FROM => "lib/$PACKAGE_FILE.pm", # finds $VERSION
PREREQ_PM => { },
- INSTALLDIRS => 'perl',
- 'dist' => { COMPRESS => 'gzip -9',
- SUFFIX => '.gz',
- DIST_DEFAULT => 'all tardist',
+ );
+
+