pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Moose Update p5-Moose from version 0.77 to ve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c87de7fee5c8
branches:  trunk
changeset: 392925:c87de7fee5c8
user:      seb <seb%pkgsrc.org@localhost>
date:      Wed May 13 17:46:51 2009 +0000

description:
Update p5-Moose from version 0.77 to version 0.78.

Pkgsrc changes:
- Adjust dependency: requires p5-Class-MOP>=0.83 and p5-Sub-Name for
runtime and p5-Test-Exception>=0.27 for build (test really)

Upstream changes:
0.78 Tue, May 12, 2009
    * Moose::Cookbook::FAQ and Moose::Cookbook::WTF
      - Merged these documents into what is now Moose::Manual::FAQ

    * Moose::Unsweetened
      - Moved to Moose::Manual::Unsweetened

    * Moose::Cookbook::Basics::Recipes 9-12
      - Renamed to be 8-11, since recipe 8 did not exist

    * Moose::Exporter
      - Make Moose::Exporter import strict and warnings into packages
        that use it (doy)

    * Moose::Object
      - Fix DEMOLISHALL sometimes not being able to find DEMOLISH
        methods during global destruction (doy)

    * Moose::Meta::Class
    * Moose::Meta::Role::Application::ToClass
      - Track the Role::Application objects created during class-role
        consumption (Sartak)

    * Moose::Meta::Class
      - Fix metaclass incompatibility errors when extending a vanilla perl
        class which isa Moose class with a metaclass role applied (t0m)

    * Moose::Meta::Role
      - Add a role-combination hook, _role_for_combination, for the
        benefit of MooseX::Role::Parameterized (Sartak)

    * Tests
      - Some tests were failing on Win32 because they explicit checked
        warning output for newlines. Reported by Nickolay Platonov.

diffstat:

 devel/p5-Moose/Makefile |  9 +++++----
 devel/p5-Moose/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (48 lines):

diff -r af6fe051da44 -r c87de7fee5c8 devel/p5-Moose/Makefile
--- a/devel/p5-Moose/Makefile   Wed May 13 17:46:22 2009 +0000
+++ b/devel/p5-Moose/Makefile   Wed May 13 17:46:51 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2009/05/02 21:33:17 seb Exp $
+# $NetBSD: Makefile,v 1.22 2009/05/13 17:46:51 seb Exp $
 #
 
-DISTNAME=      Moose-0.77
+DISTNAME=      Moose-0.78
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
@@ -11,10 +11,11 @@
 COMMENT=       Postmodern object system for Perl 5
 LICENSE=       artistic-2.0
 
-DEPENDS+=      p5-Class-MOP>=0.82:../../devel/p5-Class-MOP
+DEPENDS+=      p5-Class-MOP>=0.83:../../devel/p5-Class-MOP
 DEPENDS+=      p5-Data-OptList-[0-9]*:../../devel/p5-Data-OptList
 DEPENDS+=      p5-List-MoreUtils>=0.12:../../devel/p5-List-MoreUtils
 DEPENDS+=      p5-Sub-Exporter>=0.972:../../devel/p5-Sub-Exporter
+DEPENDS+=      p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name
 DEPENDS+=      p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
 
 BUILD_DEPENDS+=        p5-DBM-Deep-[0-9]*:../../databases/p5-DBM-Deep
@@ -26,7 +27,7 @@
 BUILD_DEPENDS+=        p5-Params-Coerce-[0-9]*:../../devel/p5-Params-Coerce
 BUILD_DEPENDS+=        p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common
 BUILD_DEPENDS+=        p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
-BUILD_DEPENDS+=        p5-Test-Exception>=0.21:../../devel/p5-Test-Exception
+BUILD_DEPENDS+=        p5-Test-Exception>=0.27:../../devel/p5-Test-Exception
 BUILD_DEPENDS+=        p5-Test-Output-[0-9]*:../../devel/p5-Test-Output
 BUILD_DEPENDS+=        p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage
 BUILD_DEPENDS+=        p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
diff -r af6fe051da44 -r c87de7fee5c8 devel/p5-Moose/distinfo
--- a/devel/p5-Moose/distinfo   Wed May 13 17:46:22 2009 +0000
+++ b/devel/p5-Moose/distinfo   Wed May 13 17:46:51 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2009/05/02 21:33:17 seb Exp $
+$NetBSD: distinfo,v 1.20 2009/05/13 17:46:51 seb Exp $
 
-SHA1 (Moose-0.77.tar.gz) = 34acc94c9fe6ce2126039877286b764bb6bcb9e8
-RMD160 (Moose-0.77.tar.gz) = 9956a79bcce2aad9e19d23adc34b53fb523e2cd9
-Size (Moose-0.77.tar.gz) = 315822 bytes
+SHA1 (Moose-0.78.tar.gz) = f00a89cf0d8adb20fc08d69b13772ab31c6f39d5
+RMD160 (Moose-0.78.tar.gz) = ad8725fb49f8099a9f5084af24580e6730c7d719
+Size (Moose-0.78.tar.gz) = 319027 bytes



Home | Main Index | Thread Index | Old Index