diff options
author | sno <sno> | 2009-10-11 09:22:46 +0000 |
---|---|---|
committer | sno <sno> | 2009-10-11 09:22:46 +0000 |
commit | ce6fa64e5fbadeab9dc98c099f0308ba24fed796 (patch) | |
tree | f241c12ff4a385c5cb016f5976f66c5e35cb9341 /devel | |
parent | 4d65bd89f56ce526623feb274943d90095557394 (diff) | |
download | pkgsrc-ce6fa64e5fbadeab9dc98c099f0308ba24fed796.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/p5-Mouse/Makefile | 17 | ||||
-rw-r--r-- | devel/p5-Mouse/distinfo | 8 |
2 files changed, 12 insertions, 13 deletions
diff --git a/devel/p5-Mouse/Makefile b/devel/p5-Mouse/Makefile index 8a08804a916..51b85300472 100644 --- a/devel/p5-Mouse/Makefile +++ b/devel/p5-Mouse/Makefile @@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir 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 --git a/devel/p5-Mouse/distinfo b/devel/p5-Mouse/distinfo index 2eebe266d3d..e80b5642554 100644 --- a/devel/p5-Mouse/distinfo +++ b/devel/p5-Mouse/distinfo @@ -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 |