diff --git a/dports/www/tidy/Portfile b/dports/www/tidy/Portfile
index 32c252c..e72c83c 100644
a
|
b
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name tidy |
6 | | version 20051026 |
| 6 | version 20090325 |
7 | 7 | categories www |
8 | 8 | maintainers ryandesign |
9 | 9 | homepage http://tidy.sourceforge.net/ |
10 | 10 | platforms darwin |
11 | | distname tidy_src_051026 |
12 | | extract.suffix .tgz |
13 | | worksrcdir ${name} |
| 11 | use_bzip2 yes |
14 | 12 | use_parallel_build yes |
15 | 13 | |
16 | 14 | description \ |
… |
… |
long_description \ |
20 | 18 | Tidy is a utility to clean up and fix broken HTML files. |
21 | 19 | |
22 | 20 | master_sites \ |
23 | | ${homepage}src/ \ |
24 | | ${homepage}src/old/ |
| 21 | gentoo |
25 | 22 | |
26 | 23 | checksums \ |
27 | | md5 1e39fafd6808978871346658c8da1454 \ |
28 | | sha1 53be36945344af0c4080c34ebc95728bf8617f1c \ |
29 | | rmd160 0cae41f8c0cec51d4600d1bf2aac338cf60aa6b9 |
| 24 | md5 39a05125a2a2dbacaccac84af64e1dbc \ |
| 25 | sha1 28c000a2cd40262fc0d7c2c429eb2a09b2df7bf4 \ |
| 26 | rmd160 796a025bc1b67ea64394c64a1455a582e9285982 |
30 | 27 | |
31 | | depends_lib \ |
| 28 | depends_build \ |
32 | 29 | port:libtool |
33 | 30 | |
34 | | patchfiles \ |
35 | | patch-platform.h.diff |
36 | | |
37 | 31 | pre-configure { |
38 | 32 | system "cd ${worksrcpath} && /bin/sh ${worksrcpath}/build/gnuauto/setup.sh" |
39 | 33 | } |
40 | 34 | |
41 | | post-destroot { |
42 | | system "ln -fs libtidy-0.99.0.0.0.dylib ${destroot}${prefix}/lib/libtidy.0.dylib" |
43 | | } |
44 | | |
45 | 35 | livecheck.type regex |
46 | 36 | livecheck.url http://tidy.cvs.sourceforge.net/viewvc/*checkout*/tidy/tidy/src/version.h |
47 | 37 | livecheck.regex {"(.+)"} |
diff --git a/dports/www/tidy/files/patch-platform.h.diff b/dports/www/tidy/files/patch-platform.h.diff
deleted file mode 100644
index cfa137a..0000000
+
|
-
|
|
1 | | --- include/platform.h.orig 2005-06-30 18:22:01.000000000 -0700 |
2 | | +++ include/platform.h 2005-06-30 18:22:12.000000000 -0700 |
3 | | @@ -505,6 +505,7 @@ |
4 | | typedef unsigned int uint; |
5 | | #endif |
6 | | #if defined(HPUX_OS) || defined(CYGWIN_OS) || defined(MAC_OS) || defined(BSD_BASED_OS) || defined(_WIN32) |
7 | | +#undef ulong |
8 | | typedef unsigned long ulong; |
9 | | #endif |
10 | | |