diff options
author | wen <wen@pkgsrc.org> | 2014-04-26 14:27:07 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-04-26 14:27:07 +0000 |
commit | e017efa88257b795cfa71315e8c6262de892fa06 (patch) | |
tree | 07593e37b6704c95cd6c6857948aca78525fd741 /devel | |
parent | 317ecd9e81c03356d645aa75e31fa8b97f3fde4a (diff) | |
download | pkgsrc-e017efa88257b795cfa71315e8c6262de892fa06.tar.gz |
Update to 1.12
Update DEPENDS
Upstream changes:
Release 1.12 - 17 April 2014
- Fix test failure on OSX, FreeBSD and HPUX (thanks H.Merijn Brand).
Release 1.11 - 13 April 2014
- Tests should pass when all run in parallel (Kent Fredric) (github 69).
- Fix problems with using Sereal as DB format.
Release 1.10 - 6 April 2014
- Test against 5.19.10.
- Add Sereal backend and use it if available.
- Support spaces in DB path (Keith Wissing) (github 81).
- Test against 5.8 on Travis (Slaven Rezi膰) (github 76).
- HTML cleanups (H.Merijn Brand).
- Fix deep recursion with use overload (Matthew Horsfall) (github 78, 79).
- Improve testing process.
Release 1.09 - 15 March 2014
- Add Contributors file.
- Test against 5.19.4 - 5.19.9.
- Officially support 5.18.2.
- Fix shortcircuiting conditional operators for blead changes
(Matthew Horsfall) (rt 90591) (github 75, 80).
- Fix tab expansion in HTML report (H.Merijn Brand) (github 83).
Release 1.08 - 24 August 2013
- Don't test against 5.17.x development releases.
- Don't test against 5.19.2 and 5.19.3 which have a bug which causes tests to
fail.
- Perl 5.18 is more picky about POD encodings (Gregor Herrmann) (rt 88027).
- Numerous typo fixes (David Steinbrunner) (github 67).
Release 1.07 - 22 August 2013
- Improve -coverage options, fix -ignore_re for .gcov files (Steve Sanbeg)
(github 53).
- Work around B::CV::GV regression in 5.18.1.
- Officially support 5.18.1.
- Test against 5.19.1, 5.19.2 and 5.19.3.
Release 1.06 - 17 July 2013
- More DEVEL_COVER_NO_TESTS changes for p5cover.
Release 1.05 - 17 July 2013
- Quieten some deparse warnings.
- Fix errors in write_csv (Jim Keenan) (github 64).
- Fix error in -inc/+inc docs and pod formatting (Olaf Alders) (github 65).
- Add DEVEL_COVER_NO_TESTS option to not run any tests during p5cover.
Release 1.04 - 1 June 2013
- Fix return code from cover (Kan Fushihara) (guthub 61).
- Fix pod coverage for multiple packages in a file. (rt 34888).
- Speed improvements.
Release 1.03 - 20 May 2013
- Fixes for correct operation with 5.17.11, 5.18.0 and 5.19.0.
Release 1.02 - 28 April 2013
- Make -silent even quieter (Sergiy Borodych) (guthub 49).
- mod_perl2 on Debian sets $^X to apache2 (Lasse Makholm) (github 47).
- Add csv file for use with metacpan (Dinis Rebolo) (github 56).
- cover -test exists with the staus of the underlying test run (Kan Fushihara)
(github 57, 58).
- Quieten a warning (Jim Keenan) (github 59).
Release 1.01 - 30 March 2013
- Test against 5.14.4, 5.16.3, 5.17.8, 5.17.9 and 5.17.10.
- Ignore PERL5OPT during tests. And other make targets. (rt 43833).
- &&=, ||= and //= operators now require RHS to be true and false.
- Fix some "uninitialized value" warnings.
Release 1.00 - 10 February 2013
- Fix segv in constant folding of xor ops (github 40).
- Fix various problems running Devel::Cover under tainting (github 41).
- Add JavaScript to filter results in html_basic (David Cantrell) (github 42).
Use -norestrict option to keep previous behaviour.
- Document ability to mark code as uncoverable (github 45).
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Devel-Cover/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Devel-Cover/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/p5-Devel-Cover/Makefile b/devel/p5-Devel-Cover/Makefile index 4334641927f..40451c96dce 100644 --- a/devel/p5-Devel-Cover/Makefile +++ b/devel/p5-Devel-Cover/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2013/05/31 12:40:14 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2014/04/26 14:27:07 wen Exp $ -DISTNAME= Devel-Cover-0.99 +DISTNAME= Devel-Cover-1.12 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PJ/PJCJ/} @@ -15,7 +14,8 @@ DEPENDS+= p5-PPI-HTML>=1.07:../../textproc/p5-PPI-HTML DEPENDS+= p5-Perl-Tidy>=20060719:../../devel/p5-Perl-Tidy DEPENDS+= p5-Pod-Coverage>=0.06:../../textproc/p5-Pod-Coverage DEPENDS+= p5-Template-Toolkit>=2.0:../../www/p5-Template-Toolkit -DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences +BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences +BUILD_DEPENDS+= p5-Test-Warn>=0:../../devel/p5-Test-Warn USE_LANGUAGES= c PERL5_PACKLIST= auto/Devel/Cover/.packlist diff --git a/devel/p5-Devel-Cover/distinfo b/devel/p5-Devel-Cover/distinfo index 6a41401216a..b3a71b85293 100644 --- a/devel/p5-Devel-Cover/distinfo +++ b/devel/p5-Devel-Cover/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2013/01/26 19:49:38 rhaen Exp $ +$NetBSD: distinfo,v 1.10 2014/04/26 14:27:07 wen Exp $ -SHA1 (Devel-Cover-0.99.tar.gz) = 01a7500f2383d545e93426ad71b8eadd1b706a36 -RMD160 (Devel-Cover-0.99.tar.gz) = ddf4083d4af84caeae17bed01ee32f2c02d2dcbe -Size (Devel-Cover-0.99.tar.gz) = 188982 bytes +SHA1 (Devel-Cover-1.12.tar.gz) = 6de65b5162363bdf887c254d95bfc01870d4c437 +RMD160 (Devel-Cover-1.12.tar.gz) = cbbe851981b08d0fd6efbaf3ab30499c4d3e056d +Size (Devel-Cover-1.12.tar.gz) = 209324 bytes |