diff options
author | sno <sno@pkgsrc.org> | 2012-09-10 10:16:44 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-09-10 10:16:44 +0000 |
commit | d933aaf940e1210785927b720a66346146a9b6f8 (patch) | |
tree | acbccdf3f6f516be4878c129aa0cd089e1896e4b | |
parent | 2b3a451cdaca84fef8d02412e73b78d032fb6b99 (diff) | |
download | pkgsrc-d933aaf940e1210785927b720a66346146a9b6f8.tar.gz |
Updating package for CPAN module MooseX::App::Cmd from 0.06nb3 to 0.09.
pkgsrc changes:
- adjust dependencies
upstream changes:
0.09 2012-03-18 20:21:21 America/New_York
- RT#74668: can use a sub {} for configfile default (yanick)
- RT#75446: add all necessary metadata as part of conversion
to Dist::Zilla (mjgardner)
- RT#75447: require correct version of Getopt::Long::Descriptive so
basic and configfile tests can pass (mjgardner)
- lots of code and documentation cleanup, driven by
release tests (mjgardner)
0.08 2012-03-14
- no code changes, just repackaging distribution archive with
correct root (mjgardner)
0.07 2012-02-29
- fix tests that started failing due to dependency error
string change (offerk)
-rw-r--r-- | devel/p5-MooseX-App-Cmd/Makefile | 15 | ||||
-rw-r--r-- | devel/p5-MooseX-App-Cmd/distinfo | 8 |
2 files changed, 13 insertions, 10 deletions
diff --git a/devel/p5-MooseX-App-Cmd/Makefile b/devel/p5-MooseX-App-Cmd/Makefile index 846b496e3b8..4a00d4a0822 100644 --- a/devel/p5-MooseX-App-Cmd/Makefile +++ b/devel/p5-MooseX-App-Cmd/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.5 2011/08/14 12:26:20 obache Exp $ +# $NetBSD: Makefile,v 1.6 2012/09/10 10:16:44 sno Exp $ # -DISTNAME= MooseX-App-Cmd-0.06 +DISTNAME= MooseX-App-Cmd-0.09 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/MooseX-App-Cmd-0.05/ +HOMEPAGE= http://search.cpan.org/dist/MooseX-App-Cmd/ COMMENT= Perl 5 module providing MooseX::Getopt and App::Cmd mashup LICENSE= ${PERL5_LICENSE} @@ -18,13 +17,17 @@ USE_LANGUAGES= # empty PERL5_PACKLIST= auto/MooseX/App/Cmd/.packlist DEPENDS+= p5-App-Cmd>=0.300:../../devel/p5-App-Cmd -DEPENDS+= p5-Getopt-Long-Descriptive-[0-9]*:../../devel/p5-Getopt-Long-Descriptive +DEPENDS+= p5-Getopt-Long-Descriptive>=0.091:../../devel/p5-Getopt-Long-Descriptive DEPENDS+= p5-Moose>=0.86:../../devel/p5-Moose DEPENDS+= p5-MooseX-Getopt>=0.18:../../devel/p5-MooseX-Getopt +DEPENDS+= p5-MooseX-Has-Options-[0-9]*:../../devel/p5-MooseX-Has-Options +DEPENDS+= p5-MooseX-MarkAsMethods-[0-9]*:../../devel/p5-MooseX-MarkAsMethods # For test target -BUILD_DEPENDS+= p5-Test-use-ok-[0-9]*:../../devel/p5-Test-use-ok +BUILD_DEPENDS+= p5-MooseX-ConfigFromFile-[0-9]*:../../devel/p5-MooseX-ConfigFromFile +BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires BUILD_DEPENDS+= p5-Test-Output-[0-9]*:../../devel/p5-Test-Output +BUILD_DEPENDS+= p5-Test-use-ok-[0-9]*:../../devel/p5-Test-use-ok .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-MooseX-App-Cmd/distinfo b/devel/p5-MooseX-App-Cmd/distinfo index 655589743ad..929ca6fabd6 100644 --- a/devel/p5-MooseX-App-Cmd/distinfo +++ b/devel/p5-MooseX-App-Cmd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/09/19 16:38:48 sno Exp $ +$NetBSD: distinfo,v 1.3 2012/09/10 10:16:44 sno Exp $ -SHA1 (MooseX-App-Cmd-0.06.tar.gz) = 17fa2aea2982ef1cdb5d7620035e5f0fd446792f -RMD160 (MooseX-App-Cmd-0.06.tar.gz) = f2819672f1f9d2d35aa59a62f5a4699aeae3a6aa -Size (MooseX-App-Cmd-0.06.tar.gz) = 6447 bytes +SHA1 (MooseX-App-Cmd-0.09.tar.gz) = 52404beb7a84088363c66f9b3272a829e9061110 +RMD160 (MooseX-App-Cmd-0.09.tar.gz) = efe8bd411f8f7f0c0a21ac966e3e694bc4a45b99 +Size (MooseX-App-Cmd-0.09.tar.gz) = 25900 bytes |