Sun Jan 27 10:25:29 2013 UTC ()
Updated to 0.11

Changes:
0.11
    +   fixed RT #81922: tests no longer hang on Win32.  Didn't get to the bottom
        of the issue (likely IPC::Open3 & redirecting STDOUT not playing nicely),
        but worked around it.
    +   fixed a bug on Win32 where default js_uris & css_uris were being mangled:
        "C:%5C..." vs "C:\".  May have affected other Win32 URIs too.

0.10
    +   fixed RT #82738: color method was not implemented.
    +   fixed RT #74364: TT2 INCLUDE_PATH no longer set to all dirs in @INC,
        now it is set to parent directory TAP::Formatter::HTML was loaded from.


(rhaen)
diff -r1.7 -r1.8 pkgsrc/devel/p5-TAP-Formatter-HTML/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/p5-TAP-Formatter-HTML/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/devel/p5-TAP-Formatter-HTML/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-TAP-Formatter-HTML/Makefile 2012/10/31 11:18:59 1.7
+++ pkgsrc/devel/p5-TAP-Formatter-HTML/Makefile 2013/01/27 10:25:29 1.8
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.7 2012/10/31 11:18:59 asau Exp $ 1# $NetBSD: Makefile,v 1.8 2013/01/27 10:25:29 rhaen Exp $
2# 2#
3 3
4DISTNAME= TAP-Formatter-HTML-0.09 4DISTNAME= TAP-Formatter-HTML-0.11
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 2 
7CATEGORIES= devel perl5 6CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SP/SPURKIS/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SP/SPURKIS/}
9 8
10MAINTAINER= rhaen@NetBSD.org 9MAINTAINER= rhaen@NetBSD.org
11HOMEPAGE= http://search.cpan.org/CPAN/authors/id/S/SP/SPURKIS/ 10HOMEPAGE= http://search.cpan.org/CPAN/authors/id/S/SP/SPURKIS/
12COMMENT= TAP Test Harness output delegate for html output 11COMMENT= TAP Test Harness output delegate for html output
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15DEPENDS+= p5-Test-Harness>=3.10:../../devel/p5-Test-Harness 14DEPENDS+= p5-Test-Harness>=3.10:../../devel/p5-Test-Harness
16DEPENDS+= p5-Template-Toolkit>=2.14:../../www/p5-Template-Toolkit 15DEPENDS+= p5-Template-Toolkit>=2.14:../../www/p5-Template-Toolkit
17DEPENDS+= p5-URI>=1.35:../../www/p5-URI 16DEPENDS+= p5-URI>=1.35:../../www/p5-URI
18DEPENDS+= p5-accessors>=0.2:../../devel/p5-accessors 17DEPENDS+= p5-accessors>=0.2:../../devel/p5-accessors
19 18

cvs diff -r1.3 -r1.4 pkgsrc/devel/p5-TAP-Formatter-HTML/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-TAP-Formatter-HTML/distinfo 2010/12/17 22:23:05 1.3
+++ pkgsrc/devel/p5-TAP-Formatter-HTML/distinfo 2013/01/27 10:25:29 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2010/12/17 22:23:05 rhaen Exp $ 1$NetBSD: distinfo,v 1.4 2013/01/27 10:25:29 rhaen Exp $
2 2
3SHA1 (TAP-Formatter-HTML-0.09.tar.gz) = 8ac485671597c6508e32037fd3cf98bdc312b925 3SHA1 (TAP-Formatter-HTML-0.11.tar.gz) = 80ceeb3d4e23616456743be4bbdfc8acc6d43df2
4RMD160 (TAP-Formatter-HTML-0.09.tar.gz) = cb858ed96fd65f329b88ea471e63f6754c2efbab 4RMD160 (TAP-Formatter-HTML-0.11.tar.gz) = ba0b46d3bd78816ba730f56d9f0055a891cc2ab7
5Size (TAP-Formatter-HTML-0.09.tar.gz) = 101249 bytes 5Size (TAP-Formatter-HTML-0.11.tar.gz) = 103183 bytes