pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Tester - updated package to 0.106
details: https://anonhg.NetBSD.org/pkgsrc/rev/e77aa756c641
branches: trunk
changeset: 536343:e77aa756c641
user: rhaen <rhaen%pkgsrc.org@localhost>
date: Tue Dec 11 12:00:34 2007 +0000
description:
- updated package to 0.106
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
0.106
Some doc clarifications and improvements.
0.105
Fixed documentation for run_tests - looks like I copied code for
check_test and didn't alter it correctly. Ricardo Signes pointed out
the errors.
Removed the code and docs related to the $name parameter of run_tests,
it had no effect and a name makes no sense (again a hang over from
factoring this out of check_tests I guess).
0.104
Removed a bogus entry for Exporter in @ISA in Test::Tester::Capture
and add a "use Test::Builder". This can cause problems that I can't
reproduce. Thanks to Andres Koenig.
diffstat:
devel/p5-Test-Tester/Makefile | 8 ++++----
devel/p5-Test-Tester/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (36 lines):
diff -r cdf1ce695bb1 -r e77aa756c641 devel/p5-Test-Tester/Makefile
--- a/devel/p5-Test-Tester/Makefile Tue Dec 11 11:59:23 2007 +0000
+++ b/devel/p5-Test-Tester/Makefile Tue Dec 11 12:00:34 2007 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.2 2006/03/04 21:29:25 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2007/12/11 12:00:34 rhaen Exp $
-DISTNAME= Test-Tester-0.103
+DISTNAME= Test-Tester-0.106
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+MAINTAINER= rhaen%NetBSD.org@localhost
HOMEPAGE= http://search.cpan.org/dist/Test-Tester/
COMMENT= Perl5 module to ease testing test modules built with Test::Builder
-USE_LANGUAGES= # empty
+PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Test/Tester/.packlist
.include "../../lang/perl5/module.mk"
diff -r cdf1ce695bb1 -r e77aa756c641 devel/p5-Test-Tester/distinfo
--- a/devel/p5-Test-Tester/distinfo Tue Dec 11 11:59:23 2007 +0000
+++ b/devel/p5-Test-Tester/distinfo Tue Dec 11 12:00:34 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/11/23 21:59:32 wiz Exp $
+$NetBSD: distinfo,v 1.2 2007/12/11 12:00:34 rhaen Exp $
-SHA1 (Test-Tester-0.103.tar.gz) = 599e367c09c5dc7128af154a3dd5f19ac9f9582b
-RMD160 (Test-Tester-0.103.tar.gz) = 2cbec3aefc47ebf36397f1444eb848eab66f6aa9
-Size (Test-Tester-0.103.tar.gz) = 14693 bytes
+SHA1 (Test-Tester-0.106.tar.gz) = 1fa1f57398645f248f2f393ef79b86e8039af0ba
+RMD160 (Test-Tester-0.106.tar.gz) = 289db17c1d589e7e8ca3f7c517682b0c120f836c
+Size (Test-Tester-0.106.tar.gz) = 15017 bytes
Home |
Main Index |
Thread Index |
Old Index