diff options
author | kim <kim> | 2000-12-18 20:20:10 +0000 |
---|---|---|
committer | kim <kim> | 2000-12-18 20:20:10 +0000 |
commit | 38402a67a30bce1a69b7b76025b7433962952328 (patch) | |
tree | b8e936b9c0c152218ba1c07786b665ad7dddc80b /www/tidy/Makefile | |
parent | fa3a06fd815d3181346d7a4165bc081132d1fe59 (diff) | |
download | pkgsrc-38402a67a30bce1a69b7b76025b7433962952328.tar.gz |
Highlights from the upgrade to tidy-20000804:
- fixed script element handling in framesets
- detect repeated attributes e.g. in tables
- supports Gnu Emacs error parsing
- Word 2000 cleanup
- HTML syntax fixes
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 ae9e78e4f20..9e83019d7d2 100644 --- a/www/tidy/Makefile +++ b/www/tidy/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2000/03/28 17:22:19 tron Exp $ +# $NetBSD: Makefile,v 1.3 2000/12/18 20:20:10 kim Exp $ # FreeBSD Id: ports/www/tidy/Makefile,v 1.15 2000/02/16 00:08:36 mharo Exp -DISTNAME= tidy13jan00 -PKGNAME= tidy-20000113 +DISTNAME= tidy4aug00 +PKGNAME= tidy-20000804 CATEGORIES= www MASTER_SITES= http://www.w3.org/People/Raggett/ EXTRACT_SUFX= .tgz |