pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Nov 24 09:36:14 UTC 2024

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

Log Message:
Update to 0.07

Upstream changes:
0.07    2024-10-13
        [CHANGES]
         * Added `namedargs()` helper for dealing with methods that take named
           arguments in maybe-unreliable orders due to hash order randomisation
         * Added optional VERBOSE debugging mode


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-Test-ExpectAndCheck/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-Test-ExpectAndCheck/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-ExpectAndCheck/Makefile
diff -u pkgsrc/devel/p5-Test-ExpectAndCheck/Makefile:1.2 pkgsrc/devel/p5-Test-ExpectAndCheck/Makefile:1.3
--- pkgsrc/devel/p5-Test-ExpectAndCheck/Makefile:1.2    Sat Nov 16 12:05:16 2024
+++ pkgsrc/devel/p5-Test-ExpectAndCheck/Makefile        Sun Nov 24 09:36:14 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2024/11/16 12:05:16 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/11/24 09:36:14 wen Exp $
 
-DISTNAME=      Test-ExpectAndCheck-0.06
+DISTNAME=      Test-ExpectAndCheck-0.07
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
 
@@ -14,6 +13,8 @@ LICENSE=      ${PERL5_LICENSE}
 USE_LANGUAGES= # empty
 PERL5_PACKLIST=        auto/Test/ExpectAndCheck/.packlist
 
+DEPENDS+=      p5-Future>=0:../../devel/p5-Future
+
 PERL5_MODULE_TYPE=     Module::Build
 
 .include "../../lang/perl5/module.mk"

Index: pkgsrc/devel/p5-Test-ExpectAndCheck/distinfo
diff -u pkgsrc/devel/p5-Test-ExpectAndCheck/distinfo:1.1 pkgsrc/devel/p5-Test-ExpectAndCheck/distinfo:1.2
--- pkgsrc/devel/p5-Test-ExpectAndCheck/distinfo:1.1    Tue Apr 30 03:16:40 2024
+++ pkgsrc/devel/p5-Test-ExpectAndCheck/distinfo        Sun Nov 24 09:36:14 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/04/30 03:16:40 wen Exp $
+$NetBSD: distinfo,v 1.2 2024/11/24 09:36:14 wen Exp $
 
-BLAKE2s (Test-ExpectAndCheck-0.06.tar.gz) = 9055599779f27343dffcf7177b1421f4a758c3c16dd6e22f75b1535a5b24d66d
-SHA512 (Test-ExpectAndCheck-0.06.tar.gz) = ec03a04ef5c9f81ba0ec9f874b1ac7b80cb925a46c759a64fab748555fea4967ddaa7a3638c605da924b4e9fb35c5f9eec6df8a5e71e8ef282dde5115baecf2b
-Size (Test-ExpectAndCheck-0.06.tar.gz) = 20056 bytes
+BLAKE2s (Test-ExpectAndCheck-0.07.tar.gz) = 844f385a9ecd6a9bb1e5e500a6e046636b95c5df50813599bb2728bf92cda63c
+SHA512 (Test-ExpectAndCheck-0.07.tar.gz) = f76eec5e1934be0cf4e3ea3f79d88097d0f9c32dede657b5f8d71ecaaba94e1d1ffeceeef6b22c432315b5798e4f2c46a93354f368c32eccd96e881c063cb875
+Size (Test-ExpectAndCheck-0.07.tar.gz) = 22826 bytes



Home | Main Index | Thread Index | Old Index