Thu Jun 30 17:40:10 2016 UTC ()
Updated p5-Moo to 2.002004.

2.002004 - 2016-06-28
  - fixed another case of local functions interfering with generated code.
    (RT#115655)
  - prevent infinite recursion on some Moose metaclass inflation errors.

2.002003 - 2016-06-23
  - prevent local functions with same names as core functions from interfering
    with generated code (RT#115529)
  - Work around nmake bug that corrupts commands that include slashes
    (RT#115518)
  - Fix tests to work when lexical features are enabled outside of our control
    (such as with cperl)
  - Fix tests on perl 5.6


(wiz)
diff -r1.28 -r1.29 pkgsrc/devel/p5-Moo/Makefile
diff -r1.23 -r1.24 pkgsrc/devel/p5-Moo/distinfo

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

--- pkgsrc/devel/p5-Moo/Makefile 2016/06/08 19:23:13 1.28
+++ pkgsrc/devel/p5-Moo/Makefile 2016/06/30 17:40:09 1.29
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.28 2016/06/08 19:23:13 wiz Exp $ 1# $NetBSD: Makefile,v 1.29 2016/06/30 17:40:09 wiz Exp $
2 2
3DISTNAME= Moo-2.001001 3DISTNAME= Moo-2.002004
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/} 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.11:../../devel/p5-Devel-GlobalDestruction 14DEPENDS+= p5-Devel-GlobalDestruction>=0.11:../../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.003002:../../devel/p5-Role-Tiny 16DEPENDS+= p5-Role-Tiny>=1.003002:../../devel/p5-Role-Tiny
18DEPENDS+= p5-strictures>=1.004003:../../devel/p5-strictures 17DEPENDS+= p5-strictures>=1.004003:../../devel/p5-strictures

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

--- pkgsrc/devel/p5-Moo/distinfo 2016/03/04 12:42:48 1.23
+++ pkgsrc/devel/p5-Moo/distinfo 2016/06/30 17:40:09 1.24
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.23 2016/03/04 12:42:48 wen Exp $ 1$NetBSD: distinfo,v 1.24 2016/06/30 17:40:09 wiz Exp $
2 2
3SHA1 (Moo-2.001001.tar.gz) = 2d16897f0145805469156c25a459adaddfc99c62 3SHA1 (Moo-2.002004.tar.gz) = 5b38f6839a30799f0c0a718d7576e82defb37280
4RMD160 (Moo-2.001001.tar.gz) = fce7744da71f57df46261f33d1f20825a854fb5e 4RMD160 (Moo-2.002004.tar.gz) = b625c2462e165df65c504a1a92b1878a38249e6b
5SHA512 (Moo-2.001001.tar.gz) = 04e246d7dd7eab614af74fa86a8be1288e432608015d3083d1b0b9ac1fca461f895d50b51aa63378a16068b80eb4d858f4edd56c0cc0c54bb53a70c8b524d523 5SHA512 (Moo-2.002004.tar.gz) = e519970fe7ad32e6e498525823e65d98869bd19a3ef3ea387db6548fb7328444350bccaf306792cf91640964eaf13f562e039643d167ea2c2de90ae164620ecb
6Size (Moo-2.001001.tar.gz) = 97813 bytes 6Size (Moo-2.002004.tar.gz) = 105734 bytes