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:   mef
Date:           Sat Dec 16 09:20:04 UTC 2023

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

Log Message:
(devel/p5-Commandable) Updated 0.10 to 0.11

0.11    2023-06-08
        [CHANGES]
         * Added `$finder->find_and_invoke_list` convenience
         * Print information about `[no-]` prefix for negatable options in
           `help` output
         * Optionally require that options all come before non-option
           arguments
         * Optionally allow bundling of single-letter boolean options
         * Convert hyphens in option names to underscores when inserting their
           value into the options hash
         * Support integer-type checking in options
         * Added various docs

        [BUGFIXES]
         * Ensure that `$cinv->putback_tokens` escapes quotes


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-Commandable/Makefile
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/devel/p5-Commandable/Makefile:1.4
--- pkgsrc/devel/p5-Commandable/Makefile:1.3    Thu Jul  6 09:38:50 2023
+++ pkgsrc/devel/p5-Commandable/Makefile        Sat Dec 16 09:20:04 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2023/07/06 09:38:50 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/12/16 09:20:04 mef Exp $
 
-DISTNAME=      Commandable-0.10
+DISTNAME=      Commandable-0.11
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 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.2 pkgsrc/devel/p5-Commandable/distinfo:1.3
--- pkgsrc/devel/p5-Commandable/distinfo:1.2    Sat May 20 06:22:59 2023
+++ pkgsrc/devel/p5-Commandable/distinfo        Sat Dec 16 09:20:04 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/05/20 06:22:59 wiz Exp $
+$NetBSD: distinfo,v 1.3 2023/12/16 09:20:04 mef Exp $
 
-BLAKE2s (Commandable-0.10.tar.gz) = 9f914aef4c8e5310758b40e825d8bc7941e14d852f61b06b8cca213aa7dc0844
-SHA512 (Commandable-0.10.tar.gz) = 68673d78da412d5b1ccb44e167852157e76fa6dc2b2b552a63369e10ba7ff6fc500b861e6043aa7812aef8d12e11a8ae12924e0f726b2b64280ede38e77e4323
-Size (Commandable-0.10.tar.gz) = 28174 bytes
+BLAKE2s (Commandable-0.11.tar.gz) = ecfa4d424a78402d52549e8a89e8def883f91f14b82aad231c9ef361694c4e9e
+SHA512 (Commandable-0.11.tar.gz) = cc73431bc58f0c0adc957532c331d34bf9da741e0c290855fe946219dad44bd55f2d9ba018b3d61f35ad43b87012906b0702ab5a0cc1c86cee266f0a276bab7d
+Size (Commandable-0.11.tar.gz) = 32009 bytes



Home | Main Index | Thread Index | Old Index