diff options
author | seb <seb> | 2010-06-14 03:38:23 +0000 |
---|---|---|
committer | seb <seb> | 2010-06-14 03:38:23 +0000 |
commit | 78df15da0da8dc09db7588062ba38a75b4da52f9 (patch) | |
tree | 5f888c1a26868f61848bda2cabfbb3bb4ad4014a /devel/p5-MooseX-Getopt | |
parent | 9254e165228b223a006f4be69a95e29b23158782 (diff) | |
download | pkgsrc-78df15da0da8dc09db7588062ba38a75b4da52f9.tar.gz |
Update from version 0.27 to version 0.28.
Pkgsrc changes:
- adjust dependencies, mostly wrt to minimum required perl package
version
Upstream changes:
0.28 Sat. Jun 05 2010
* MooseX::Getopt::Strict
- Make it work with Getopt attribute traits in addition to
attribute metaclasses.
* Switch from Module::Install to Dist::Zilla.
Diffstat (limited to 'devel/p5-MooseX-Getopt')
-rw-r--r-- | devel/p5-MooseX-Getopt/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-MooseX-Getopt/distinfo | 8 |
2 files changed, 7 insertions, 9 deletions
diff --git a/devel/p5-MooseX-Getopt/Makefile b/devel/p5-MooseX-Getopt/Makefile index ee00ed9a85d..598ddbbac46 100644 --- a/devel/p5-MooseX-Getopt/Makefile +++ b/devel/p5-MooseX-Getopt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2010/03/08 16:57:36 sno Exp $ +# $NetBSD: Makefile,v 1.14 2010/06/14 03:38:23 seb Exp $ # -DISTNAME= MooseX-Getopt-0.27 +DISTNAME= MooseX-Getopt-0.28 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/} @@ -11,18 +11,16 @@ HOMEPAGE= http://search.cpan.org/dist/MooseX-Getopt/ COMMENT= Perl 5 Moose role for processing command line options LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.10,p5-Getopt-Long>=2.37}:../../devel/p5-Getopt-Long DEPENDS+= p5-Getopt-Long-Descriptive>=0.081:../../devel/p5-Getopt-Long-Descriptive DEPENDS+= p5-Moose>=0.56:../../devel/p5-Moose -BUILD_DEPENDS+= p5-MooseX-ConfigFromFile-[0-9]*:../../devel/p5-MooseX-ConfigFromFile BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception +BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/MooseX/Getopt/.packlist -MAKE_PARAMS+= --skipdeps .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-MooseX-Getopt/distinfo b/devel/p5-MooseX-Getopt/distinfo index aa66f081aa8..1b14e89cfc1 100644 --- a/devel/p5-MooseX-Getopt/distinfo +++ b/devel/p5-MooseX-Getopt/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2010/03/08 16:57:36 sno Exp $ +$NetBSD: distinfo,v 1.11 2010/06/14 03:38:23 seb Exp $ -SHA1 (MooseX-Getopt-0.27.tar.gz) = 7d9c35a9c4751e1567c396457bb4c7bf9ed5ce03 -RMD160 (MooseX-Getopt-0.27.tar.gz) = ca16a360b6d1b57eaf4adad9e44c79cfc38463eb -Size (MooseX-Getopt-0.27.tar.gz) = 31506 bytes +SHA1 (MooseX-Getopt-0.28.tar.gz) = dffb7c3427e9c202b55654eb55db963e15817a70 +RMD160 (MooseX-Getopt-0.28.tar.gz) = 46099c3b52cd1030a8d797e834a4a4eabf47e156 +Size (MooseX-Getopt-0.28.tar.gz) = 25392 bytes |