Sat Jul 27 05:17:05 2013 UTC ()
Update to 1.003000
Update DEPENDS

Upstream changes:
1.003000 - 2013-07-15
  - fix composing roles that require methods provided by the other (RT#82711)
  - document optional use of Class::XSAccessor with caveats
  - fix constructor generated when creating a class with
    create_class_with_roles when the superclass constructor hasn't been
    generated yet
  - fix extending the constructor generator using Moo classes/roles
  - non-lazy attribute defaults are used when applying a role to an object
  - updated META files to list prerequisites in proper phases
  - $Method::Generate::Accessor::CurrentAttribute hashref contains
    information about attribute currently being processed (available
    to exception objects thrown by "isa" and "coerce")
  - properly die when composing a module that isn't a Role
  - fix passing attribute parameters for traits when inflating to Moose
  - fix inflating method modifiers applied to multiple methods
  - fix documentation for Sub::Quote::capture_unroll
  - add documentation noting Sub::Quote's use of strictures
  - fix FOREIGNBUILDARGS not being called if no attributes created


(wen)
diff -r1.12 -r1.13 pkgsrc/devel/p5-Moo/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/p5-Moo/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/devel/p5-Moo/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Moo/Makefile 2013/05/31 12:40:31 1.12
+++ pkgsrc/devel/p5-Moo/Makefile 2013/07/27 05:17:05 1.13
@@ -1,25 +1,24 @@ @@ -1,25 +1,24 @@
1# $NetBSD: Makefile,v 1.12 2013/05/31 12:40:31 wiz Exp $ 1# $NetBSD: Makefile,v 1.13 2013/07/27 05:17:05 wen Exp $
2 2
3DISTNAME= Moo-1.002000 3DISTNAME= Moo-1.003000
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSTROUT/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Moo/ 9HOMEPAGE= http://search.cpan.org/dist/Moo/
11COMMENT= Minimalist Object Orientation (with Moose compatiblity) 10COMMENT= Minimalist Object Orientation (with Moose compatiblity)
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-Class-Method-Modifiers>=1.10:../../devel/p5-Class-Method-Modifiers 13DEPENDS+= p5-Class-Method-Modifiers>=1.10:../../devel/p5-Class-Method-Modifiers
15DEPENDS+= p5-Devel-GlobalDestruction>=0.09:../../devel/p5-Devel-GlobalDestruction 14DEPENDS+= p5-Devel-GlobalDestruction>=0.09:../../devel/p5-Devel-GlobalDestruction
16DEPENDS+= p5-Module-Runtime>=0.012:../../devel/p5-Module-Runtime 15DEPENDS+= p5-Module-Runtime>=0.012:../../devel/p5-Module-Runtime
17DEPENDS+= p5-Role-Tiny>=1.002004:../../devel/p5-Role-Tiny 16DEPENDS+= p5-Role-Tiny>=1.003000:../../devel/p5-Role-Tiny
18DEPENDS+= p5-strictures>=1.004003:../../devel/p5-strictures 17DEPENDS+= p5-strictures>=1.004003:../../devel/p5-strictures
19 18
20BUILD_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal 19BUILD_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal
21 20
22PERL5_PACKLIST= auto/Moo/.packlist 21PERL5_PACKLIST= auto/Moo/.packlist
23 22
24.include "../../lang/perl5/module.mk" 23.include "../../lang/perl5/module.mk"
25.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/devel/p5-Moo/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Moo/distinfo 2013/05/06 16:00:27 1.9
+++ pkgsrc/devel/p5-Moo/distinfo 2013/07/27 05:17:05 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2013/05/06 16:00:27 wen Exp $ 1$NetBSD: distinfo,v 1.10 2013/07/27 05:17:05 wen Exp $
2 2
3SHA1 (Moo-1.002000.tar.gz) = 3e53c1772d37c9d1ecdf7e57b7107ed26235410d 3SHA1 (Moo-1.003000.tar.gz) = d7523d1af353f8f8f66bace7a3939ba6dbc2e370
4RMD160 (Moo-1.002000.tar.gz) = a8a77e43968856048c2c137e0d9fbfe0c4d99132 4RMD160 (Moo-1.003000.tar.gz) = feb31eaab0422f6992af2cf88975f74de3913bf2
5Size (Moo-1.002000.tar.gz) = 63981 bytes 5Size (Moo-1.003000.tar.gz) = 70691 bytes