pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/tidy Update tidy to tidy-20040811.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cfabf9eadb3f
branches:  trunk
changeset: 480111:cfabf9eadb3f
user:      reed <reed%pkgsrc.org@localhost>
date:      Mon Aug 30 18:48:57 2004 +0000

description:
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:

 www/tidy/Makefile         |   6 +++---
 www/tidy/distinfo         |   8 ++++----
 www/tidy/patches/patch-ab |  12 ++++++------
 3 files changed, 13 insertions(+), 13 deletions(-)

diffs (58 lines):

diff -r 71bf2a122238 -r cfabf9eadb3f www/tidy/Makefile
--- a/www/tidy/Makefile Mon Aug 30 18:41:41 2004 +0000
+++ b/www/tidy/Makefile Mon Aug 30 18:48:57 2004 +0000
@@ -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 -r 71bf2a122238 -r cfabf9eadb3f www/tidy/distinfo
--- a/www/tidy/distinfo Mon Aug 30 18:41:41 2004 +0000
+++ b/www/tidy/distinfo Mon Aug 30 18:48:57 2004 +0000
@@ -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 -r 71bf2a122238 -r cfabf9eadb3f www/tidy/patches/patch-ab
--- a/www/tidy/patches/patch-ab Mon Aug 30 18:41:41 2004 +0000
+++ b/www/tidy/patches/patch-ab Mon Aug 30 18:48:57 2004 +0000
@@ -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 @@
  
  
  /* 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)



Home | Main Index | Thread Index | Old Index