diff options
author | wen <wen@pkgsrc.org> | 2012-11-13 13:25:23 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2012-11-13 13:25:23 +0000 |
commit | 6852e1417c97b3a60954ac569942a959fcd5368d (patch) | |
tree | 2abfc88ce2ca21c1b3a449a2856443b0437d5ed7 /devel | |
parent | 2348aedbeea2562ff902cf943fee8141fbd1bb35 (diff) | |
download | pkgsrc-6852e1417c97b3a60954ac569942a959fcd5368d.tar.gz |
Update to 0.22
Upstream changes:
0.22 2012.10.31 (Evan Giles <egiles@cpan.org>)
- Set verbose on for the Test::Compile library (rt80187)
0.21 2012.09.05 (Evan Giles <egiles@cpan.org>)
- Finally test that the verbose method actaully works.
- Update the POD - mostly to simplify it.
- Remove redundant code, yet more tests.
- Test::Compile::Internal is no longer 'beta'.
0.20 2012.08.08 (Evan Giles <egiles@cpan.org>)
- Tests should also work outside unix (rt78810)
0.19 2012.08.03 (Evan Giles <egiles@cpan.org>)
- Introduce Test::Compile::Internal.pm
- Utilise Test::Compile::Internal to get better test coverage
0.18 2012.07.16 (Evan Giles <egiles@cpan.org>)
- Fix a warning that leaks out (rt78363)
0.17 2012.02.25 (Evan Giles <egiles@cpan.org>)
- Another few tests for taint logic
0.16_1 2012.02.23 (Evan Giles <egiles@cpan.org>)
- Reapply patches from Nicholas Bamber (rt55837 & rt72557)
0.16 2012.02.21 (Evan Giles <egiles@cpan.org>)
- Skip tests if there are not files to test (rt69297)
- Handle taint mode correctly (rt55837)
- Add 'blib/lib' to the search path for scripts (rt72557)
0.15 Fri 2012.02.03 20:33:55 NZST (Evan Giles <egiles@cpan.org>)
- Fork, and run compile tests in the child process (rt73290 & rt73291)
0.14 Tue 2012.01.10 20:03:24 NZST (Evan Giles <egiles@cpan.org>)
- Convert to Module::Build
- Improved test for pl_file_ok()
- Better test coverage (which files do we process, failed to compile, etc)
- Remove duplicate code
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Compile/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Test-Compile/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/devel/p5-Test-Compile/Makefile b/devel/p5-Test-Compile/Makefile index ac5bdade702..375b1521fb4 100644 --- a/devel/p5-Test-Compile/Makefile +++ b/devel/p5-Test-Compile/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2012/10/31 11:19:04 asau Exp $ +# $NetBSD: Makefile,v 1.7 2012/11/13 13:25:23 wen Exp $ # -DISTNAME= Test-Compile-0.13 +DISTNAME= Test-Compile-0.22 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} @@ -18,7 +17,6 @@ PERL5_PACKLIST= auto/Test/Compile/.packlist BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple DEPENDS+= p5-Devel-CheckOS-[0-9]*:../../devel/p5-Devel-CheckOS DEPENDS+= p5-UNIVERSAL-require-[0-9]*:../../devel/p5-UNIVERSAL-require -DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Test-Compile/distinfo b/devel/p5-Test-Compile/distinfo index 282f9c045f5..c1c42379918 100644 --- a/devel/p5-Test-Compile/distinfo +++ b/devel/p5-Test-Compile/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/07/11 14:53:32 seb Exp $ +$NetBSD: distinfo,v 1.2 2012/11/13 13:25:23 wen Exp $ -SHA1 (Test-Compile-0.13.tar.gz) = 42b72d55277c95de5041b9495b0ae7d51b58c9da -RMD160 (Test-Compile-0.13.tar.gz) = 63b39252510a460460c9085e6ba3b1904e4ce6b0 -Size (Test-Compile-0.13.tar.gz) = 39138 bytes +SHA1 (Test-Compile-0.22.tar.gz) = c360ef745f5c52c835654f4d6f18eedaff803718 +RMD160 (Test-Compile-0.22.tar.gz) = 80007578a244c40ad0257533d2e482c0c1368875 +Size (Test-Compile-0.22.tar.gz) = 13400 bytes |