Wed Nov 29 13:39:37 2017 UTC ()
p5-Moose: update to 2.2009.

2.2009   2017-11-29

  [BUG FIXES]

  - Some hash native trait methods (notably clear and delete) were broken in
    various ways when the associated attribute's type allowed for coercion of
    the hash values and coercion was enabled for the hash. Reported by Ralf
    Bartel in RT #12737.

  [TESTS]

  - fixed tests (new in 2.2008) that sometimes fail under Windows.


(wiz)
diff -r1.110 -r1.111 pkgsrc/devel/p5-Moose/Makefile
diff -r1.88 -r1.89 pkgsrc/devel/p5-Moose/distinfo

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

--- pkgsrc/devel/p5-Moose/Makefile 2017/11/24 14:21:50 1.110
+++ pkgsrc/devel/p5-Moose/Makefile 2017/11/29 13:39:37 1.111
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.110 2017/11/24 14:21:50 wiz Exp $ 1# $NetBSD: Makefile,v 1.111 2017/11/29 13:39:37 wiz Exp $
2 2
3DISTNAME= Moose-2.2008 3DISTNAME= Moose-2.2009
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9#HOMEPAGE= http://moose.perl.org/ 9#HOMEPAGE= http://moose.perl.org/
10COMMENT= Postmodern object system for Perl 5 10COMMENT= Postmodern object system for Perl 5
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13DEPENDS+= p5-Class-Load>=0.09:../../devel/p5-Class-Load 13DEPENDS+= p5-Class-Load>=0.09:../../devel/p5-Class-Load
14DEPENDS+= p5-Class-Load-XS>=0.01:../../devel/p5-Class-Load-XS 14DEPENDS+= p5-Class-Load-XS>=0.01:../../devel/p5-Class-Load-XS
15DEPENDS+= p5-Data-OptList>=0.107:../../devel/p5-Data-OptList 15DEPENDS+= p5-Data-OptList>=0.107:../../devel/p5-Data-OptList
16DEPENDS+= p5-Devel-GlobalDestruction>=0:../../devel/p5-Devel-GlobalDestruction 16DEPENDS+= p5-Devel-GlobalDestruction>=0:../../devel/p5-Devel-GlobalDestruction

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

--- pkgsrc/devel/p5-Moose/distinfo 2017/11/24 14:21:50 1.88
+++ pkgsrc/devel/p5-Moose/distinfo 2017/11/29 13:39:37 1.89
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.88 2017/11/24 14:21:50 wiz Exp $ 1$NetBSD: distinfo,v 1.89 2017/11/29 13:39:37 wiz Exp $
2 2
3SHA1 (Moose-2.2008.tar.gz) = 83e61ed9e46b0230ba274dd5b8d23a531abcc698 3SHA1 (Moose-2.2009.tar.gz) = 50e578919e38edb339377a9376395778b73fe571
4RMD160 (Moose-2.2008.tar.gz) = 6576433dab4acdfbdf15d5c863557fb5f9568d5a 4RMD160 (Moose-2.2009.tar.gz) = b34fd288dd21971f758bc207667735bb30a73f20
5SHA512 (Moose-2.2008.tar.gz) = a955f6b8d48ff012568322a489ef407b6131e0000cd75fdd993ea855b94939c87f66319596a0bb8701d7ca6f76cbe59bd71c794946e36ea47da6be0d21fb0fe4 5SHA512 (Moose-2.2009.tar.gz) = dc3c0cd4cdea39436f98d7849cfb268ac8168617970b23ce3217ad11715777266208ca623297a5a2dbd2a19c00909fe9a81b1f102ed5f8a7e13845c31751c05d
6Size (Moose-2.2008.tar.gz) = 819018 bytes 6Size (Moose-2.2009.tar.gz) = 820334 bytes