pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Getopt-Long-Descriptive
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.
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
Home |
Main Index |
Thread Index |
Old Index