diff options
author | he <he> | 2008-08-07 08:53:16 +0000 |
---|---|---|
committer | he <he> | 2008-08-07 08:53:16 +0000 |
commit | 3f9798ce60ee3f3f093841f55bd56385ee544e2d (patch) | |
tree | 4d9d0c64654845de484f019f4054faf5c82b468d /www | |
parent | 47d0a7d4548293471a9f252433f394c61aceea14 (diff) | |
download | pkgsrc-3f9798ce60ee3f3f093841f55bd56385ee544e2d.tar.gz |
Update from version 1.59 to 1.60.
Pkgsrc changes:
o Remove now-unneeded patch (adopted upstream)
Upstream changes:
Version 1.60 (2008/08/06)
Fixed up the tests some more, updated changelog. (Which I'd
forgotten about...)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Stream/Makefile | 4 | ||||
-rw-r--r-- | www/p5-HTML-Stream/distinfo | 9 | ||||
-rw-r--r-- | www/p5-HTML-Stream/patches/patch-aa | 21 |
3 files changed, 6 insertions, 28 deletions
diff --git a/www/p5-HTML-Stream/Makefile b/www/p5-HTML-Stream/Makefile index 5017c8bcb74..161632e5c57 100644 --- a/www/p5-HTML-Stream/Makefile +++ b/www/p5-HTML-Stream/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2008/08/05 11:22:13 he Exp $ +# $NetBSD: Makefile,v 1.5 2008/08/07 08:53:16 he Exp $ -DISTNAME= HTML-Stream-1.59 +DISTNAME= HTML-Stream-1.60 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} diff --git a/www/p5-HTML-Stream/distinfo b/www/p5-HTML-Stream/distinfo index b5d0ea14fde..0da400fb6d0 100644 --- a/www/p5-HTML-Stream/distinfo +++ b/www/p5-HTML-Stream/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.3 2008/08/06 09:40:51 he Exp $ +$NetBSD: distinfo,v 1.4 2008/08/07 08:53:16 he Exp $ -SHA1 (HTML-Stream-1.59.tar.gz) = f0e2214ca6543446b2aa1311872806a616029abf -RMD160 (HTML-Stream-1.59.tar.gz) = adaa54013c4bcbe64097430960877e12b2a8d881 -Size (HTML-Stream-1.59.tar.gz) = 61947 bytes -SHA1 (patch-aa) = c21c524fa6ded8f7e59e1d3b8841a0dbe0b2a452 +SHA1 (HTML-Stream-1.60.tar.gz) = d25df835baad0e2fdb36984ec693df33aa64a91a +RMD160 (HTML-Stream-1.60.tar.gz) = 3e8562ca9b7ea9d21aab937f0f9510d7ea8ee838 +Size (HTML-Stream-1.60.tar.gz) = 63719 bytes diff --git a/www/p5-HTML-Stream/patches/patch-aa b/www/p5-HTML-Stream/patches/patch-aa deleted file mode 100644 index 8d0472c8d08..00000000000 --- a/www/p5-HTML-Stream/patches/patch-aa +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2008/08/06 09:40:51 he Exp $ - ---- t/02-OO_Tests.t.orig 2008-06-01 19:19:04.000000000 +0200 -+++ t/02-OO_Tests.t -@@ -43,7 +43,8 @@ is_deeply (\@tags, \@historic_tags, "Tag - # Skip tests if we can't run them. - SKIP : { - skip 'Test::Output is needed for OO tests to run.', 16 -- unless eval { require 'Test::Output' }; -+ unless eval { require Test::Output }; -+ Test::Output->import(); - - # Check that some of these tags actually work as expected... - stdout_is( sub { $HTML->ABBR }, "<ABBR>" ); -@@ -70,4 +71,4 @@ SKIP : { - stdout_is( sub { $HTML->nl(0) }, "" ); - stdout_is( sub { $HTML->nl(-1) }, "" ); - stdout_is( sub { $HTML->nl("a") }, "" ); --} -\ No newline at end of file -+} |