diff options
author | martti <martti@pkgsrc.org> | 2001-11-22 09:33:09 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-11-22 09:33:09 +0000 |
commit | a72e57047a1d9bc8e0994cdd1c8b58934e511e60 (patch) | |
tree | 220c87308c7cefb960fb9146b9f4321ca3e4e6d0 /devel | |
parent | 58d57b6c98f9920e196ba5c6adc7eb82aec70f1c (diff) | |
download | pkgsrc-a72e57047a1d9bc8e0994cdd1c8b58934e511e60.tar.gz |
Updated to version 1.26 (PR#14510). Changes since 1.23:
- An excuse to upload a new version to CPAN to get Test::Harness
back on the index.
- Fixed a bug with tests failing if they're all skipped
reported by Stas Bekman.
- Fixed a very minor warning in 5.004_04
- Fixed displaying filenames not from @ARGV
- Merging with bleadperl
- minor fixes to the filename in the report
- '[no reason given]' skip reason
- Added internal information about number of todo tests
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Harness/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Test-Harness/distinfo | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/devel/p5-Test-Harness/Makefile b/devel/p5-Test-Harness/Makefile index 4ef7dabf033..21a73875321 100644 --- a/devel/p5-Test-Harness/Makefile +++ b/devel/p5-Test-Harness/Makefile @@ -1,17 +1,20 @@ -# $NetBSD: Makefile,v 1.2 2001/10/18 15:20:19 veego Exp $ +# $NetBSD: Makefile,v 1.3 2001/11/22 09:33:09 martti Exp $ -DISTNAME= Test-Harness-1.23 +DISTNAME= Test-Harness-1.26 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tha CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} -MAINTAINER= packages@netbsd.org +MAINTAINER= shell@shellhung.org COMMENT= perl5 module for testing USE_PERL5= # defined 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 2f6bc8f772f..52418dcd781 100644 --- a/devel/p5-Test-Harness/distinfo +++ b/devel/p5-Test-Harness/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/09/27 04:26:49 jlam Exp $ +$NetBSD: distinfo,v 1.2 2001/11/22 09:33:09 martti Exp $ -SHA1 (Test-Harness-1.23.tar.gz) = ab852ad9684be2a5f1d0e8876b1b91b457649aea -Size (Test-Harness-1.23.tar.gz) = 15793 bytes +SHA1 (Test-Harness-1.26.tar.gz) = 4794d848892c69bfa7b3281d7732a5e18ebccfa8 +Size (Test-Harness-1.26.tar.gz) = 16472 bytes SHA1 (patch-aa) = 5891277e2e348fa7a433e26856ec38c1cfa965d3 |