diff options
author | seb <seb> | 2009-09-06 19:10:04 +0000 |
---|---|---|
committer | seb <seb> | 2009-09-06 19:10:04 +0000 |
commit | 39a24f3123da54dba6b629b14949f1ef670f8159 (patch) | |
tree | 5708f9e6bdc9dafb0a0bcd9abd15852b83489a25 /devel | |
parent | 77adea66048c11ace40a6bde04371f2e4f765d12 (diff) | |
download | pkgsrc-39a24f3123da54dba6b629b14949f1ef670f8159.tar.gz |
Update from version 0.21 to version 0.22.
Upstream changes:
0.22 Sat. Sept 05 2009
- Require GLD 0.077 for RT#49427 as some versions are broken
* MooseX::Getopt
- Split into MooseX::Getopt::Basic (without the G::L::Descriptive support)
and MooseX::Getopt::GLD.
* Tests
- Ensure author tests get run when in author mode.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-MooseX-Getopt/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-MooseX-Getopt/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-MooseX-Getopt/Makefile b/devel/p5-MooseX-Getopt/Makefile index aea4cd9b65e..2421e55450e 100644 --- a/devel/p5-MooseX-Getopt/Makefile +++ b/devel/p5-MooseX-Getopt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2009/08/27 21:55:33 seb Exp $ +# $NetBSD: Makefile,v 1.8 2009/09/06 19:10:04 seb Exp $ # -DISTNAME= MooseX-Getopt-0.21 +DISTNAME= MooseX-Getopt-0.22 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/} @@ -12,7 +12,7 @@ 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-9]*:../../devel/p5-Getopt-Long-Descriptive +DEPENDS+= p5-Getopt-Long-Descriptive>=0.077:../../devel/p5-Getopt-Long-Descriptive DEPENDS+= p5-Moose>=0.56:../../devel/p5-Moose BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception diff --git a/devel/p5-MooseX-Getopt/distinfo b/devel/p5-MooseX-Getopt/distinfo index ef9411c1b5b..310f9cf9d59 100644 --- a/devel/p5-MooseX-Getopt/distinfo +++ b/devel/p5-MooseX-Getopt/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2009/08/27 21:55:34 seb Exp $ +$NetBSD: distinfo,v 1.6 2009/09/06 19:10:04 seb Exp $ -SHA1 (MooseX-Getopt-0.21.tar.gz) = 5e0bae3dbf5eadb06f0229694087705409df2af7 -RMD160 (MooseX-Getopt-0.21.tar.gz) = 6963a555af4cef5e2f0be52c0cce1e7f83c56e41 -Size (MooseX-Getopt-0.21.tar.gz) = 26880 bytes +SHA1 (MooseX-Getopt-0.22.tar.gz) = 17fa15dcc9f3ba026550c67c7ee6f6dc16c4c7a6 +RMD160 (MooseX-Getopt-0.22.tar.gz) = eb7b6a889264529007e20f03df9c01270497688a +Size (MooseX-Getopt-0.22.tar.gz) = 29701 bytes |