Tue Sep 11 08:19:06 2012 UTC ()
Updating package for CPAN module Test::Class in devel/p5-Test-Class from
0.36nb1 to 0.37.

pkgsrc changes:
- mark as module type using Module::Build (compat Makefile.PL required M:B,
  too) for proper dependency

upstream changes:
0.37 - or the "amazingly late QA Hackathon 2011" release [2012-06-25]
    -   Fixed RT#64470: minor documentation error in Test::Class::Load
	(thanks to Andrew Grangaard for patch)
    -   Fixed RT#39266: Test::Class with Package::Alias
    -   Fixed RT#56636: feature request: option to turn off auto-skipping
        uncompleted tests (thanks to Ken Fox for suggestion) with addition
        of fail_if_returned_early() (thanks to Dave Evans for patch)
    -   Fixed RT#64268: dying in setup does not skip rest of test
    -   Startup and shutdown methods are no longer run if a class will not
        run any test methods
    -   Updated acknowledgements
    -   Added missing filter tests to MANIFEST & distribution


(sno)
diff -r1.8 -r1.9 pkgsrc/devel/p5-Test-Class/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/p5-Test-Class/distinfo

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

--- pkgsrc/devel/p5-Test-Class/Makefile 2011/08/14 12:26:40 1.8
+++ pkgsrc/devel/p5-Test-Class/Makefile 2012/09/11 08:19:06 1.9
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.8 2011/08/14 12:26:40 obache Exp $ 1# $NetBSD: Makefile,v 1.9 2012/09/11 08:19:06 sno Exp $
2 2
3DISTNAME= Test-Class-0.36 3DISTNAME= Test-Class-0.37
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/perldoc?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-Attribute-Handlers>=0.77,perl>=5.10.0}:../../devel/p5-Attribute-Handlers 13DEPENDS+= {p5-Attribute-Handlers>=0.77,perl>=5.10.0}:../../devel/p5-Attribute-Handlers
15DEPENDS+= p5-MRO-Compat>=0.11:../../devel/p5-MRO-Compat 14DEPENDS+= p5-MRO-Compat>=0.11:../../devel/p5-MRO-Compat
16DEPENDS+= {perl>=5.10.0,p5-Storable>=2.04}:../../devel/p5-Storable 15DEPENDS+= {perl>=5.10.0,p5-Storable>=2.04}:../../devel/p5-Storable
17DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.78}:../../devel/p5-Test-Simple 16DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.78}:../../devel/p5-Test-Simple
18 17
19BUILD_DEPENDS+= p5-Test-Exception>=0.25:../../devel/p5-Test-Exception 18BUILD_DEPENDS+= p5-Test-Exception>=0.25:../../devel/p5-Test-Exception
20 19
21PKG_DESTDIR_SUPPORT= user-destdir 20PKG_DESTDIR_SUPPORT= user-destdir
22 21
23USE_LANGUAGES= # empty 22USE_LANGUAGES= # empty
24PERL5_PACKLIST= auto/Test/Class/.packlist 23PERL5_PACKLIST= auto/Test/Class/.packlist
 24PERL5_MODULE_TYPE= Module::Build
25 25
26.include "../../lang/perl5/module.mk" 26.include "../../lang/perl5/module.mk"
27.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/p5-Test-Class/distinfo 2010/08/31 05:35:36 1.5
+++ pkgsrc/devel/p5-Test-Class/distinfo 2012/09/11 08:19:06 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2010/08/31 05:35:36 sno Exp $ 1$NetBSD: distinfo,v 1.6 2012/09/11 08:19:06 sno Exp $
2 2
3SHA1 (Test-Class-0.36.tar.gz) = 48a65fef87e7cd8f34b8ec2805080cb0074adbb2 3SHA1 (Test-Class-0.37.tar.gz) = 8292d6abf008f4c649112fa14b42c02c262f66bf
4RMD160 (Test-Class-0.36.tar.gz) = 47586a31bc1314cb6d614dc65b82ee5ef9caafe7 4RMD160 (Test-Class-0.37.tar.gz) = b0aa87ed32f4d0c52fff449e50c76fb08b82718b
5Size (Test-Class-0.36.tar.gz) = 74252 bytes 5Size (Test-Class-0.37.tar.gz) = 77317 bytes