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:   wen
Date:           Sat Oct  1 09:10:03 UTC 2022

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

Log Message:
Update to 0.3.5

Upstream changes:
0.3.5   Wed 27 Jul 2022 05:58:02 AM CEST
        No changes to the libraries, just to the tests.  Perl best
        practices form a moving target.
        - Stop using bareword filehandles; if it isn't deprecated
          already, it will be.
        - RT #143716: Perl pulled the rug from under me on untainting
          environment variables when it stopped treating an empty
          string as a safe PATH.  Fix by deleting the offending
          environment variables instead, as suggested by Graham Knop.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/p5-Test-Trap/Makefile
cvs rdiff -u -r1.11 -r1.12 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.22 pkgsrc/devel/p5-Test-Trap/Makefile:1.23
--- pkgsrc/devel/p5-Test-Trap/Makefile:1.22     Tue Jun 28 11:33:31 2022
+++ pkgsrc/devel/p5-Test-Trap/Makefile  Sat Oct  1 09:10:03 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2022/06/28 11:33:31 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2022/10/01 09:10:03 wen Exp $
 
-DISTNAME=              Test-Trap-v0.3.4
+DISTNAME=              Test-Trap-v0.3.5
 PKGNAME=               p5-${DISTNAME:S/v0/0/}
-PKGREVISION=           5
 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.11 pkgsrc/devel/p5-Test-Trap/distinfo:1.12
--- pkgsrc/devel/p5-Test-Trap/distinfo:1.11     Tue Oct 26 10:17:48 2021
+++ pkgsrc/devel/p5-Test-Trap/distinfo  Sat Oct  1 09:10:03 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 10:17:48 nia Exp $
+$NetBSD: distinfo,v 1.12 2022/10/01 09:10:03 wen Exp $
 
-BLAKE2s (Test-Trap-v0.3.4.tar.gz) = 43ab8d33983f62df13738971edabf892722d56871e91cfc782292430020e6811
-SHA512 (Test-Trap-v0.3.4.tar.gz) = cac4412a55511c820a1813a277afa802769a64219bf306190d83fea775c53bcd1d7faa275cb7f1b435e5ae274b6c1f78dd862525a6426040e51fdaf537e720ff
-Size (Test-Trap-v0.3.4.tar.gz) = 55339 bytes
+BLAKE2s (Test-Trap-v0.3.5.tar.gz) = b607076ad463c96ec8a818aae5c07fa390dd04cf575c932c22fb7ec40f7bc212
+SHA512 (Test-Trap-v0.3.5.tar.gz) = 02836ed9c91448cb5aa84246c17d72d119844e072289656529d87e944ad1c26fa7e18e7b45290cdffdabaff7abdad4547233156331194ce375da0b902811313e
+Size (Test-Trap-v0.3.5.tar.gz) = 55600 bytes



Home | Main Index | Thread Index | Old Index