Thu Aug 6 09:23:54 2015 UTC ()
Update to 0.50:

0.50   [2015-06-07]
    - add links to Ovid's tutorial series on Test::Class (Tim Vroom, PR#19)
    - add links to Test::Class::Most, Test::Class::Moose (Tim Vroom, PR#20)
    - list some distributions that use Test::Class in their test suite (Tim
      Vroom, PR#21)
    - update documentation about running individual tests (Matthew Horsfall,
      PR#22)
    - fix some tests to work with the new Test::Stream (Chad Granum, PR#27)
    - switch packaging to ExtUtils::MakeMaker


(wiz)
diff -r1.23 -r1.24 pkgsrc/devel/p5-Test-Class/Makefile
diff -r1.11 -r1.12 pkgsrc/devel/p5-Test-Class/distinfo

cvs diff -r1.23 -r1.24 pkgsrc/devel/p5-Test-Class/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-Class/Makefile 2015/07/12 18:56:19 1.23
+++ pkgsrc/devel/p5-Test-Class/Makefile 2015/08/06 09:23:53 1.24
@@ -1,28 +1,26 @@ @@ -1,28 +1,26 @@
1# $NetBSD: Makefile,v 1.23 2015/07/12 18:56:19 wiz Exp $ 1# $NetBSD: Makefile,v 1.24 2015/08/06 09:23:53 wiz Exp $
2 2
3DISTNAME= Test-Class-0.48 3DISTNAME= Test-Class-0.50
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Test-Class/ 9HOMEPAGE= http://search.cpan.org/dist/Test-Class/
11COMMENT= Easily create test classes in an xUnit/JUnit style 10COMMENT= Easily create test classes in an xUnit/JUnit style
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-MRO-Compat>=0.11:../../devel/p5-MRO-Compat 13DEPENDS+= p5-MRO-Compat>=0.11:../../devel/p5-MRO-Compat
15#DEPENDS+= {perl>=5.10.0,p5-Storable>=2.04}:../../devel/p5-Storable 14#DEPENDS+= {perl>=5.10.0,p5-Storable>=2.04}:../../devel/p5-Storable
16#DEPENDS+= {perl>=5.20.0,p5-Test-Simple>=1.001002}:../../devel/p5-Test-Simple 15#DEPENDS+= {perl>=5.20.0,p5-Test-Simple>=1.001002}:../../devel/p5-Test-Simple
17 16
18BUILD_DEPENDS+= p5-Test-Exception>=0.25:../../devel/p5-Test-Exception 17BUILD_DEPENDS+= p5-Test-Exception>=0.25:../../devel/p5-Test-Exception
19# for make test 18# for make test
20BUILD_DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny 19BUILD_DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
21BUILD_DEPENDS+= p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime 20BUILD_DEPENDS+= p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime
22 21
23USE_LANGUAGES= # empty 22USE_LANGUAGES= # empty
24PERL5_PACKLIST= auto/Test/Class/.packlist 23PERL5_PACKLIST= auto/Test/Class/.packlist
25PERL5_MODULE_TYPE= Module::Build 
26 24
27.include "../../lang/perl5/module.mk" 25.include "../../lang/perl5/module.mk"
28.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"

cvs diff -r1.11 -r1.12 pkgsrc/devel/p5-Test-Class/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-Class/distinfo 2014/11/23 14:24:57 1.11
+++ pkgsrc/devel/p5-Test-Class/distinfo 2015/08/06 09:23:53 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2014/11/23 14:24:57 schmonz Exp $ 1$NetBSD: distinfo,v 1.12 2015/08/06 09:23:53 wiz Exp $
2 2
3SHA1 (Test-Class-0.48.tar.gz) = 020ba6d931034118d4febbd4f6ce949a0b864a74 3SHA1 (Test-Class-0.50.tar.gz) = 1f79ae39619c9788dc5b9e3efb04d7775b321318
4RMD160 (Test-Class-0.48.tar.gz) = 6a228ade284137d437b080768d6e0608266ff18c 4RMD160 (Test-Class-0.50.tar.gz) = a13053f904ec426ae5172050d8399967c1c5c7d7
5Size (Test-Class-0.48.tar.gz) = 71256 bytes 5Size (Test-Class-0.50.tar.gz) = 60253 bytes