diff options
author | Brian Feldman <green@FreeBSD.org> | 2000-03-27 21:38:52 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2000-03-27 21:38:52 +0000 |
commit | e5275183e4cc8409d26ba9dfa6af568e2fb4323e (patch) | |
tree | 6dea92d2d7ab734158e7cfd5127fd99d3375f08e /www/tidy/Makefile | |
parent | Update MASTER_SITES and WWW to new domain (diff) |
Update to the January 13, 2000 release of Tidy. The version format of
the port is now %Y%d%m, so this release is tidy-20000113. The previous
format did not increase monotonically.
A significant change is the manual page correctly becoming a manpage,
where in the last release it was a diff (!). Further release notes
can be found within, or at
http://www.w3.org/People/Raggett/tidy/release-notes.html
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 311aa3ba503b..61c78d0b2b39 100644 --- a/www/tidy/Makefile +++ b/www/tidy/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: tidy -# Version required: 0.10.99.1 +# Version required: tidy13jan00 # Date created: 27 Oct 1998 # Whom: Abel Chow <achow@transoft.net> # # $FreeBSD$ # -DISTNAME= tidy30nov99 -PKGNAME= tidy-0.11.99.2 +DISTNAME= tidy13jan00 +PKGNAME= tidy-20000113 CATEGORIES= www MASTER_SITES= http://www.w3.org/People/Raggett/ EXTRACT_SUFX= .tgz |