diff options
author | sno <sno@pkgsrc.org> | 2010-09-17 05:52:51 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-09-17 05:52:51 +0000 |
commit | 60e2880e3c34bad829479819926d57490433b81e (patch) | |
tree | c5dd2c3cf6fb3eb2f4f151eb0a839f7555919073 /devel | |
parent | 320bb396fcddc854fea8e32ed5adc914092d3fa7 (diff) | |
download | pkgsrc-60e2880e3c34bad829479819926d57490433b81e.tar.gz |
Updating devel/p5-Class-MOP from 1.07 to 1.08
pkgsrc changes:
- add Test::Requires dependency
Upstream changes:
1.08 Mon, Sep 13, 2010
[BUG FIXES]
* The get_method_list and _get_local_methods methods blew up in the face
of subroutine stubs. (Goro Fuji)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Class-MOP/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Class-MOP/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/p5-Class-MOP/Makefile b/devel/p5-Class-MOP/Makefile index 7dd324cf120..09189aa382c 100644 --- a/devel/p5-Class-MOP/Makefile +++ b/devel/p5-Class-MOP/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2010/08/25 22:08:45 seb Exp $ +# $NetBSD: Makefile,v 1.40 2010/09/17 05:52:51 sno Exp $ # -DISTNAME= Class-MOP-1.07 +DISTNAME= Class-MOP-1.08 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/} @@ -25,8 +25,9 @@ DEPENDS+= p5-Try-Tiny>=0.02:../../devel/p5-Try-Tiny BUILD_DEPENDS+= p5-SUPER-[0-9]*:../../devel/p5-SUPER # t/050_scala_style_mixin_composition.t BUILD_DEPENDS+= p5-Test-Exception>=0.27:../../devel/p5-Test-Exception BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple -BUILD_DEPENDS+= p5-Test-Output-[0-9]*:../../devel/p5-Test-Output # t/310_inline_structor.t BUILD_DEPENDS+= p5-Test-LeakTrace-[0-9]*:../../devel/p5-Test-LeakTrace # t/312_anon_class_leak.t +BUILD_DEPENDS+= p5-Test-Output-[0-9]*:../../devel/p5-Test-Output # t/310_inline_structor.t +BUILD_DEPENDS+= p5-Test-Requires>=0.05:../../devel/p5-Test-Requires USE_LANGUAGES= c MAKE_JOBS_SAFE= no diff --git a/devel/p5-Class-MOP/distinfo b/devel/p5-Class-MOP/distinfo index f5cde8d7cdb..eb7e6a3d447 100644 --- a/devel/p5-Class-MOP/distinfo +++ b/devel/p5-Class-MOP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.35 2010/08/25 22:08:45 seb Exp $ +$NetBSD: distinfo,v 1.36 2010/09/17 05:52:52 sno Exp $ -SHA1 (Class-MOP-1.07.tar.gz) = de428db5f04bce4420429f9d56baf3998ebed646 -RMD160 (Class-MOP-1.07.tar.gz) = 77a26d5868f4f1f3b92a3694785541bd82b08073 -Size (Class-MOP-1.07.tar.gz) = 194798 bytes +SHA1 (Class-MOP-1.08.tar.gz) = af89691db45f8047e771ff93c5029086ac7b69bd +RMD160 (Class-MOP-1.08.tar.gz) = 15eb2ca8922a258fcd14f1a2d218fa188a83c33f +Size (Class-MOP-1.08.tar.gz) = 194910 bytes |