diff options
author | seb <seb@pkgsrc.org> | 2010-01-25 22:55:57 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-01-25 22:55:57 +0000 |
commit | a8ffecad48fa7d21d5ae71b5fbde92914a4b9510 (patch) | |
tree | babdd180cb37e14dd008c37918924492ba3bd6f8 /devel | |
parent | f84a589496f0a2e81f683c4e65881b05a02aaf36 (diff) | |
download | pkgsrc-a8ffecad48fa7d21d5ae71b5fbde92914a4b9510.tar.gz |
Update p5-Getopt-Long-Descriptive from version 0.077 to version 0.083.
Pkgsrc changes:
- Adjust dependencies.
Upstream changes:
0.083 2009-12-12
create an Opts module to store the opts object code
add _specified_opts method and _specified method for Opts
0.082 2009-12-03
require Getopt::Long 2.33 for proper --no-foo handling
0.081 2009-11-27
\%opt will not contain entries for opts that were not given
(this reverts 0.079 and 0.080's new behavior of undef entries)
0.080 2009-11-27
fix option naming to ignore "+" used to mark cumulative options
fix direct calls to Getopt::Long::Descriptive::describe_options
0.079 2009-11-26 Happy Thanksgiving!
improve the "opt as object" facility to have all opts as methods
0.078 2009-08-21
refactoring to allow subclassing of Getopt::Long::Descriptive
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Getopt-Long-Descriptive/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Getopt-Long-Descriptive/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Getopt-Long-Descriptive/Makefile b/devel/p5-Getopt-Long-Descriptive/Makefile index 84e4f575e65..12cb51dd429 100644 --- a/devel/p5-Getopt-Long-Descriptive/Makefile +++ b/devel/p5-Getopt-Long-Descriptive/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2009/08/25 16:40:11 sno Exp $ +# $NetBSD: Makefile,v 1.8 2010/01/25 22:55:57 seb Exp $ -DISTNAME= Getopt-Long-Descriptive-0.077 +DISTNAME= Getopt-Long-Descriptive-0.083 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getopt/} @@ -12,7 +12,6 @@ LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy DEPENDS+= p5-Params-Validate>=0.74:../../devel/p5-Params-Validate DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter diff --git a/devel/p5-Getopt-Long-Descriptive/distinfo b/devel/p5-Getopt-Long-Descriptive/distinfo index fa3b74095af..55684ef9e8f 100644 --- a/devel/p5-Getopt-Long-Descriptive/distinfo +++ b/devel/p5-Getopt-Long-Descriptive/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2009/08/25 16:40:11 sno Exp $ +$NetBSD: distinfo,v 1.5 2010/01/25 22:55:57 seb Exp $ -SHA1 (Getopt-Long-Descriptive-0.077.tar.gz) = fa7cd9e9031d539fb0ae75bf531c2302006a31f2 -RMD160 (Getopt-Long-Descriptive-0.077.tar.gz) = ff86efdc51a9723bfb8fa4b4ed5921512b82350c -Size (Getopt-Long-Descriptive-0.077.tar.gz) = 9166 bytes +SHA1 (Getopt-Long-Descriptive-0.083.tar.gz) = 4f1be026a0d17b337af4e4fa8637d563887895f6 +RMD160 (Getopt-Long-Descriptive-0.083.tar.gz) = dae643c5fa756463948da7bcf24b9af3872ef109 +Size (Getopt-Long-Descriptive-0.083.tar.gz) = 11449 bytes |