[PATCH] docproj port needs to use tidy-devel

Murray Stokely murray at stokely.org
Thu Jan 17 05:24:46 UTC 2008


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 \



More information about the freebsd-doc mailing list