pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Moo Update to 1.003001



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1353e04297d4
branches:  trunk
changeset: 624851:1353e04297d4
user:      wen <wen%pkgsrc.org@localhost>
date:      Wed Oct 02 07:35:57 2013 +0000

description:
Update to 1.003001
Update DEPENDS

Upstream changes:
1.003001 - 2013-09-10
  - abbreviate class names from created by create_class_with_roles if they are
    too long for perl to handle (RT#83248)
  - prevent destructors from failing in global destruction for certain
    combinations of Moo and Moose classes subclassing each other (RT#87810)
  - clarify in docs that Sub::Quote's captured variables are copies, not aliases
  - fix infinite recursion if an isa check fails due to another isa check
    (RT#87575)
  - fix Sub::Quote and Sub::Defer under threads (RT#87043)
  - better diagnostics when bad parameters given to has

diffstat:

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

diffs (38 lines):

diff -r 51ff3757eff4 -r 1353e04297d4 devel/p5-Moo/Makefile
--- a/devel/p5-Moo/Makefile     Wed Oct 02 07:33:37 2013 +0000
+++ b/devel/p5-Moo/Makefile     Wed Oct 02 07:35:57 2013 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2013/07/27 05:17:05 wen Exp $
+# $NetBSD: Makefile,v 1.14 2013/10/02 07:35:57 wen Exp $
 
-DISTNAME=      Moo-1.003000
+DISTNAME=      Moo-1.003001
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/}
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSTROUT/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Moo/
@@ -13,7 +13,7 @@
 DEPENDS+=      p5-Class-Method-Modifiers>=1.10:../../devel/p5-Class-Method-Modifiers
 DEPENDS+=      p5-Devel-GlobalDestruction>=0.09:../../devel/p5-Devel-GlobalDestruction
 DEPENDS+=      p5-Module-Runtime>=0.012:../../devel/p5-Module-Runtime
-DEPENDS+=      p5-Role-Tiny>=1.003000:../../devel/p5-Role-Tiny
+DEPENDS+=      p5-Role-Tiny>=1.003002:../../devel/p5-Role-Tiny
 DEPENDS+=      p5-strictures>=1.004003:../../devel/p5-strictures
 
 BUILD_DEPENDS+=        p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal
diff -r 51ff3757eff4 -r 1353e04297d4 devel/p5-Moo/distinfo
--- a/devel/p5-Moo/distinfo     Wed Oct 02 07:33:37 2013 +0000
+++ b/devel/p5-Moo/distinfo     Wed Oct 02 07:35:57 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2013/07/27 05:17:05 wen Exp $
+$NetBSD: distinfo,v 1.11 2013/10/02 07:35:57 wen Exp $
 
-SHA1 (Moo-1.003000.tar.gz) = d7523d1af353f8f8f66bace7a3939ba6dbc2e370
-RMD160 (Moo-1.003000.tar.gz) = feb31eaab0422f6992af2cf88975f74de3913bf2
-Size (Moo-1.003000.tar.gz) = 70691 bytes
+SHA1 (Moo-1.003001.tar.gz) = 6697d336935e1c89537b42adb0d0a1c4d5432e8b
+RMD160 (Moo-1.003001.tar.gz) = b695ae0bd384d7a64087f6cb26a5f29303ffd006
+Size (Moo-1.003001.tar.gz) = 73689 bytes



Home | Main Index | Thread Index | Old Index