summaryrefslogtreecommitdiff
path: root/www/tidy
diff options
context:
space:
mode:
authorreed <reed>2004-08-30 18:48:57 +0000
committerreed <reed>2004-08-30 18:48:57 +0000
commit0f60cf4a8e48f30a37ec6ef32f46121ab80413b6 (patch)
treeb87e241824a5843c95f302cd99818777bf912322 /www/tidy
parentdcf97a06f9bb9941e2d6ec3c9e9146b6dad5d3c8 (diff)
downloadpkgsrc-0f60cf4a8e48f30a37ec6ef32f46121ab80413b6.tar.gz
Update tidy to tidy-20040811.
I could not find any recent release notes or change log other than "People continue to report examples where Tidy does not catch some ill-formed HTML or, worse, generates ill-formed HTML. These cases have been significantly reduced." (I didn't compare code with old release either.) Patch-ab updated (same line patched).
Diffstat (limited to 'www/tidy')
-rw-r--r--www/tidy/Makefile6
-rw-r--r--www/tidy/distinfo8
-rw-r--r--www/tidy/patches/patch-ab12
3 files changed, 13 insertions, 13 deletions
diff --git a/www/tidy/Makefile b/www/tidy/Makefile
index c316374e80a..e58f8a9fde5 100644
--- a/www/tidy/Makefile
+++ b/www/tidy/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2004/02/17 01:13:57 minskim Exp $
+# $NetBSD: Makefile,v 1.16 2004/08/30 18:48:57 reed Exp $
#
-DISTNAME= tidy_src_031002
-PKGNAME= tidy-20031002
+DISTNAME= tidy_src_040811
+PKGNAME= tidy-20040811
CATEGORIES= www
MASTER_SITES= http://tidy.sourceforge.net/src/ \
http://tidy.sourceforge.net/docs/ \
diff --git a/www/tidy/distinfo b/www/tidy/distinfo
index fa322a0e795..a7de553d702 100644
--- a/www/tidy/distinfo
+++ b/www/tidy/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2003/10/28 12:33:48 cube Exp $
+$NetBSD: distinfo,v 1.7 2004/08/30 18:48:57 reed Exp $
-SHA1 (tidy_src_031002.tgz) = bdd89ee2c09a8ba831dfce50c7ae18acb0b472fa
-Size (tidy_src_031002.tgz) = 236594 bytes
+SHA1 (tidy_src_040811.tgz) = c3f72c7200ea2ef05d46c882e25ad015e12bfa26
+Size (tidy_src_040811.tgz) = 244076 bytes
SHA1 (tidy_docs_030610.tgz) = 3c3afddf861cebe91521be7ca0ae2476a547a3a9
Size (tidy_docs_030610.tgz) = 152720 bytes
-SHA1 (patch-ab) = 10481ddf38e2d4bc5e12d4bfc7b214ecb5ec2120
+SHA1 (patch-ab) = 6d44dbc78bed849997108fe6bb5ff41088f653a3
SHA1 (patch-ac) = 93e397595652a697bb705444f2923453818d1dde
diff --git a/www/tidy/patches/patch-ab b/www/tidy/patches/patch-ab
index a48592d7a39..97748af3547 100644
--- a/www/tidy/patches/patch-ab
+++ b/www/tidy/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.4 2003/10/28 12:33:48 cube Exp $
+$NetBSD: patch-ab,v 1.5 2004/08/30 18:48:57 reed Exp $
---- include/platform.h.orig 2003-06-10 08:57:04.000000000 +0200
-+++ include/platform.h
-@@ -48,7 +48,7 @@ extern "C" {
+--- include/platform.h.orig Fri Mar 19 00:00:57 2004
++++ include/platform.h Sat Aug 28 15:41:12 2004
+@@ -48,7 +48,7 @@
Contributed by Todd Lewis.
*/
@@ -11,8 +11,8 @@ $NetBSD: patch-ab,v 1.4 2003/10/28 12:33:48 cube Exp $
/* Enable/disable support for Big5 and Shift_JIS character encodings */
-@@ -496,7 +496,7 @@ extern "C" {
- #if !defined(HPUX_OS) && !defined(CYGWIN_OS) && !defined(MAC_OS_X) && !defined(BE_OS) && !defined(SOLARIS_OS) && !defined(BSD_BASED_OS) && !defined(OSF_OS) && !defined(IRIX_OS) && !defined(AIX_OS)
+@@ -497,7 +497,7 @@
+ #if !defined(HPUX_OS) && !defined(CYGWIN_OS) && !defined(MAC_OS_X) && !defined(BE_OS) && !defined(SOLARIS_OS) && !defined(BSD_BASED_OS) && !defined(OSF_OS) && !defined(IRIX_OS) && !defined(AIX_OS) && !defined(LINUX_OS)
typedef unsigned int uint;
#endif
-#if defined(HPUX_OS) || defined(CYGWIN_OS) || defined(MAC_OS) || defined(BSD_BASED_OS) || defined(_WIN32)