Wed Jul 14 09:18:52 2010 UTC ()
Update from version 0.28 to version 0.31.

Pkgsrc changes:
- adjust dependencies

Upstream changes:
0.31 Wed 7 Jul 2010
  * Fix issue causing tests to fail if MooseX::SimpleConfig isn't installed.

0.30 Tue 6 Jul 2010
  * MooseX::Getopt::Basic
    - uses attribute insertion order when determining the order in which
      options are documented in the usage (e.g. in $obj->usage->text). (Karen
      Etheridge)

  * MooseX::Getopt::Basic
    - store the usage object to the usage attr (RT#58715)
    - properly checks whether the *option* --help, --usage, or --? were used,
      rather than the attribute 'help', 'usage' or '?' were set
  * MooseX::Getopt::GLD
    - add the usage attribute for storing the Getopt::Long::Descriptive::Usage
      object, and the help attribute for storing --help, --usage and --? state
  (RT#47865, RT#56783, RT#52474).  (Karen Etheridge)

  * MooseX::Getopt::Basic
    - Disable auto_help config in Getopt::Long, to avoid calling into
    pod2usage when the --help option is used while MooseX::ConfigFromFile
    is in use (the intent is just to fetch the value of the configfile
    option) (RT#57683). (Karen Etheridge)

0.29 Tue. Jun 15 2010
  * Fix repository metadata. Thanks Robert Bohne for noticing!


(seb)
diff -r1.14 -r1.15 pkgsrc/devel/p5-MooseX-Getopt/Makefile
diff -r1.11 -r1.12 pkgsrc/devel/p5-MooseX-Getopt/distinfo

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

--- pkgsrc/devel/p5-MooseX-Getopt/Makefile 2010/06/14 03:38:23 1.14
+++ pkgsrc/devel/p5-MooseX-Getopt/Makefile 2010/07/14 09:18:52 1.15
@@ -1,26 +1,27 @@ @@ -1,26 +1,27 @@
1# $NetBSD: Makefile,v 1.14 2010/06/14 03:38:23 seb Exp $ 1# $NetBSD: Makefile,v 1.15 2010/07/14 09:18:52 seb Exp $
2# 2#
3 3
4DISTNAME= MooseX-Getopt-0.28 4DISTNAME= MooseX-Getopt-0.31
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
16 16
17BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception 17BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception
18BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple 18BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
 19BUILD_DEPENDS+= p5-Test-Warn>=0.21:../../devel/p5-Test-Warn
19 20
20PKG_DESTDIR_SUPPORT= user-destdir 21PKG_DESTDIR_SUPPORT= user-destdir
21 22
22USE_LANGUAGES= # empty 23USE_LANGUAGES= # empty
23PERL5_PACKLIST= auto/MooseX/Getopt/.packlist 24PERL5_PACKLIST= auto/MooseX/Getopt/.packlist
24 25
25.include "../../lang/perl5/module.mk" 26.include "../../lang/perl5/module.mk"
26.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/p5-MooseX-Getopt/distinfo 2010/06/14 03:38:23 1.11
+++ pkgsrc/devel/p5-MooseX-Getopt/distinfo 2010/07/14 09:18:52 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2010/06/14 03:38:23 seb Exp $ 1$NetBSD: distinfo,v 1.12 2010/07/14 09:18:52 seb Exp $
2 2
3SHA1 (MooseX-Getopt-0.28.tar.gz) = dffb7c3427e9c202b55654eb55db963e15817a70 3SHA1 (MooseX-Getopt-0.31.tar.gz) = b81939c0f464d7359a4ea54ba9203eb9267b70df
4RMD160 (MooseX-Getopt-0.28.tar.gz) = 46099c3b52cd1030a8d797e834a4a4eabf47e156 4RMD160 (MooseX-Getopt-0.31.tar.gz) = e58982e640098dd65fbb4b39b0558e071d220cb1
5Size (MooseX-Getopt-0.28.tar.gz) = 25392 bytes 5Size (MooseX-Getopt-0.31.tar.gz) = 27707 bytes