pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Trap (pkgsrc)
details: https://anonhg.NetBSD.org/pkgsrc/rev/f83b072a33ee
branches: trunk
changeset: 650031:f83b072a33ee
user: mef <mef%pkgsrc.org@localhost>
date: Fri Apr 17 01:37:46 2015 +0000
description:
(pkgsrc)
- Convert DEPENDS from p5-Test-Tester to p5-Test-Simple > 1.001010
(See commit log on devel/p5-Test-Simle)
(upstream)
- Update 0.3.0 to 0.3.2
---------------------
0.3.2 Tue Feb 24 00:19:23 CET 2015
The tempfile-preserve strategy was (always) broken on
non-perlio perls.
Also, some of the tests were (recently) noisy on old perls.
Test::Trap::Builder::TempFile:
- add a GOTPERLIO guard to each IO_LAYERS block.
Tests:
- 03-files.pl now avoid "used only once" warnings.
0.3.1 Mon Feb 23 21:43:30 CET 2015
This release doesn't touch library code, but addresses some
test issues:
- It fixes RT #102271 by checking for the presence of a
utf8-layer on the original STDOUT, instead of assuming its
absence.
- It makes some test code cleaner.
- It silences redefine warnings during testing on certain
platforms.
Library files: No change but version bump.
Tests:
- 03-files* now use another global to specify the class to
require, replacing a quick-and-dirty hack that turned out to
be noisy on some platforms, including Cygwin.
- {15-tempfile,16-systemsafe}-options.t now check for the
presence of utf8-layer on STDOUT, instead of assuming its
absence. (Either of the environment variables PERL_UNICODE
and PERL5OPT could cause such a layer to be present, and
there might be other ways to do it.)
diffstat:
devel/p5-Test-Trap/Makefile | 6 +++---
devel/p5-Test-Trap/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (34 lines):
diff -r 11d3baaf4396 -r f83b072a33ee devel/p5-Test-Trap/Makefile
--- a/devel/p5-Test-Trap/Makefile Fri Apr 17 01:28:22 2015 +0000
+++ b/devel/p5-Test-Trap/Makefile Fri Apr 17 01:37:46 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2015/02/17 13:20:28 mef Exp $
+# $NetBSD: Makefile,v 1.10 2015/04/17 01:37:46 mef Exp $
-DISTNAME= Test-Trap-v0.3.0
+DISTNAME= Test-Trap-v0.3.2
PKGNAME= p5-${DISTNAME:S/v0/0/}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
@@ -11,7 +11,7 @@
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump
-DEPENDS+= p5-Test-Tester>=0.107:../../devel/p5-Test-Tester
+DEPENDS+= p5-Test-Simple>=1.001010:../../devel/p5-Test-Simple
PERL5_PACKLIST= auto/Test/Trap/.packlist
diff -r 11d3baaf4396 -r f83b072a33ee devel/p5-Test-Trap/distinfo
--- a/devel/p5-Test-Trap/distinfo Fri Apr 17 01:28:22 2015 +0000
+++ b/devel/p5-Test-Trap/distinfo Fri Apr 17 01:37:46 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2015/02/17 13:20:28 mef Exp $
+$NetBSD: distinfo,v 1.6 2015/04/17 01:37:46 mef Exp $
-SHA1 (Test-Trap-v0.3.0.tar.gz) = 59d59c9c994de09c8f61ae2a3fe783a477d955aa
-RMD160 (Test-Trap-v0.3.0.tar.gz) = b2cf4c3bf9b15e373bdbe5c11d975b1271f6ac88
-Size (Test-Trap-v0.3.0.tar.gz) = 54147 bytes
+SHA1 (Test-Trap-v0.3.2.tar.gz) = 92dfe5c1437375d17e21ac710eea26588ebc2d61
+RMD160 (Test-Trap-v0.3.2.tar.gz) = e160871f406e1cee6152c8237cb236f8b5caa3dd
+Size (Test-Trap-v0.3.2.tar.gz) = 54901 bytes
Home |
Main Index |
Thread Index |
Old Index