pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Test-Trap



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 17 13:35:24 UTC 2017

Modified Files:
        pkgsrc/devel/p5-Test-Trap: Makefile distinfo

Log Message:
p5-Test-Trap: update to 0.3.3.

0.3.3   Tue Aug 22 02:06:09 CEST 2017
        For this release, many thanks go to Slaven Rezic, who found
        that Test::More::is() (or Test2::Formatter::TAP::write())
        clobbers $^E on Windows.
        - RT #105125 is addressed:  The tests now use a copy of $^E
          taken before Test::More gets a chance to touch it.
        - Further, the Test::Trap test methods might also clobber $^E
          (via Test::More or other modules), so they now localize $^E
          before invoking the callback.
        - Regression tests have been added for this.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-Test-Trap/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-Test-Trap/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Test-Trap/Makefile
diff -u pkgsrc/devel/p5-Test-Trap/Makefile:1.13 pkgsrc/devel/p5-Test-Trap/Makefile:1.14
--- pkgsrc/devel/p5-Test-Trap/Makefile:1.13     Mon Jun  5 14:23:47 2017
+++ pkgsrc/devel/p5-Test-Trap/Makefile  Sun Sep 17 13:35:24 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2017/06/05 14:23:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2017/09/17 13:35:24 wiz Exp $
 
-DISTNAME=              Test-Trap-v0.3.2
+DISTNAME=              Test-Trap-v0.3.3
 PKGNAME=               p5-${DISTNAME:S/v0/0/}
-PKGREVISION=           3
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Test/}
 

Index: pkgsrc/devel/p5-Test-Trap/distinfo
diff -u pkgsrc/devel/p5-Test-Trap/distinfo:1.7 pkgsrc/devel/p5-Test-Trap/distinfo:1.8
--- pkgsrc/devel/p5-Test-Trap/distinfo:1.7      Tue Nov  3 03:28:54 2015
+++ pkgsrc/devel/p5-Test-Trap/distinfo  Sun Sep 17 13:35:24 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2015/11/03 03:28:54 agc Exp $
+$NetBSD: distinfo,v 1.8 2017/09/17 13:35:24 wiz Exp $
 
-SHA1 (Test-Trap-v0.3.2.tar.gz) = 92dfe5c1437375d17e21ac710eea26588ebc2d61
-RMD160 (Test-Trap-v0.3.2.tar.gz) = e160871f406e1cee6152c8237cb236f8b5caa3dd
-SHA512 (Test-Trap-v0.3.2.tar.gz) = 2c8985b316885975b6c07a6da03d55daea8bb212400a5db90ab7aecf1c5a79cd2682db46b39a3353e8bdd4a7e79fef86c26cec731d02561755852e48c09ad129
-Size (Test-Trap-v0.3.2.tar.gz) = 54901 bytes
+SHA1 (Test-Trap-v0.3.3.tar.gz) = a4558dafadebc01ac5e53689708163079520720e
+RMD160 (Test-Trap-v0.3.3.tar.gz) = eee358f1d8e982338f7006a50de83a5bc01ee465
+SHA512 (Test-Trap-v0.3.3.tar.gz) = 3a79bb0e201f2c740ea87baffda29141fc41e29b310bc9291da0e1cac0cf7f62a8c5cc70b94b68542cac7d6844d76c7fc1d3bbb91d86f8ba26a489d39883dd1e
+Size (Test-Trap-v0.3.3.tar.gz) = 55053 bytes



Home | Main Index | Thread Index | Old Index