Mon Sep 10 10:24:08 2012 UTC ()
Updating package for CPAN module MooseX::Getopt in devel/p5-MooseX-Getopt
from 0.37 to 0.47.

pkgsrc changes:
- adjust (build/test) dependencies

upstream changes:
0.47      2012-08-30 16:37:59 PDT-0700
 - re-release to remove double $VERSION declarations

0.46      2012-08-30 15:17:28 PDT-0700
 - -h is also treated as a --help option

0.45      2012-05-13 09:49:58 PDT-0700
 - use Path::Class in test to avoid test failures on MSWin32 with filename
   construction

0.44      2012-05-11 10:44:48 PDT-0700
 - now respecting value of configfile passed to the constructor, when used in
   conjunction with MooseX::ConfigFromFile. (Karen Etheridge)

0.43      2012-04-29 09:35:52 PDT-0700
 - re-release as non-trial.

0.42-TRIAL 2012-04-15 09:13:05 PDT-0700
 - reformatted the Changes file, with the help of CPAN::Changes, to something
   a little more standard.
 - more release-only tests added

0.41-TRIAL 2012-04-14 18:36:00 PDT-0700
 - Now bails with exit status 0, rather than dying, when printing
   requested --usage/--help information (usage printed via invalid arguments
   will still die, however). (Karen Etheridge)

0.40      2012-04-13
 - Fix tests when MooseX::ConfigFromFile is installed, with
   Getopt::Long::Descriptive >= 0.091. RT#76287
 - Pod fix from debian. Salvatore Bonaccorso <carnil@debian.org> RT#74681
 - Spelling fix from debian. Jonathan Yu <jawnsy@cpan.org> RT#74681

0.39      2012-02-03
 - Fix argument parsing in process_argv when used with ConfigFromFile so
   that -v can be used as expected, rather than being grabbed as --version

0.38      2011-12-23
 - More documentation on Getopt::Long settings and how they alter this
   role's behaviour, in particular with regards to extra_argv capturing.
   (Karen Etheridge)


(sno)
diff -r1.19 -r1.20 pkgsrc/devel/p5-MooseX-Getopt/Makefile
diff -r1.14 -r1.15 pkgsrc/devel/p5-MooseX-Getopt/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/devel/p5-MooseX-Getopt/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-MooseX-Getopt/Makefile 2011/10/21 07:13:58 1.19
+++ pkgsrc/devel/p5-MooseX-Getopt/Makefile 2012/09/10 10:24:08 1.20
@@ -1,29 +1,31 @@ @@ -1,29 +1,31 @@
1# $NetBSD: Makefile,v 1.19 2011/10/21 07:13:58 hiramatsu Exp $ 1# $NetBSD: Makefile,v 1.20 2012/09/10 10:24:08 sno Exp $
2# 2#
3 3
4DISTNAME= MooseX-Getopt-0.37 4DISTNAME= MooseX-Getopt-0.47
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= devel perl5 6CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/MooseX-Getopt/ 10HOMEPAGE= http://search.cpan.org/dist/MooseX-Getopt/
11COMMENT= Perl 5 Moose role for processing command line options 11COMMENT= Perl 5 Moose role for processing command line options
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14DEPENDS+= p5-Getopt-Long-Descriptive>=0.081:../../devel/p5-Getopt-Long-Descriptive 14DEPENDS+= p5-Getopt-Long-Descriptive>=0.081:../../devel/p5-Getopt-Long-Descriptive
15DEPENDS+= p5-Moose>=0.56:../../devel/p5-Moose 15DEPENDS+= p5-Moose>=0.56:../../devel/p5-Moose
16DEPENDS+= p5-MooseX-Role-Parameterized-[0-9]*:../../devel/p5-MooseX-Role-Parameterized 16DEPENDS+= p5-MooseX-Role-Parameterized-[0-9]*:../../devel/p5-MooseX-Role-Parameterized
17 17
18BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception 18BUILD_DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class
 19BUILD_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal
19BUILD_DEPENDS+= p5-Test-Requires>=0.05:../../devel/p5-Test-Requires 20BUILD_DEPENDS+= p5-Test-Requires>=0.05:../../devel/p5-Test-Requires
20BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple 21BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
 22BUILD_DEPENDS+= p5-Test-Trap-[0-9]*:../../devel/p5-Test-Trap
21BUILD_DEPENDS+= p5-Test-Warn>=0.21:../../devel/p5-Test-Warn 23BUILD_DEPENDS+= p5-Test-Warn>=0.21:../../devel/p5-Test-Warn
22 24
23PKG_DESTDIR_SUPPORT= user-destdir 25PKG_DESTDIR_SUPPORT= user-destdir
24 26
25USE_LANGUAGES= # empty 27USE_LANGUAGES= # empty
26PERL5_PACKLIST= auto/MooseX/Getopt/.packlist 28PERL5_PACKLIST= auto/MooseX/Getopt/.packlist
27 29
28.include "../../lang/perl5/module.mk" 30.include "../../lang/perl5/module.mk"
29.include "../../mk/bsd.pkg.mk" 31.include "../../mk/bsd.pkg.mk"

cvs diff -r1.14 -r1.15 pkgsrc/devel/p5-MooseX-Getopt/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-MooseX-Getopt/distinfo 2011/10/21 07:13:58 1.14
+++ pkgsrc/devel/p5-MooseX-Getopt/distinfo 2012/09/10 10:24:08 1.15
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.14 2011/10/21 07:13:58 hiramatsu Exp $ 1$NetBSD: distinfo,v 1.15 2012/09/10 10:24:08 sno Exp $
2 2
3SHA1 (MooseX-Getopt-0.37.tar.gz) = 74cd1f5bf2b586c8e362798fb7ab4ce5516fe9d5 3SHA1 (MooseX-Getopt-0.47.tar.gz) = 445836d0cf6f7cd5b89563bf6777551651cd1f8c
4RMD160 (MooseX-Getopt-0.37.tar.gz) = 85b8db0c3b375bd183bb14b9cb92e588529b413e 4RMD160 (MooseX-Getopt-0.47.tar.gz) = aff2551d4bad8e2b41c5bede23c13634965aeb54
5Size (MooseX-Getopt-0.37.tar.gz) = 30930 bytes 5Size (MooseX-Getopt-0.47.tar.gz) = 35314 bytes