Thu Jun 5 07:57:05 2014 UTC ()
Update to 2.1209

Upstream changes:
2.1209   2014-06-04

  [OTHER]

  - The is_anon method now always returns false when called on
    Moose::Meta::Role::Composite objects. This isn't strictly right, but for
    the purposes of Moose internals, where "is_anon" really means "needs to be
    cleaned up", it's correct. This fixes warnings that were seen when using
    recent Moose (2.1100+) and MooseX::Role::Parameterized roles as part of a
    composite role. These warnings only appear with Perl 5.16 and earlier.

2.1208   2014-06-01

  [BUG FIXES]

  - fix implementation of throw_exception in internal Class::MOP traits,
    caused by changes in 2.1207 (ether, RT#96112)


(wen)
diff -r1.72 -r1.73 pkgsrc/devel/p5-Moose/Makefile
diff -r1.59 -r1.60 pkgsrc/devel/p5-Moose/distinfo

cvs diff -r1.72 -r1.73 pkgsrc/devel/p5-Moose/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Moose/Makefile 2014/05/29 23:36:06 1.72
+++ pkgsrc/devel/p5-Moose/Makefile 2014/06/05 07:57:05 1.73
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.72 2014/05/29 23:36:06 wiz Exp $ 1# $NetBSD: Makefile,v 1.73 2014/06/05 07:57:05 wen Exp $
2 2
3DISTNAME= Moose-2.1207 3DISTNAME= Moose-2.1209
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://moose.perl.org/ 9HOMEPAGE= http://moose.perl.org/
11COMMENT= Postmodern object system for Perl 5 10COMMENT= Postmodern object system for Perl 5
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-Class-Load>=0.09:../../devel/p5-Class-Load 13DEPENDS+= p5-Class-Load>=0.09:../../devel/p5-Class-Load
15DEPENDS+= p5-Class-Load-XS>=0.01:../../devel/p5-Class-Load-XS 14DEPENDS+= p5-Class-Load-XS>=0.01:../../devel/p5-Class-Load-XS
16DEPENDS+= p5-Data-OptList>=0.107:../../devel/p5-Data-OptList 15DEPENDS+= p5-Data-OptList>=0.107:../../devel/p5-Data-OptList
17DEPENDS+= p5-Devel-GlobalDestruction>=0:../../devel/p5-Devel-GlobalDestruction 16DEPENDS+= p5-Devel-GlobalDestruction>=0:../../devel/p5-Devel-GlobalDestruction
18DEPENDS+= p5-Devel-StackTrace>=1.30:../../devel/p5-Devel-StackTrace 17DEPENDS+= p5-Devel-StackTrace>=1.30:../../devel/p5-Devel-StackTrace

cvs diff -r1.59 -r1.60 pkgsrc/devel/p5-Moose/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Moose/distinfo 2014/05/27 16:11:46 1.59
+++ pkgsrc/devel/p5-Moose/distinfo 2014/06/05 07:57:05 1.60
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.59 2014/05/27 16:11:46 wen Exp $ 1$NetBSD: distinfo,v 1.60 2014/06/05 07:57:05 wen Exp $
2 2
3SHA1 (Moose-2.1207.tar.gz) = 6577f15befcaf445f582270e6745d81e63f026c6 3SHA1 (Moose-2.1209.tar.gz) = 7890904f310c75ee95222c5ca183a8f62498cce7
4RMD160 (Moose-2.1207.tar.gz) = 0ff719f17fb87b9c4f398beaf639694c5f59850f 4RMD160 (Moose-2.1209.tar.gz) = 1dd457704e6e46f1e68b02e88890d2e295816fcb
5Size (Moose-2.1207.tar.gz) = 783725 bytes 5Size (Moose-2.1209.tar.gz) = 780630 bytes