pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Commandable



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat May 20 06:22:59 UTC 2023

Modified Files:
        pkgsrc/devel/p5-Commandable: Makefile distinfo

Log Message:
p5-Commandable: update to 0.10.

0.10    2023-04-29
        [CHANGES]
         * Add more types of option - negatable, incrementable, multi-value
           (much thanks to ilmari)
         * Use trailing `=` to indicate option names with values; to match
           Getopt::Long
         * Swap all unit tests from `Test::More` to `Test2::V0`


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-Commandable/Makefile \
    pkgsrc/devel/p5-Commandable/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-Commandable/Makefile
diff -u pkgsrc/devel/p5-Commandable/Makefile:1.1 pkgsrc/devel/p5-Commandable/Makefile:1.2
--- pkgsrc/devel/p5-Commandable/Makefile:1.1    Thu Mar 30 18:04:35 2023
+++ pkgsrc/devel/p5-Commandable/Makefile        Sat May 20 06:22:59 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2023/03/30 18:04:35 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2023/05/20 06:22:59 wiz Exp $
 
-DISTNAME=      Commandable-0.09
+DISTNAME=      Commandable-0.10
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}
@@ -11,8 +11,8 @@ COMMENT=      Perl module for utilities for c
 LICENSE=       ${PERL5_LICENSE}
 
 DEPENDS+=      p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable
-TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
-TEST_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
+TEST_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
+TEST_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
 
 PERL5_PACKLIST=                auto/Commandable/.packlist
 PERL5_MODULE_TYPE=     Module::Build
Index: pkgsrc/devel/p5-Commandable/distinfo
diff -u pkgsrc/devel/p5-Commandable/distinfo:1.1 pkgsrc/devel/p5-Commandable/distinfo:1.2
--- pkgsrc/devel/p5-Commandable/distinfo:1.1    Thu Mar 30 18:04:35 2023
+++ pkgsrc/devel/p5-Commandable/distinfo        Sat May 20 06:22:59 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/03/30 18:04:35 wiz Exp $
+$NetBSD: distinfo,v 1.2 2023/05/20 06:22:59 wiz Exp $
 
-BLAKE2s (Commandable-0.09.tar.gz) = 8700648158b5f412d695292715174967a809fd2683d4319eef56651e398e21c1
-SHA512 (Commandable-0.09.tar.gz) = 1bd74ae2de32e772f73d1883543309d3d3150b0aa214a4651758fe4c485c82c775292ba63f1e91841d9a0681d65a55a0fc0f8bf0e52dc4ce769105141fa2c9e5
-Size (Commandable-0.09.tar.gz) = 26990 bytes
+BLAKE2s (Commandable-0.10.tar.gz) = 9f914aef4c8e5310758b40e825d8bc7941e14d852f61b06b8cca213aa7dc0844
+SHA512 (Commandable-0.10.tar.gz) = 68673d78da412d5b1ccb44e167852157e76fa6dc2b2b552a63369e10ba7ff6fc500b861e6043aa7812aef8d12e11a8ae12924e0f726b2b64280ede38e77e4323
+Size (Commandable-0.10.tar.gz) = 28174 bytes



Home | Main Index | Thread Index | Old Index