diff options
author | sno <sno@pkgsrc.org> | 2012-09-10 10:24:08 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-09-10 10:24:08 +0000 |
commit | 01ec8b5f02641d4f89013dec38f42f14cf6220ca (patch) | |
tree | f09d049b94e1bd16a7e16f863b6f1c955a01be42 /devel | |
parent | 52381fdcf1af0d422e8a9a37d8e17043c267565a (diff) | |
download | pkgsrc-01ec8b5f02641d4f89013dec38f42f14cf6220ca.tar.gz |
Updating package for CPAN module MooseX::Getopt in devel/p5-MooseX-Getopt
from 0.37 to 0.47.
pkgsrc changes:
- adjust (build/test) dependencies
upstream changes:
0.47 2012-08-30 16:37:59 PDT-0700
- re-release to remove double $VERSION declarations
0.46 2012-08-30 15:17:28 PDT-0700
- -h is also treated as a --help option
0.45 2012-05-13 09:49:58 PDT-0700
- use Path::Class in test to avoid test failures on MSWin32 with filename
construction
0.44 2012-05-11 10:44:48 PDT-0700
- now respecting value of configfile passed to the constructor, when used in
conjunction with MooseX::ConfigFromFile. (Karen Etheridge)
0.43 2012-04-29 09:35:52 PDT-0700
- re-release as non-trial.
0.42-TRIAL 2012-04-15 09:13:05 PDT-0700
- reformatted the Changes file, with the help of CPAN::Changes, to something
a little more standard.
- more release-only tests added
0.41-TRIAL 2012-04-14 18:36:00 PDT-0700
- Now bails with exit status 0, rather than dying, when printing
requested --usage/--help information (usage printed via invalid arguments
will still die, however). (Karen Etheridge)
0.40 2012-04-13
- Fix tests when MooseX::ConfigFromFile is installed, with
Getopt::Long::Descriptive >= 0.091. RT#76287
- Pod fix from debian. Salvatore Bonaccorso <carnil@debian.org> RT#74681
- Spelling fix from debian. Jonathan Yu <jawnsy@cpan.org> RT#74681
0.39 2012-02-03
- Fix argument parsing in process_argv when used with ConfigFromFile so
that -v can be used as expected, rather than being grabbed as --version
0.38 2011-12-23
- More documentation on Getopt::Long settings and how they alter this
role's behaviour, in particular with regards to extra_argv capturing.
(Karen Etheridge)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-MooseX-Getopt/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-MooseX-Getopt/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/devel/p5-MooseX-Getopt/Makefile b/devel/p5-MooseX-Getopt/Makefile index f1f34a6b36c..be4d1958d88 100644 --- a/devel/p5-MooseX-Getopt/Makefile +++ b/devel/p5-MooseX-Getopt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2011/10/21 07:13:58 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.20 2012/09/10 10:24:08 sno Exp $ # -DISTNAME= MooseX-Getopt-0.37 +DISTNAME= MooseX-Getopt-0.47 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/} @@ -15,9 +15,11 @@ DEPENDS+= p5-Getopt-Long-Descriptive>=0.081:../../devel/p5-Getopt-Long-Descripti DEPENDS+= p5-Moose>=0.56:../../devel/p5-Moose DEPENDS+= p5-MooseX-Role-Parameterized-[0-9]*:../../devel/p5-MooseX-Role-Parameterized -BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception +BUILD_DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class +BUILD_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal BUILD_DEPENDS+= p5-Test-Requires>=0.05:../../devel/p5-Test-Requires BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +BUILD_DEPENDS+= p5-Test-Trap-[0-9]*:../../devel/p5-Test-Trap BUILD_DEPENDS+= p5-Test-Warn>=0.21:../../devel/p5-Test-Warn PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/p5-MooseX-Getopt/distinfo b/devel/p5-MooseX-Getopt/distinfo index 04409a6cd75..926dd133f1d 100644 --- a/devel/p5-MooseX-Getopt/distinfo +++ b/devel/p5-MooseX-Getopt/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2011/10/21 07:13:58 hiramatsu Exp $ +$NetBSD: distinfo,v 1.15 2012/09/10 10:24:08 sno Exp $ -SHA1 (MooseX-Getopt-0.37.tar.gz) = 74cd1f5bf2b586c8e362798fb7ab4ce5516fe9d5 -RMD160 (MooseX-Getopt-0.37.tar.gz) = 85b8db0c3b375bd183bb14b9cb92e588529b413e -Size (MooseX-Getopt-0.37.tar.gz) = 30930 bytes +SHA1 (MooseX-Getopt-0.47.tar.gz) = 445836d0cf6f7cd5b89563bf6777551651cd1f8c +RMD160 (MooseX-Getopt-0.47.tar.gz) = aff2551d4bad8e2b41c5bede23c13634965aeb54 +Size (MooseX-Getopt-0.47.tar.gz) = 35314 bytes |