From owner-freebsd-doc@FreeBSD.ORG Thu Jan 17 05:24:46 2008 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEFF316A418 for ; Thu, 17 Jan 2008 05:24:46 +0000 (UTC) (envelope-from murray@stokely.org) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id 4C79713C468 for ; Thu, 17 Jan 2008 05:24:46 +0000 (UTC) (envelope-from murray@stokely.org) Received: by ug-out-1314.google.com with SMTP id y2so388247uge.37 for ; Wed, 16 Jan 2008 21:24:45 -0800 (PST) Received: by 10.67.20.3 with SMTP id x3mr2980837ugi.3.1200547484872; Wed, 16 Jan 2008 21:24:44 -0800 (PST) Received: by 10.67.20.17 with HTTP; Wed, 16 Jan 2008 21:24:44 -0800 (PST) Message-ID: <2a7894eb0801162124x76d7132y8de9f4a1d314d8aa@mail.gmail.com> Date: Wed, 16 Jan 2008 21:24:44 -0800 From: "Murray Stokely" To: doceng@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-doc@freebsd.org Subject: [PATCH] docproj port needs to use tidy-devel X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2008 05:24:46 -0000 Is there any reason not to update the docproj port to use tidy-devel rather than tidy? The released version of tidy is nearly 8 years old and produces xhtml that doesn't validate. The newer -devel releases produce more correct xhtml. - Murray Index: Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/docproj/Makefile,v retrieving revision 1.59 diff -d -u -r1.59 Makefile --- Makefile 23 Sep 2007 15:58:25 -0000 1.59 +++ Makefile 17 Jan 2008 05:22:31 -0000 @@ -26,7 +26,7 @@ pngtopnm:${PORTSDIR}/graphics/netpbm \ scr2png:${PORTSDIR}/graphics/scr2png \ scr2txt:${PORTSDIR}/textproc/scr2txt \ - tidy:${PORTSDIR}/www/tidy \ + tidy:${PORTSDIR}/www/tidy-devel \ xsltproc:${PORTSDIR}/textproc/libxslt \ ${LOCALBASE}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textpr oc/dsssl-docbook-modular \ ${LOCALBASE}/share/sgml/html/catalog:${PORTSDIR}/textproc/html \