diff options
author | reed <reed> | 2004-08-30 18:48:57 +0000 |
---|---|---|
committer | reed <reed> | 2004-08-30 18:48:57 +0000 |
commit | 595a14a5641d4d7c46d54a2bd1fbf697b064e6d0 (patch) | |
tree | b87e241824a5843c95f302cd99818777bf912322 /www/tidy/Makefile | |
parent | 2f331852d1d2b74e04285524258177d9d6481354 (diff) | |
download | pkgsrc-595a14a5641d4d7c46d54a2bd1fbf697b064e6d0.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/Makefile')
-rw-r--r-- | www/tidy/Makefile | 6 |
1 files changed, 3 insertions, 3 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/ \ |