pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-MooseX-Getopt pkgsrc changes:
details: https://anonhg.NetBSD.org/pkgsrc/rev/c468793a441d
branches: trunk
changeset: 396172:c468793a441d
user: sno <sno%pkgsrc.org@localhost>
date: Sun Jul 19 11:55:34 2009 +0000
description:
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@localhost)
- Fix new_with_options to accept a hashref (DOUGDUDE%cpan.org@localhost)
* Tests
- Fix warning from tests with new Moose (t0m)
- Fix tests on Win32 from RT#44909 (taro-nishino)
diffstat:
devel/p5-MooseX-Getopt/Makefile | 12 +++++++-----
devel/p5-MooseX-Getopt/distinfo | 8 ++++----
2 files changed, 11 insertions(+), 9 deletions(-)
diffs (49 lines):
diff -r 3274d4cebcc0 -r c468793a441d devel/p5-MooseX-Getopt/Makefile
--- a/devel/p5-MooseX-Getopt/Makefile Sun Jul 19 11:54:51 2009 +0000
+++ b/devel/p5-MooseX-Getopt/Makefile Sun Jul 19 11:55:34 2009 +0000
@@ -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 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
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 -r 3274d4cebcc0 -r c468793a441d devel/p5-MooseX-Getopt/distinfo
--- a/devel/p5-MooseX-Getopt/distinfo Sun Jul 19 11:54:51 2009 +0000
+++ b/devel/p5-MooseX-Getopt/distinfo Sun Jul 19 11:55:34 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index