pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

p5-Getopt-Args: update to 0.1.20.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Sep 20 11:18:31 2017 +0200
Changeset:	dcdb4abcc947ae61270b1cb25927650cc833fb67

Modified Files:
	p5-Getopt-Args/Makefile
	p5-Getopt-Args/distinfo

Log Message:
p5-Getopt-Args: update to 0.1.20.

0.1.20 (2016-04-11)

    New Features:
        - None in this release but it might be worth you taking a look
          at the upcoming OptArgs2 for a cleaner and more flexible
          re-implementation.

    Authoring:
        - Clean up empty Changes entries

0.1.19_1 (2016-03-03)

    Enhancements:
        - New $OptArgs::PRINT_DEFAULT option for displaying default
          values in usage messages (Mario Domgoergen)
        - New $OptArgs::PRINT_ISA option for displaying option
          types in usage messages (Mario Domgoergen)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dcdb4abcc947ae61270b1cb25927650cc833fb67

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 p5-Getopt-Args/Makefile | 9 ++++++---
 p5-Getopt-Args/distinfo | 8 ++++----
 2 files changed, 10 insertions(+), 7 deletions(-)

diffs:
diff --git a/p5-Getopt-Args/Makefile b/p5-Getopt-Args/Makefile
index 55ceb5db31..ace26cc473 100644
--- a/p5-Getopt-Args/Makefile
+++ b/p5-Getopt-Args/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.24 2015/11/15 04:54:38 wen Exp $
 
-DISTNAME=		OptArgs-0.1.18
+DISTNAME=		OptArgs-0.1.20
 PKGNAME=		p5-${DISTNAME:S/OptArgs/Getopt-Args/}
 CATEGORIES=		devel perl5
 MASTER_SITES=		${MASTER_SITE_PERL_CPAN:=Getopt/}
@@ -10,9 +10,12 @@ HOMEPAGE=		http://search.cpan.org/dist/OptArgs/
 COMMENT=		Extended processing of command line options
 LICENSE=		${PERL5_LICENSE}
 
-DEPENDS+=		p5-Exporter-Tidy>0:../../wip/p5-Exporter-Tidy
-DEPENDS+=		p5-IO-Capture>0:../../devel/p5-IO-Capture
+DEPENDS+=		p5-Exporter-Tidy-[0-9]*:../../wip/p5-Exporter-Tidy
+DEPENDS+=		p5-IO-Capture-[0-9]*:../../devel/p5-IO-Capture
+BUILD_DEPENDS+=		p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
+BUILD_DEPENDS+=		p5-Test-Output-[0-9]*:../../devel/p5-Test-Output
 
+MAKE_ENV+=		PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=		auto/OptArgs/.packlist
 
 .include "../../lang/perl5/module.mk"
diff --git a/p5-Getopt-Args/distinfo b/p5-Getopt-Args/distinfo
index 0c4e0ba7f4..a7eb276bbe 100644
--- a/p5-Getopt-Args/distinfo
+++ b/p5-Getopt-Args/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (OptArgs-0.1.18.tar.gz) = 82d61e166c5bf8cfa5a67afd9c8ead4980afc48d
-RMD160 (OptArgs-0.1.18.tar.gz) = 5db4a0e35069e331822eca79946af9019ca060ec
-SHA512 (OptArgs-0.1.18.tar.gz) = 1774033d1546c258bcb3ce8ea5d6eb073fd0a52cf12ac85022a6b0204207a25bc730eebba8ce29fdec1b4949c111857f320d3722678505852876a4a627321947
-Size (OptArgs-0.1.18.tar.gz) = 49190 bytes
+SHA1 (OptArgs-0.1.20.tar.gz) = 08dea6fb7d33093a1608170fc45d5a5c40d66c88
+RMD160 (OptArgs-0.1.20.tar.gz) = 1b7a285e1ea263aea9495ce3bfe4214800e5d4d8
+SHA512 (OptArgs-0.1.20.tar.gz) = 422342a91fa585f10677ba0e8ffa7e39360035c918a668ef3d63be9288e84ee47bfed0657fe1009738ba86686a0a73a0ac5585d323c0a5f8f4434471ba884817
+Size (OptArgs-0.1.20.tar.gz) = 50763 bytes


Home | Main Index | Thread Index | Old Index