From owner-freebsd-ports Sun Mar 5 1: 9:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from luna.cdrom.com (adsl-63-192-209-55.dsl.snfc21.pacbell.net [63.192.209.55]) by hub.freebsd.org (Postfix) with ESMTP id DCB9937B99E for ; Sun, 5 Mar 2000 01:09:11 -0800 (PST) (envelope-from jim@luna.cdrom.com) Received: by luna.cdrom.com (Postfix, from userid 1000) id 4905B181; Sun, 5 Mar 2000 01:08:44 -0800 (PST) Date: Sun, 5 Mar 2000 01:08:43 -0800 From: Jim Mock To: ports@FreeBSD.org Cc: saken@hotel.rmta.org Subject: review of update for tidy port Message-ID: <20000305010843.A64205@luna.cdrom.com> Reply-To: jim@FreeBSD.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline User-Agent: Mutt/1.1.8i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Here's a patch to upgrade tidy to the Jan. 13th version. Please review it. I'll commit it in a few days unless I get some negative feedback. The patch is attached. - jim -- - jim mock - walnut creek cdrom/freebsd test labs - jim@luna.cdrom.com - - phone: 1.925.691.2800 x.3814 - fax: 1.925.674.0821 - jim@FreeBSD.org - - editor - The FreeBSDzine - www.freebsdzine.org - jim@freebsdzine.org - --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="tidy.diff" Index: tidy/Makefile =================================================================== RCS file: /home/ncvs/ports/www/tidy/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 2000/02/16 00:08:36 1.15 +++ Makefile 2000/03/05 08:59:35 @@ -1,13 +1,13 @@ # New ports collection makefile for: tidy -# Version required: 0.10.99.1 +# Version required: 0.01.00.1 # Date created: 27 Oct 1998 # Whom: Abel Chow # # $FreeBSD: ports/www/tidy/Makefile,v 1.15 2000/02/16 00:08:36 mharo Exp $ # -DISTNAME= tidy30nov99 -PKGNAME= tidy-0.11.99.2 +DISTNAME= tidy13jan00 +PKGNAME= tidy-0.01.00.1 CATEGORIES= www MASTER_SITES= http://www.w3.org/People/Raggett/ EXTRACT_SUFX= .tgz Index: tidy/files/md5 =================================================================== RCS file: /home/ncvs/ports/www/tidy/files/md5,v retrieving revision 1.10 diff -u -r1.10 md5 --- md5 1999/12/23 16:36:29 1.10 +++ md5 2000/03/05 08:59:35 @@ -1 +1 @@ -MD5 (tidy30nov99.tgz) = d527142aa7cb10eee1acc1c896c4e5ed +MD5 (tidy13jan00.tgz) = 4ee20c19df8e27b0bb57d0525404075c Index: tidy/patches/patch-ab =================================================================== RCS file: /home/ncvs/ports/www/tidy/patches/patch-ab,v retrieving revision 1.3 diff -u -r1.3 patch-ab --- patch-ab 1999/11/21 01:17:43 1.3 +++ patch-ab 2000/03/05 08:59:35 @@ -1,6 +1,6 @@ ---- platform.h.orig Sat Nov 13 23:41:32 1999 -+++ platform.h Sat Nov 13 23:42:40 1999 -@@ -17,17 +17,17 @@ +--- platform.h.orig Sun Mar 5 00:52:19 2000 ++++ platform.h Sun Mar 5 00:53:08 2000 +@@ -17,10 +17,11 @@ It enables tidy to find config files named ~/.tidyrc and ~your/.tidyrc etc if the HTML_TIDY environment variable is not set. Contributed by Todd Lewis. @@ -13,10 +13,3 @@ #include #include #include /* for longjmp on error exit */ - #include - #include /* may need for Unix V */ - #include --#include - #include - - #ifdef SUPPORT_GETPWNAM --82I3+IH0IqGh5yIs-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message