pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Nov 15 03:33:32 UTC 2025

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

Log Message:
Update to 0.27

Upstream changes:
2024-06-27  Ricardo Signes  <cpan@semiotic.systems>
        * lib/Test/Unit/Assert.pm: sort keys when deep-comparing hashes to avoid hash
        randomization causing test failures sporadically
        * lib/Test/Unit/Procedural.pm: fix a typo
        * t/tlib/AssertTest.pm: fix a test that failed on perl v5.30 due to a bug in
        perl v5.30!
2024-06-26  Ricardo Signes  <cpan@semiotic.systems>
        * lib/Test/Unit.pm: version 0.26
        * lib/Test/Unit/TestCase.pm: the "defined ARRAY" syntax, removed in v5.22.0,
                has now been removed from this library
        * t/try_examples.t: was adjusted to pass on Darwin
        * t/tlib/AssertTest.pm: tests were updated to work with whatever qr//
        stringification is in play


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/p5-Test-Unit/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-Test-Unit/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-Unit/Makefile
diff -u pkgsrc/devel/p5-Test-Unit/Makefile:1.35 pkgsrc/devel/p5-Test-Unit/Makefile:1.36
--- pkgsrc/devel/p5-Test-Unit/Makefile:1.35     Fri Jul  4 08:46:55 2025
+++ pkgsrc/devel/p5-Test-Unit/Makefile  Sat Nov 15 03:33:32 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2025/07/04 08:46:55 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2025/11/15 03:33:32 wen Exp $
 
-DISTNAME=      Test-Unit-0.25
+DISTNAME=      Test-Unit-0.27
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   17
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
 
@@ -18,5 +17,7 @@ PERL5_PACKLIST=               auto/Test/Unit/.packlis
 
 REPLACE_PERL+= *.pl
 
+EXTRACT_USING= gtar
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/p5-Test-Unit/distinfo
diff -u pkgsrc/devel/p5-Test-Unit/distinfo:1.7 pkgsrc/devel/p5-Test-Unit/distinfo:1.8
--- pkgsrc/devel/p5-Test-Unit/distinfo:1.7      Tue Oct 26 10:17:48 2021
+++ pkgsrc/devel/p5-Test-Unit/distinfo  Sat Nov 15 03:33:32 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 10:17:48 nia Exp $
+$NetBSD: distinfo,v 1.8 2025/11/15 03:33:32 wen Exp $
 
-BLAKE2s (Test-Unit-0.25.tar.gz) = 0d12db5055a479b7e52487f1302a04b64e006b06718cdd94e647e30f86a07e87
-SHA512 (Test-Unit-0.25.tar.gz) = 8f76583c7480eec825080eb6cd94d1b1a1c7c3bc7f297607414c95777e9a9f880b5a0d927a41521389ae50c2ba1b9ec3d76149da47d5997add739970df6b154d
-Size (Test-Unit-0.25.tar.gz) = 322322 bytes
+BLAKE2s (Test-Unit-0.27.tar.gz) = e518213438cb7b140d4ff70a578a69a092fddec88abeb2a732b92e72c8ffa584
+SHA512 (Test-Unit-0.27.tar.gz) = 15e6e06ad27f1de9c6613e777f1162f57843e1beca49ab7649d909289b1c469dacc98c9fa254038e55110ed50763db184a8659076f10b4888aaecce5bcbaa9c7
+Size (Test-Unit-0.27.tar.gz) = 325133 bytes



Home | Main Index | Thread Index | Old Index