From c23f8fe78b1074daab293c7c5de06166d722d4f0 Mon Sep 17 00:00:00 2001 From: sno Date: Sun, 11 Oct 2009 09:22:46 +0000 Subject: 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 --- devel/p5-Mouse/Makefile | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'devel/p5-Mouse/Makefile') 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 -- cgit v1.2.3