Sat Jul 27 01:35:22 2013 UTC ()
Update to 2.1004
Remove some unneeded comments.

Upstream changes;
2.1004 Fri, Jul 26, 2013

  [BUG FIXES]

  * 2.1003 was released with some bad metadata, which caused the prereq test
    to fail.

2.1003 Fri, Jul 26, 2013

  [OTHER]

  * Releasing 2.0901 as stable.

2.0901-TRIAL Fri, Jun 21, 2013

  [ENHANCEMENTS]

  * The with_immutable() sub from Test::Moose now passes a boolean value to
    the code block containing tests indicating whether or not the classes have
    been made immutable. This can make for nicer test descriptions. (Dave
    Rolsky)

  * You can now use Specio types instead of Moose builtins or
    MooseX::Types. As a bonus, Specio types inline coercion. However, this
    support is still experimental (as is Specio), so use it with care. (Dave
    Rolsky)

2.0900-TRIAL Sun, May 26, 2013

  [API CHANGES]

  * Fixed the Num builtin type to reject NaN, Inf, numbers with whitespace,
    and other questionable strings. The MooseX::Types::LaxNum distro
    implements the old behavior. RT#70539 (Upasana Shukla)


(wen)
diff -r1.63 -r1.64 pkgsrc/devel/p5-Moose/Makefile
diff -r1.51 -r1.52 pkgsrc/devel/p5-Moose/distinfo

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

--- pkgsrc/devel/p5-Moose/Makefile 2013/05/31 12:40:32 1.63
+++ pkgsrc/devel/p5-Moose/Makefile 2013/07/27 01:35:21 1.64
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.63 2013/05/31 12:40:32 wiz Exp $ 1# $NetBSD: Makefile,v 1.64 2013/07/27 01:35:21 wen Exp $
2 2
3DISTNAME= Moose-2.0802 3DISTNAME= Moose-2.1004
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-Dist-CheckConflicts>=0.02:../../devel/p5-Dist-CheckConflicts 17DEPENDS+= p5-Dist-CheckConflicts>=0.02:../../devel/p5-Dist-CheckConflicts
@@ -25,53 +24,36 @@ DEPENDS+= p5-Package-Stash-XS>=0.24:../. @@ -25,53 +24,36 @@ DEPENDS+= p5-Package-Stash-XS>=0.24:../.
25DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util 24DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util
26DEPENDS+= p5-Sub-Exporter>=0.980:../../devel/p5-Sub-Exporter 25DEPENDS+= p5-Sub-Exporter>=0.980:../../devel/p5-Sub-Exporter
27DEPENDS+= p5-Sub-Name>=0.05:../../devel/p5-Sub-Name 26DEPENDS+= p5-Sub-Name>=0.05:../../devel/p5-Sub-Name
28DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken 27DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
29DEPENDS+= p5-Try-Tiny>=0.02:../../devel/p5-Try-Tiny 28DEPENDS+= p5-Try-Tiny>=0.02:../../devel/p5-Try-Tiny
30# Note: Moose can take advantage of PartialDump, but as PartialDump depends 29# Note: Moose can take advantage of PartialDump, but as PartialDump depends
31# on Moose, we cannot add it to DEPENDS 30# on Moose, we cannot add it to DEPENDS
32 31
33BUILD_DEPENDS+= p5-Test-Fatal>=0.05:../../devel/p5-Test-Fatal 32BUILD_DEPENDS+= p5-Test-Fatal>=0.05:../../devel/p5-Test-Fatal
34BUILD_DEPENDS+= p5-Test-Requires>=0.05:../../devel/p5-Test-Requires 33BUILD_DEPENDS+= p5-Test-Requires>=0.05:../../devel/p5-Test-Requires
35 34
36CONFLICTS+= p5-Class-MOP-[0-9]* 35CONFLICTS+= p5-Class-MOP-[0-9]*
37 36
38# t/200_examples/002_example_Moose_POOP.t 
39BUILD_DEPENDS+= p5-DBM-Deep-[0-9]*:../../databases/p5-DBM-Deep 37BUILD_DEPENDS+= p5-DBM-Deep-[0-9]*:../../databases/p5-DBM-Deep
40# t/000_recipes/moose_cookbook_basics_recipe11.t 
41BUILD_DEPENDS+= p5-DateTime-Calendar-Mayan-[0-9]*:../../time/p5-DateTime-Calendar-Mayan 38BUILD_DEPENDS+= p5-DateTime-Calendar-Mayan-[0-9]*:../../time/p5-DateTime-Calendar-Mayan
42# t/200_examples/002_example_Moose_POOP.t 
43BUILD_DEPENDS+= p5-DateTime-Format-MySQL-[0-9]*:../../time/p5-DateTime-Format-MySQL 39BUILD_DEPENDS+= p5-DateTime-Format-MySQL-[0-9]*:../../time/p5-DateTime-Format-MySQL
44# t/200_examples/00{4,5}_* 
45BUILD_DEPENDS+= p5-Declare-Constraints-Simple-[0-9]*:../../devel/p5-Declare-Constraints-Simple 40BUILD_DEPENDS+= p5-Declare-Constraints-Simple-[0-9]*:../../devel/p5-Declare-Constraints-Simple
46# t/040_type_constraints/009_union_types_and_coercions.t 
47BUILD_DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String 41BUILD_DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
48# t/000_recipes/moose_cookbook_basics_recipe4.t 
49BUILD_DEPENDS+= p5-Locale-US-[0-9]*:../../misc/p5-Locale-US 42BUILD_DEPENDS+= p5-Locale-US-[0-9]*:../../misc/p5-Locale-US
50# t/060_compat/001_module_refresh_compat.t 
51BUILD_DEPENDS+= p5-Module-Refresh-[0-9]*:../../devel/p5-Module-Refresh 43BUILD_DEPENDS+= p5-Module-Refresh-[0-9]*:../../devel/p5-Module-Refresh
52# t/000_recipes/moose_cookbook_basics_recipe5.t 
53BUILD_DEPENDS+= p5-Params-Coerce-[0-9]*:../../devel/p5-Params-Coerce 44BUILD_DEPENDS+= p5-Params-Coerce-[0-9]*:../../devel/p5-Params-Coerce
54# t/000_recipes/moose_cookbook_basics_recipe4.t 
55BUILD_DEPENDS+= p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common 45BUILD_DEPENDS+= p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common
56# t/200_examples/005_example_w_TestDeep.t 
57BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep 46BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
58# t/020_attributes/027_accessor_override_method.t 
59# t/050_metaclasses/012_moose_exporter.t 
60# t/300_immutable/011_constructor_is_wrapped.t 
61# t/300_immutable/010_constructor_is_not_moose.t 
62# t/300_immutable/013_immutable_roundtrip.t 
63# t/030_roles/019_build.t 
64# t/000_recipes/moose_cookbook_extending_recipe2.t 
65 47
66# other documented develop dependencies 48# other documented develop dependencies
67BUILD_DEPENDS+= p5-Algorithm-C3-[0-9]*:../../devel/p5-Algorithm-C3 49BUILD_DEPENDS+= p5-Algorithm-C3-[0-9]*:../../devel/p5-Algorithm-C3
68# devel/p5-Data-Visitor depends on devel/p5-Moose 50# devel/p5-Data-Visitor depends on devel/p5-Moose
69# BUILD_DEPENDS+= p5-Data-Visitor-[0-9]*:../../devel/p5-Data-Visitor 51# BUILD_DEPENDS+= p5-Data-Visitor-[0-9]*:../../devel/p5-Data-Visitor
70BUILD_DEPENDS+= p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message 52BUILD_DEPENDS+= p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message
71BUILD_DEPENDS+= p5-PadWalker-[0-9]*:../../devel/p5-PadWalker 53BUILD_DEPENDS+= p5-PadWalker-[0-9]*:../../devel/p5-PadWalker
72BUILD_DEPENDS+= p5-SUPER-[0-9]*:../../devel/p5-SUPER 54BUILD_DEPENDS+= p5-SUPER-[0-9]*:../../devel/p5-SUPER
73# missing Test::DependentModules>=0.13 55# missing Test::DependentModules>=0.13
74BUILD_DEPENDS+= p5-Test-Inline-[0-9]*:../../devel/p5-Test-Inline 56BUILD_DEPENDS+= p5-Test-Inline-[0-9]*:../../devel/p5-Test-Inline
75BUILD_DEPENDS+= p5-Test-LeakTrace-[0-9]*:../../devel/p5-Test-LeakTrace 57BUILD_DEPENDS+= p5-Test-LeakTrace-[0-9]*:../../devel/p5-Test-LeakTrace
76BUILD_DEPENDS+= p5-Test-Memory-Cycle-[0-9]*:../../devel/p5-Test-Memory-Cycle 58BUILD_DEPENDS+= p5-Test-Memory-Cycle-[0-9]*:../../devel/p5-Test-Memory-Cycle
77BUILD_DEPENDS+= p5-Test-Output-[0-9]*:../../devel/p5-Test-Output 59BUILD_DEPENDS+= p5-Test-Output-[0-9]*:../../devel/p5-Test-Output

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

--- pkgsrc/devel/p5-Moose/distinfo 2013/05/08 12:38:05 1.51
+++ pkgsrc/devel/p5-Moose/distinfo 2013/07/27 01:35:21 1.52
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.51 2013/05/08 12:38:05 wen Exp $ 1$NetBSD: distinfo,v 1.52 2013/07/27 01:35:21 wen Exp $
2 2
3SHA1 (Moose-2.0802.tar.gz) = 98c964c64524adcbef06a1b07308abb5312a92af 3SHA1 (Moose-2.1004.tar.gz) = 4cdb9fe30605f10c0028a56fbfbaf1ec92004adb
4RMD160 (Moose-2.0802.tar.gz) = b0a7b9a367fd5eaae15c498ca9de994b3e584229 4RMD160 (Moose-2.1004.tar.gz) = 53e110f3b096d0200547454c03621590835c7697
5Size (Moose-2.0802.tar.gz) = 655624 bytes 5Size (Moose-2.1004.tar.gz) = 711617 bytes