pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Mouse Updating devel/p5-Mouse from 0.32nb1 to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bcae60213e74
branches:  trunk
changeset: 400069:bcae60213e74
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Oct 11 09:22:46 2009 +0000

description:
Updating devel/p5-Mouse from 0.32nb1 to 0.37

pkgsrc changes:
  - adjusting dependencies (according to META.yml/Makefile.PL)

Upstream changes:
0.37 Mon Sep 28 10:48:27 2009
    * Ensure backward compatibility by author/test-externa.pl (gfx)
    * Change the algorithm of has_method() for backward compatibility (gfx)
    * $ENV{MOUSE_VERBOSE}=1 for Moose-compatible warnings (gfx)

0.36 Sun Sep 27 16:53:06 2009
    * Fix an issue that breaks backward compatibility (gfx)
      - MouseX::Attribute does work, although make tests doesn't pass

0.35 Sat Sep 26 12:38:27 2009
    * Work around Test::Exception 0.27_0x by including authorized ver. (gfx)

0.34 Fri Sep 25 21:55:48 2009
    * Make sure to work on 5.6.2 (gfx)
    * Remove Class::Method::Modifiers dependency (gfx)
    * Remove testing modules from inc/ (gfx)
    * Put t/019-handles.t on ice (gfx)

0.33_01 Thu Sep 24 16:16:57 2009
    * Implement traits => [...] in has() (gfx)

0.33 Wed Sep 23 15:06:40 2009
    * Fix RT #49902: 0.32 fails tests reported by GRUBER (gfx)
    * Add some tests

diffstat:

 devel/p5-Mouse/Makefile |  17 ++++++++---------
 devel/p5-Mouse/distinfo |   8 ++++----
 2 files changed, 12 insertions(+), 13 deletions(-)

diffs (47 lines):

diff -r 3cf7f79b36dc -r bcae60213e74 devel/p5-Mouse/Makefile
--- a/devel/p5-Mouse/Makefile   Sun Oct 11 09:22:00 2009 +0000
+++ b/devel/p5-Mouse/Makefile   Sun Oct 11 09:22:46 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2009/09/24 06:50:16 sno Exp $
+# $NetBSD: Makefile,v 1.17 2009/10/11 09:22:46 sno Exp $
 
-DISTNAME=      Mouse-0.32
+DISTNAME=      Mouse-0.37
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GF/GFUJI/}
 
@@ -15,13 +14,13 @@
 
 USE_LANGUAGES= # empty
 
-DEPENDS+=      p5-Class-Method-Modifiers>=1.01:../../devel/p5-Class-Method-Modifiers
-DEPENDS+=      p5-MRO-Compat>=0:../../devel/p5-MRO-Compat
-DEPENDS+=      p5-Moose-[0-9]*:../../devel/p5-Moose
-DEPENDS+=      p5-Sub-Exporter>=0:../../devel/p5-Sub-Exporter
+#DEPENDS+=     p5-Class-Method-Modifiers>=1.01:../../devel/p5-Class-Method-Modifiers
+#DEPENDS+=     p5-MRO-Compat>=0:../../devel/p5-MRO-Compat
+#DEPENDS+=     p5-Moose-[0-9]*:../../devel/p5-Moose
+#DEPENDS+=     p5-Sub-Exporter>=0:../../devel/p5-Sub-Exporter
 
-BUILD_DEPENDS+=        p5-Test-Exception>=0.21:../../devel/p5-Test-Exception
-BUILD_DEPENDS+=        p5-Test-Simple>=0.80:../../devel/p5-Test-Simple
+BUILD_DEPENDS+=        p5-Test-Exception>=0.27:../../devel/p5-Test-Exception
+BUILD_DEPENDS+=        p5-Test-Simple>=0.88:../../devel/p5-Test-Simple
 #BUILD_DEPENDS+=       p5-Test-Output>=0:../../devel/p5-Test-Output
 
 PERL5_PACKLIST=        auto/Mouse/.packlist
diff -r 3cf7f79b36dc -r bcae60213e74 devel/p5-Mouse/distinfo
--- a/devel/p5-Mouse/distinfo   Sun Oct 11 09:22:00 2009 +0000
+++ b/devel/p5-Mouse/distinfo   Sun Oct 11 09:22:46 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2009/09/22 17:48:01 sno Exp $
+$NetBSD: distinfo,v 1.15 2009/10/11 09:22:46 sno Exp $
 
-SHA1 (Mouse-0.32.tar.gz) = 58a4b7abe4a61d8fa063f3ae76695c9cc6b935c1
-RMD160 (Mouse-0.32.tar.gz) = e6eaaf1dab64ee271e9b5a11a5c5994f49e86d44
-Size (Mouse-0.32.tar.gz) = 126219 bytes
+SHA1 (Mouse-0.37.tar.gz) = 7e145123661066cbf454fa8fc0afe6d3b4675ea7
+RMD160 (Mouse-0.37.tar.gz) = 4bda2e4e18571be15cb549a109073bb2491fc765
+Size (Mouse-0.37.tar.gz) = 126543 bytes



Home | Main Index | Thread Index | Old Index