Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8EA6B84D55 for ; Sat, 16 Dec 2023 09:20:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id XYLuUfcqvQer for ; Sat, 16 Dec 2023 09:20:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EFCE284D09 for ; Sat, 16 Dec 2023 09:20:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E2082FA42; Sat, 16 Dec 2023 09:20:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1702718404320" MIME-Version: 1.0 Date: Sat, 16 Dec 2023 09:20:04 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Commandable To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20231216092004.E2082FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1702718404320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1702718404320 Content-Disposition: inline Content-Length: 1640 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1702718404320--