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:           Wed Jan 14 08:45:03 UTC 2026

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

Log Message:
Update to 0.29

Upstream changes:
2025-12-09  Ricardo Signes  <cpan@semiotic.systems>
        * lib/Test/Unit.pm: version 0.29
        * some cleanup of text of the code (whitespace, etc)
        * update for 5.6 basics: use warnings, our $VAR
        * MAJOR bug fix: Previously, non-Error-based exceptions could be lost during
        test runs, causing tests to appear to pass, when they has only terminated
        early.  If the test worker was required for any subsequent test, it would
        fail, but if no other test would run afterward, the problem could be
        undetected.
2025-12-02  Ricardo Signes  <cpan@semiotic.systems>
        * lib/Test/Unit.pm: version 0.28
        * replace tabs with spaces in a bunch of places
        * no functional changes


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/p5-Test-Unit/Makefile
cvs rdiff -u -r1.8 -r1.9 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.36 pkgsrc/devel/p5-Test-Unit/Makefile:1.37
--- pkgsrc/devel/p5-Test-Unit/Makefile:1.36     Sat Nov 15 03:33:32 2025
+++ pkgsrc/devel/p5-Test-Unit/Makefile  Wed Jan 14 08:45:03 2026
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.36 2025/11/15 03:33:32 wen Exp $
+# $NetBSD: Makefile,v 1.37 2026/01/14 08:45:03 wen Exp $
 
-DISTNAME=      Test-Unit-0.27
+DISTNAME=      Test-Unit-0.29
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 #HOMEPAGE=     http://cpan.uwinnipeg.ca/dist/Test-Unit

Index: pkgsrc/devel/p5-Test-Unit/distinfo
diff -u pkgsrc/devel/p5-Test-Unit/distinfo:1.8 pkgsrc/devel/p5-Test-Unit/distinfo:1.9
--- pkgsrc/devel/p5-Test-Unit/distinfo:1.8      Sat Nov 15 03:33:32 2025
+++ pkgsrc/devel/p5-Test-Unit/distinfo  Wed Jan 14 08:45:03 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2025/11/15 03:33:32 wen Exp $
+$NetBSD: distinfo,v 1.9 2026/01/14 08:45:03 wen Exp $
 
-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
+BLAKE2s (Test-Unit-0.29.tar.gz) = f6ca0beadb2fb51f9854b351793b8a35a215bfa8d42827fee16321d48ccc8767
+SHA512 (Test-Unit-0.29.tar.gz) = bee47775f8a0da280a2daad472995738709d7e8ce49278385b5b8691dbf08c3757f5b4e1ed6cf861a7e44e2668a0cf19b67943a3aeda9c888e83cb2454100b14
+Size (Test-Unit-0.29.tar.gz) = 326864 bytes



Home | Main Index | Thread Index | Old Index