diff options
author | Dan Moschuk <dan@FreeBSD.org> | 1999-10-08 22:56:21 +0000 |
---|---|---|
committer | Dan Moschuk <dan@FreeBSD.org> | 1999-10-08 22:56:21 +0000 |
commit | 6ffd2acbbb7892c4185e827f1606cbc862655713 (patch) | |
tree | f924bacaa63d8ca2770110389933b5ed1a23b9fb /www/tidy-devel | |
parent | Oops, forgot to add new patch and remove zero'd files/Makefile (diff) |
Update tidy to 27sep99. Also s/Id/FreeBSD in the Makefile
Diffstat (limited to 'www/tidy-devel')
-rw-r--r-- | www/tidy-devel/Makefile | 4 | ||||
-rw-r--r-- | www/tidy-devel/distinfo | 2 | ||||
-rw-r--r-- | www/tidy-devel/pkg-descr | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/www/tidy-devel/Makefile b/www/tidy-devel/Makefile index deea7239344a..228057f8699d 100644 --- a/www/tidy-devel/Makefile +++ b/www/tidy-devel/Makefile @@ -6,8 +6,8 @@ # $FreeBSD$ # -DISTNAME= tidy7jul99 -PKGNAME= tidy-0.7.99.2 +DISTNAME= tidy27sep99 +PKGNAME= tidy-0.9.99.1 CATEGORIES= www MASTER_SITES= http://www.w3.org/People/Raggett/ EXTRACT_SUFX= .tgz diff --git a/www/tidy-devel/distinfo b/www/tidy-devel/distinfo index ec20059331b4..5b9895beb4d9 100644 --- a/www/tidy-devel/distinfo +++ b/www/tidy-devel/distinfo @@ -1 +1 @@ -MD5 (tidy7jul99.tgz) = 7b6a0a61ee960609ab902ef4c36f50f2 +MD5 (tidy27sep99.tgz) = 95a6cc6f364f11cadd66f464db0f2b0f diff --git a/www/tidy-devel/pkg-descr b/www/tidy-devel/pkg-descr index 0de415244ec1..ab48448b25d5 100644 --- a/www/tidy-devel/pkg-descr +++ b/www/tidy-devel/pkg-descr @@ -13,3 +13,5 @@ listed with the line number and column so that you can see where the problem lies in your markup. Tidy won't generate a cleaned up version when there are problems that it can't be sure of how to handle. These are logged as "errors" rather than "warnings". + +WWW: http://www.w3c.org/People/Raggett/tidy/ |