Updating devel/p5-Class-MOP from 0.95 to 0.97
pkgsrc changes: - Adjusting dependencies according to META.yml Upstream changes: 0.97 Fri, Dec 18, 2009 * No code changes, just packaging fixes to make this distro installable. 0.96 Fri, Dec 18, 2009 * tests - Fixed t/082_get_code_info.t so it passes with bleadperl. (Dave Rolsky) - Add XS & C files to no tabs check (Dave Rolsky) - Convert all tests to done_testing. (Florian Ragwitz)
This commit is contained in:
parent
8171b8ad6d
commit
eaf9ea44c6
2 changed files with 8 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.30 2009/11/19 21:21:25 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.31 2010/01/16 17:08:02 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Class-MOP-0.95
|
||||
DISTNAME= Class-MOP-0.97
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
||||
|
@ -15,13 +15,12 @@ DEPENDS+= p5-Devel-GlobalDestruction-[0-9]*:../../devel/p5-Devel-GlobalDestructi
|
|||
DEPENDS+= p5-MRO-Compat>=0.05:../../devel/p5-MRO-Compat
|
||||
DEPENDS+= p5-Sub-Name>=0.04:../../devel/p5-Sub-Name
|
||||
DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
|
||||
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
|
||||
DEPENDS+= p5-Try-Tiny>=0.02:../../devel/p5-Try-Tiny
|
||||
|
||||
# Only for test target
|
||||
BUILD_DEPENDS+= p5-PathTools-[0-9]*:../../devel/p5-PathTools
|
||||
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+= p5-Test-Simple>=0.88:../../devel/p5-Test-Simple
|
||||
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
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.27 2009/11/19 21:21:25 seb Exp $
|
||||
$NetBSD: distinfo,v 1.28 2010/01/16 17:08:02 sno Exp $
|
||||
|
||||
SHA1 (Class-MOP-0.95.tar.gz) = 8c9cc2c9da8cca95616a91d1cb28c688b76d363c
|
||||
RMD160 (Class-MOP-0.95.tar.gz) = 22835ea4ca6dda450debae8ff5361ceaa9589606
|
||||
Size (Class-MOP-0.95.tar.gz) = 186488 bytes
|
||||
SHA1 (Class-MOP-0.97.tar.gz) = c45bb165d70f5e06ee276db89458ab165c39ede3
|
||||
RMD160 (Class-MOP-0.97.tar.gz) = ed8035513d6285a94c45fec2fc4654edc43f2c10
|
||||
Size (Class-MOP-0.97.tar.gz) = 185368 bytes
|
||||
|
|
Loading…
Reference in a new issue