diff options
author | sno <sno@pkgsrc.org> | 2009-07-19 11:55:34 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-19 11:55:34 +0000 |
commit | 3f30d6e3bd0dbaf64045f701c5ba99dda5084f56 (patch) | |
tree | a23a15e79d283a50fadc5e305f7b5435aaf2adac | |
parent | 36ed967bcfed6d0e858028b248eddc1697654461 (diff) | |
download | pkgsrc-3f30d6e3bd0dbaf64045f701c5ba99dda5084f56.tar.gz |
pkgsrc changes:
- Updating package for p5 module MooseX::Getopt from 0.18 to 0.20
- Adjusting license and dependency versions according to META.yml
- Split dependencies into required and recommended
Upstream changes:
0.20 Wed. July 9 2009
~ fix MANIFEST.SKIP to avoid double-packaging
0.19 Wed. July 8 2009
* MooseX::Getopt
- Fix Getopt config spec for --configfile (t0m)
- Add support for --usage/--help/--? (drew@drewtaylor.com)
- Fix new_with_options to accept a hashref (DOUGDUDE@cpan.org)
* Tests
- Fix warning from tests with new Moose (t0m)
- Fix tests on Win32 from RT#44909 (taro-nishino)
-rw-r--r-- | devel/p5-MooseX-Getopt/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-MooseX-Getopt/distinfo | 8 |
2 files changed, 11 insertions, 9 deletions
diff --git a/devel/p5-MooseX-Getopt/Makefile b/devel/p5-MooseX-Getopt/Makefile index d7f98f77496..daa12a8ec37 100644 --- a/devel/p5-MooseX-Getopt/Makefile +++ b/devel/p5-MooseX-Getopt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2009/04/12 20:18:37 sno Exp $ +# $NetBSD: Makefile,v 1.6 2009/07/19 11:55:34 sno Exp $ # -DISTNAME= MooseX-Getopt-0.18 +DISTNAME= MooseX-Getopt-0.20 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/} @@ -9,17 +9,19 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/MooseX-Getopt/ COMMENT= Perl 5 Moose role for processing command line options -LICENSE= artistic-2.0 +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>=2.37:../../devel/p5-Getopt-Long -DEPENDS+= p5-Moose>=0.43:../../devel/p5-Moose +DEPENDS+= p5-Moose>=0.56:../../devel/p5-Moose + BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception 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 f42767b6620..3699521a0ca 100644 --- a/devel/p5-MooseX-Getopt/distinfo +++ b/devel/p5-MooseX-Getopt/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2009/04/12 20:18:37 sno Exp $ +$NetBSD: distinfo,v 1.4 2009/07/19 11:55:34 sno Exp $ -SHA1 (MooseX-Getopt-0.18.tar.gz) = 5568c6f5de2543c9d482674c527a3bb759dcd28f -RMD160 (MooseX-Getopt-0.18.tar.gz) = 961f770ad84895681a194a2ecb694887362fa250 -Size (MooseX-Getopt-0.18.tar.gz) = 31329 bytes +SHA1 (MooseX-Getopt-0.20.tar.gz) = c74b232a345be8611e88a1ed61f7a6a47160e997 +RMD160 (MooseX-Getopt-0.20.tar.gz) = 3fb87d09f42b949695bb4e245892377d7ca1ab7e +Size (MooseX-Getopt-0.20.tar.gz) = 26918 bytes |