Ticket #16733: tidy-20090325.diff

File tidy-20090325.diff, 2.0 KB (added by nox@…, 14 years ago)
  • dports/www/tidy/Portfile

    diff --git a/dports/www/tidy/Portfile b/dports/www/tidy/Portfile
    index 32c252c..e72c83c 100644
    a b  
    33PortSystem          1.0
    44
    55name                tidy
    6 version             20051026
     6version             20090325
    77categories          www
    88maintainers         ryandesign
    99homepage            http://tidy.sourceforge.net/
    1010platforms           darwin
    11 distname            tidy_src_051026
    12 extract.suffix      .tgz
    13 worksrcdir          ${name}
     11use_bzip2           yes
    1412use_parallel_build  yes
    1513
    1614description \
    long_description \ 
    2018        Tidy is a utility to clean up and fix broken HTML files.
    2119
    2220master_sites \
    23         ${homepage}src/ \
    24         ${homepage}src/old/
     21        gentoo
    2522
    2623checksums \
    27         md5 1e39fafd6808978871346658c8da1454 \
    28         sha1 53be36945344af0c4080c34ebc95728bf8617f1c \
    29         rmd160 0cae41f8c0cec51d4600d1bf2aac338cf60aa6b9
     24        md5     39a05125a2a2dbacaccac84af64e1dbc \
     25        sha1    28c000a2cd40262fc0d7c2c429eb2a09b2df7bf4 \
     26        rmd160  796a025bc1b67ea64394c64a1455a582e9285982
    3027
    31 depends_lib \
     28depends_build \
    3229        port:libtool
    3330
    34 patchfiles \
    35         patch-platform.h.diff
    36 
    3731pre-configure {
    3832        system "cd ${worksrcpath} && /bin/sh ${worksrcpath}/build/gnuauto/setup.sh"
    3933}
    4034
    41 post-destroot {
    42         system "ln -fs libtidy-0.99.0.0.0.dylib ${destroot}${prefix}/lib/libtidy.0.dylib"
    43 }
    44 
    4535livecheck.type      regex
    4636livecheck.url       http://tidy.cvs.sourceforge.net/viewvc/*checkout*/tidy/tidy/src/version.h
    4737livecheck.regex     {"(.+)"}
  • deleted file dports/www/tidy/files/patch-platform.h.diff

    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