Fri Oct 21 07:13:58 2011 UTC ()
Update p5-MooseX-Getopt to 0.37.

Changes from previous:
0.37 Wed 30 Mar 2011
  * Fix missing dependency. (RT#67077)

0.36 Tue 29 Mar 2011
  * Fix dist.ini 'Prereq' into 'Prereqs' (Damien Krotkine)
  * MooseX::Getopt::GLD
    - change it to a MooseX::Role::Parameterized, so that it accepts
      'getopt_conf' parameter (Damien Krotkine)

0.35 Wed 09 Feb 2011
  * Fix missed change from Test::Exception to Test::Fatal

0.34 Tue 08 Feb 2011
  * The test suite now uses Test::Fatal instead of Test::Exception. (Karen
    Etheridge)
  * Move most of new_with_options logic into separate publically
    accessible process_argv method, so that arg processing can be
    done without actually creating object (Jonathan Swartz)


(hiramatsu)
diff -r1.18 -r1.19 pkgsrc/devel/p5-MooseX-Getopt/Makefile
diff -r1.13 -r1.14 pkgsrc/devel/p5-MooseX-Getopt/distinfo

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

--- pkgsrc/devel/p5-MooseX-Getopt/Makefile 2011/08/14 12:26:21 1.18
+++ pkgsrc/devel/p5-MooseX-Getopt/Makefile 2011/10/21 07:13:58 1.19
@@ -1,29 +1,29 @@ @@ -1,29 +1,29 @@
1# $NetBSD: Makefile,v 1.18 2011/08/14 12:26:21 obache Exp $ 1# $NetBSD: Makefile,v 1.19 2011/10/21 07:13:58 hiramatsu Exp $
2# 2#
3 3
4DISTNAME= MooseX-Getopt-0.33 4DISTNAME= MooseX-Getopt-0.37
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7CATEGORIES= devel perl5 6CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/MooseX-Getopt/ 10HOMEPAGE= http://search.cpan.org/dist/MooseX-Getopt/
12COMMENT= Perl 5 Moose role for processing command line options 11COMMENT= Perl 5 Moose role for processing command line options
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15DEPENDS+= p5-Getopt-Long-Descriptive>=0.081:../../devel/p5-Getopt-Long-Descriptive 14DEPENDS+= p5-Getopt-Long-Descriptive>=0.081:../../devel/p5-Getopt-Long-Descriptive
16DEPENDS+= 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
17 17
18BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception 18BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception
19BUILD_DEPENDS+= p5-Test-Requires>=0.05:../../devel/p5-Test-Requires 19BUILD_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 20BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
21BUILD_DEPENDS+= p5-Test-Warn>=0.21:../../devel/p5-Test-Warn 21BUILD_DEPENDS+= p5-Test-Warn>=0.21:../../devel/p5-Test-Warn
22 22
23PKG_DESTDIR_SUPPORT= user-destdir 23PKG_DESTDIR_SUPPORT= user-destdir
24 24
25USE_LANGUAGES= # empty 25USE_LANGUAGES= # empty
26PERL5_PACKLIST= auto/MooseX/Getopt/.packlist 26PERL5_PACKLIST= auto/MooseX/Getopt/.packlist
27 27
28.include "../../lang/perl5/module.mk" 28.include "../../lang/perl5/module.mk"
29.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/p5-MooseX-Getopt/distinfo 2010/09/02 20:23:38 1.13
+++ pkgsrc/devel/p5-MooseX-Getopt/distinfo 2011/10/21 07:13:58 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2010/09/02 20:23:38 sno Exp $ 1$NetBSD: distinfo,v 1.14 2011/10/21 07:13:58 hiramatsu Exp $
2 2
3SHA1 (MooseX-Getopt-0.33.tar.gz) = 83d6e167d3ea41e4e7539fc5e38905cec70b00f9 3SHA1 (MooseX-Getopt-0.37.tar.gz) = 74cd1f5bf2b586c8e362798fb7ab4ce5516fe9d5
4RMD160 (MooseX-Getopt-0.33.tar.gz) = 8d4196617817f0149d11d6e78cf8fa6c517bca93 4RMD160 (MooseX-Getopt-0.37.tar.gz) = 85b8db0c3b375bd183bb14b9cb92e588529b413e
5Size (MooseX-Getopt-0.33.tar.gz) = 28276 bytes 5Size (MooseX-Getopt-0.37.tar.gz) = 30930 bytes