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:           Sun Sep  8 08:12:09 UTC 2024

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

Log Message:
p5-Commandable: update to 0.14.

0.14    2024-09-07
        [CHANGES]
         * Support discovering global options as attributes on package scalar
           variables in the SubAttributes finder

0.13    2024-09-01
        [CHANGES]
         * Added `->add_global_options` method to support global options
         * Support `=u` (unsigned) and `=f` (float) option types as well as
           arbitrary regexp match validation

        [BUGFIXES]
         * Ensure that hyphens are converted to underscores when setting
           default values for options
         * Ensure that mode=bool options always have a defined value, even if
           false


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-Commandable/Makefile
cvs rdiff -u -r1.4 -r1.5 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.5 pkgsrc/devel/p5-Commandable/Makefile:1.6
--- pkgsrc/devel/p5-Commandable/Makefile:1.5    Sun Aug 25 06:27:50 2024
+++ pkgsrc/devel/p5-Commandable/Makefile        Sun Sep  8 08:12:09 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2024/08/25 06:27:50 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2024/09/08 08:12:09 wiz Exp $
 
-DISTNAME=      Commandable-0.12
+DISTNAME=      Commandable-0.14
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}

Index: pkgsrc/devel/p5-Commandable/distinfo
diff -u pkgsrc/devel/p5-Commandable/distinfo:1.4 pkgsrc/devel/p5-Commandable/distinfo:1.5
--- pkgsrc/devel/p5-Commandable/distinfo:1.4    Sun Aug 25 06:27:50 2024
+++ pkgsrc/devel/p5-Commandable/distinfo        Sun Sep  8 08:12:09 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2024/08/25 06:27:50 wiz Exp $
+$NetBSD: distinfo,v 1.5 2024/09/08 08:12:09 wiz Exp $
 
-BLAKE2s (Commandable-0.12.tar.gz) = 54174b133be483a49c12c3ff03990540bc6d3c7b1562409bc7c0d2a10e1138fe
-SHA512 (Commandable-0.12.tar.gz) = 980d7e1c80982b33852099814eb7d1ac06621edaf06638b88b5148d1b72164e078e9a9169217de84b8ef79905fb6c59e90614b7b5bd330e291d9de14c1e1cf60
-Size (Commandable-0.12.tar.gz) = 33074 bytes
+BLAKE2s (Commandable-0.14.tar.gz) = 613af897fcb45943f27ffdc1eeb0a71cb6dd255a3717f818536ba598bf09422b
+SHA512 (Commandable-0.14.tar.gz) = 595fc154fd000029028b2a6d4a68622d07a58d2cb67ab76ac2c5672b36f52d98d6017967463cf0f64d757b70be3da047f0f61f2c33b6398c40af9ad964e46c4c
+Size (Commandable-0.14.tar.gz) = 36697 bytes



Home | Main Index | Thread Index | Old Index