diff options
author | mef <mef@pkgsrc.org> | 2016-05-18 11:46:55 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-05-18 11:46:55 +0000 |
commit | f75c61cf8ecb8ec517dcaf07aace47457bee6b01 (patch) | |
tree | 737a0a8ddffc11cc849ac7f17ca7eb6ecc9f4083 /devel | |
parent | c0296d530fd13f10a1bfe08bdfe954d358264d3c (diff) | |
download | pkgsrc-f75c61cf8ecb8ec517dcaf07aace47457bee6b01.tar.gz |
Updated devel/p5-Test-Differences to 0.23
-----------------------------------------
0.23 2016-03-16T17:09:37Z
- Fix encoding errors when reading in a file on Windows with `utf8`
enabled. See https://rt.perl.org/Ticket/Display.html?id=127668 for the
bug we've worked around.
0.22 2016-03-02T23:54:26Z
- Adjusted tests to account for change in output of Text::Diff 1.44.
They still pass with earlier versions of Text::Diff.
- Removed Pod tests from the distribution.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-File-Contents/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Test-File-Contents/distinfo | 10 |
2 files changed, 10 insertions, 8 deletions
diff --git a/devel/p5-Test-File-Contents/Makefile b/devel/p5-Test-File-Contents/Makefile index fdf40cc4240..8c0cc301214 100644 --- a/devel/p5-Test-File-Contents/Makefile +++ b/devel/p5-Test-File-Contents/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2016/05/03 10:54:54 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2016/05/18 11:46:55 mef Exp $ -DISTNAME= Test-File-Contents-0.21 +DISTNAME= Test-File-Contents-0.23 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} @@ -11,6 +10,9 @@ HOMEPAGE= http://search.cpan.org/dist/Test-File-Contents/ COMMENT= Perl5 module for test routines examining the contents of files LICENSE= ${PERL5_LICENSE} +# for make test +BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff + PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/Test/File/Contents/.packlist diff --git a/devel/p5-Test-File-Contents/distinfo b/devel/p5-Test-File-Contents/distinfo index 3da18a971ba..fa3253aa3b8 100644 --- a/devel/p5-Test-File-Contents/distinfo +++ b/devel/p5-Test-File-Contents/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:28:50 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/05/18 11:46:55 mef Exp $ -SHA1 (Test-File-Contents-0.21.tar.gz) = 9dff4e96632e555c113cf5adcb802597995e26a6 -RMD160 (Test-File-Contents-0.21.tar.gz) = 88eae4818638024b5b34ccdf8d5b83145ddbccf3 -SHA512 (Test-File-Contents-0.21.tar.gz) = 6d092c8c47c3dfcd61e9b612b77c6adde607b763e2492ccf4b0c8434b4e6d0a74d853dc3b71316ac9fae2147d3ddb736488e4cfbf85ab7545114c43b9fe96d14 -Size (Test-File-Contents-0.21.tar.gz) = 10071 bytes +SHA1 (Test-File-Contents-0.23.tar.gz) = 1c51e1fdfb669bf8f88e58ecc6ed12d005435236 +RMD160 (Test-File-Contents-0.23.tar.gz) = 1b359649a3aed783ccd88627559d2ea0834905b2 +SHA512 (Test-File-Contents-0.23.tar.gz) = 8fe830e755660b32f79a82b84b55702a6dd2bd62136c456325340646fe11e82b5603fb3063fcbad393edaf68cabf84da79103be5ef4a5cb6de84ad8463de46db +Size (Test-File-Contents-0.23.tar.gz) = 10095 bytes |