Ticket #706: patch_portfile_tidy

File patch_portfile_tidy, 1.2 KB (added by ole_guldberg@…, 21 years ago)

patch to update the www/tidy port

Line 
1--- Portfile.org        Sun Jul 20 16:08:39 2003
2+++ Portfile    Sun Jul 20 16:10:10 2003
3@@ -2,30 +2,21 @@
4 
5 PortSystem 1.0
6 name           tidy
7-version                20000804
8+version                20030715
9 categories     www
10 maintainers    mij@opendarwin.org
11 description    Fixes and tidies up HTML files
12-homepage       http://www.w3.org/People/Raggett/
13+homepage       tidy.sourceforge.net
14 platforms      darwin
15 
16 long_description Tidy is a utility to clean up and fix broken HTML files.
17 
18-master_sites   http://www.w3.org/People/Raggett/
19-distname       tidy4aug00
20+master_sites   http://tidy.sourceforge.net/src/old/
21+distname       tidy_src_030715
22 extract.sufx   .tgz
23-checksums      md5 5faa2b127ae7f1c7ab07ed677db189e7
24+checksums      md5 e8e88a13af1deafbc735773b0fabbe68
25 
26-worksrcdir     ${distname}
27+worksrcdir     ${portname}
28 
29-patchfiles     patch-Makefile patch-html.h patch-localize.c \
30-               patch-platform.h patch-config.c  patch-lexer.c \
31-               patch-man_page.txt  patch-tidy.c
32-
33-configure      {}
34-
35-pre-install    { system "install -o root -m 755 -d ${destroot}${prefix}/bin"
36-                 system "install -o root -m 755 -d \
37-                   ${destroot}${prefix}/man/man1" }
38-
39-install.args   prefix=${destroot}${prefix}
40+pre-configure  {system "cd ${workdir}/${worksrcdir} && /bin/sh build/gnuauto/setup.sh"}
41+configure.args --prefix=${prefix}