Received: by mail.netbsd.org (Postfix, from userid 605) id AE8C384F3B; Sat, 20 May 2023 06:23:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DEDC084CCA for ; Sat, 20 May 2023 06:22:59 +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 U1StlnAGbCQs for ; Sat, 20 May 2023 06:22:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 528F184CC9 for ; Sat, 20 May 2023 06:22:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4842AFA87; Sat, 20 May 2023 06:22:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1684563779143500" MIME-Version: 1.0 Date: Sat, 20 May 2023 06:22:59 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Commandable To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230520062259.4842AFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1684563779143500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1684563779143500 Content-Disposition: inline Content-Length: 2130 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.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 --_----------=_1684563779143500--