diff options
author | sno <sno@pkgsrc.org> | 2009-04-12 19:24:33 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-04-12 19:24:33 +0000 |
commit | 641cce4a01ce0727617f8857d474a41ac90f4d9a (patch) | |
tree | c97339fa30ab3c0fe4f888d0def1545e33f5fa3c /devel/p5-Getopt-Long | |
parent | f74102920722d9a446d8784a057bce17ad10a0ad (diff) | |
download | pkgsrc-641cce4a01ce0727617f8857d474a41ac90f4d9a.tar.gz |
PkgSrc changes:
- Updating package for p5 module Getopt::Long to 2.38
- Set license to artistic-2.0
Upstream changes:
* Bugfix for Ticket 35759: First arg to callback function evaluates
to false when used in bool context.
* Fix problem with prototypes of GetOptionsFrom* functions.
* Fix restoring default die handler.
* Bugfix for Ticket 24941: Autoabbrev with + incorrect.
Diffstat (limited to 'devel/p5-Getopt-Long')
-rw-r--r-- | devel/p5-Getopt-Long/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Getopt-Long/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Getopt-Long/Makefile b/devel/p5-Getopt-Long/Makefile index b7e1cb1f0c3..edb42714f29 100644 --- a/devel/p5-Getopt-Long/Makefile +++ b/devel/p5-Getopt-Long/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.5 2008/10/19 19:17:54 he Exp $ +# $NetBSD: Makefile,v 1.6 2009/04/12 19:24:33 sno Exp $ -DISTNAME= Getopt-Long-2.37 +DISTNAME= Getopt-Long-2.38 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JV/JV/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~rsavage/Getopt-Simple/ COMMENT= Extended processing of command line options +LICENSE= artistic-2.0 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/p5-Getopt-Long/distinfo b/devel/p5-Getopt-Long/distinfo index 4183e1b8502..0e63edc897a 100644 --- a/devel/p5-Getopt-Long/distinfo +++ b/devel/p5-Getopt-Long/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/07/27 12:53:26 seb Exp $ +$NetBSD: distinfo,v 1.3 2009/04/12 19:24:33 sno Exp $ -SHA1 (Getopt-Long-2.37.tar.gz) = 84e231ba85f19308ff9d67be609f6bc546d5f3a6 -RMD160 (Getopt-Long-2.37.tar.gz) = e4b9a1abb4a5da2cb664e5a7d96188b3689b9700 -Size (Getopt-Long-2.37.tar.gz) = 41006 bytes +SHA1 (Getopt-Long-2.38.tar.gz) = 5daf0f2e539c0683c8400f277ba10618c893970b +RMD160 (Getopt-Long-2.38.tar.gz) = 0498ea35a5a6ee08a26f23bd5185a84c1feb3bf3 +Size (Getopt-Long-2.38.tar.gz) = 41200 bytes |