summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorhe <he>2008-08-07 08:53:16 +0000
committerhe <he>2008-08-07 08:53:16 +0000
commit943299d89ff23cabd72184a396a08a68886b117b (patch)
tree4d9d0c64654845de484f019f4054faf5c82b468d /www
parent83772a3ea6d020aa73afb52222500d1033d29182 (diff)
downloadpkgsrc-943299d89ff23cabd72184a396a08a68886b117b.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/Makefile4
-rw-r--r--www/p5-HTML-Stream/distinfo9
-rw-r--r--www/p5-HTML-Stream/patches/patch-aa21
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
-+}