Received: by mail.netbsd.org (Postfix, from userid 605) id 95DE584F77; Sun, 4 Feb 2024 05:46:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C6F8784E87 for ; Sun, 4 Feb 2024 05:46:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id zvyl3EkoircM for ; Sun, 4 Feb 2024 05:46:26 +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 287D784D72 for ; Sun, 4 Feb 2024 05:46:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 23D1BFA42; Sun, 4 Feb 2024 05:46:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707025586119850" MIME-Version: 1.0 Date: Sun, 4 Feb 2024 05:46:26 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/devel/p5-Getopt-Long-Descriptive To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20240204054626.23D1BFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707025586119850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sun Feb 4 05:46:26 UTC 2024 Modified Files: pkgsrc/devel/p5-Getopt-Long-Descriptive: Makefile distinfo Log Message: p5-Getopt-Long-Descriptive: update to 0.114. Changes: - a switch with (required => 0) is no longer treated as a required! - improve line wrapping so spacers (non-option text lines) can use more horizontal characters - replace tabs (generally 8 space) indents in output with four spaces - This version removes the redundant option warning, which is now provided by Getopt::Long v2.55 and later -- which is now required! As before, this will someday become fatal. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/p5-Getopt-Long-Descriptive/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/p5-Getopt-Long-Descriptive/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707025586119850 Content-Disposition: inline Content-Length: 2866 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Getopt-Long-Descriptive/Makefile diff -u pkgsrc/devel/p5-Getopt-Long-Descriptive/Makefile:1.48 pkgsrc/devel/p5-Getopt-Long-Descriptive/Makefile:1.49 --- pkgsrc/devel/p5-Getopt-Long-Descriptive/Makefile:1.48 Thu Aug 3 12:17:33 2023 +++ pkgsrc/devel/p5-Getopt-Long-Descriptive/Makefile Sun Feb 4 05:46:25 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.48 2023/08/03 12:17:33 wen Exp $ +# $NetBSD: Makefile,v 1.49 2024/02/04 05:46:25 schmonz Exp $ -DISTNAME= Getopt-Long-Descriptive-0.111 +DISTNAME= Getopt-Long-Descriptive-0.114 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getopt/} @@ -10,15 +10,16 @@ HOMEPAGE= https://metacpan.org/release/G COMMENT= Perl 5 module providing Getopt::Long with usage text LICENSE= ${PERL5_LICENSE} +DEPENDS+= p5-Getopt-Long>=2.55:../../devel/p5-Getopt-Long DEPENDS+= p5-Params-Validate>=0.97:../../devel/p5-Params-Validate DEPENDS+= p5-Sub-Exporter>=0.972:../../devel/p5-Sub-Exporter #TOOL_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple -TEST_DEPENDS+= p5-Test-Warnings>=0.005:../../devel/p5-Test-Warnings -TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal -TEST_DEPENDS+= p5-CPAN-Meta-Check-[0-9]*:../../devel/p5-CPAN-Meta-Check +TEST_DEPENDS+= p5-Test-Warnings>=0.005:../../devel/p5-Test-Warnings +TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal +TEST_DEPENDS+= p5-CPAN-Meta-Check-[0-9]*:../../devel/p5-CPAN-Meta-Check -PERL5_PACKLIST= auto/Getopt/Long/Descriptive/.packlist +PERL5_PACKLIST= auto/Getopt/Long/Descriptive/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/p5-Getopt-Long-Descriptive/distinfo diff -u pkgsrc/devel/p5-Getopt-Long-Descriptive/distinfo:1.26 pkgsrc/devel/p5-Getopt-Long-Descriptive/distinfo:1.27 --- pkgsrc/devel/p5-Getopt-Long-Descriptive/distinfo:1.26 Thu Aug 3 12:17:33 2023 +++ pkgsrc/devel/p5-Getopt-Long-Descriptive/distinfo Sun Feb 4 05:46:25 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2023/08/03 12:17:33 wen Exp $ +$NetBSD: distinfo,v 1.27 2024/02/04 05:46:25 schmonz Exp $ -BLAKE2s (Getopt-Long-Descriptive-0.111.tar.gz) = b22427d9451028643484a9a837b63058941a9acdce461d6710ba141a1a4981c5 -SHA512 (Getopt-Long-Descriptive-0.111.tar.gz) = 22cff8f92e51f08573e34f24028adbf1c3c1c88570a8d35361234ff13486ca5de20ee2cf8d056971777b9cb0f0c78cc183de2e74915f23eaf9b14fbcbf256531 -Size (Getopt-Long-Descriptive-0.111.tar.gz) = 34613 bytes +BLAKE2s (Getopt-Long-Descriptive-0.114.tar.gz) = 57d04a1a5f019966ba72c7ce1facf735742bad537e7ec1396e2e311de91689dd +SHA512 (Getopt-Long-Descriptive-0.114.tar.gz) = f7d640f0ecfc2619036f8df3e5e6a85334a814f05156e7b056cee3add372225898701c7772e7507bcf87174d6c2bf3a699fc3f924e7fdcc8837457598e35ef7a +Size (Getopt-Long-Descriptive-0.114.tar.gz) = 35499 bytes --_----------=_1707025586119850--