Ticket #14110: curl-7.18.0.diff

File curl-7.18.0.diff, 1.7 KB (added by nox@…, 16 years ago)
  • Portfile

     
    22
    33PortSystem 1.0
    44name            curl
    5 version         7.17.1
    6 revision        1
     5version         7.18.0
    76categories      net www
    87maintainers     ryandesign
    98description     Tool for transferring files with URL syntax
     
    2120                http://gd.tuwien.ac.at/utils/archivers/curl/ \
    2221                http://www.execve.net/curl/ \
    2322                sourceforge
    24 checksums       sha1 ad34b9386e7fd1c8f2a8025e2716a8047b194970 \
    25                 md5 1fa635d1dfde8337c98c82749d75c1de \
    26                 rmd160 8ab8dc7a33a5265dfe25eb0725248c3cd6519510
     23checksums       md5 3e50dd887d6a354be312d874e1d3426c \
     24                sha1 f561a6a1f285c22d1f6a54b4dfa19b6cb9362c2a \
     25                rmd160 f25ec844e7ef6221719439b3214fd3c3a42f5604
    2726
    2827use_bzip2       yes
    2928
     
    101100
    102101variant doc {
    103102    post-destroot {
    104         xinstall -m 0755 -d ${destroot}${docdir}/html/libcurl
     103        xinstall -d ${destroot}${docdir}/html/libcurl
    105104        xinstall -m 0644 -W ${worksrcpath}/docs TheArtOfHttpScripting ${destroot}${docdir}/html
    106105        eval xinstall -m 0644 [glob ${worksrcpath}/docs/*.html] ${destroot}${docdir}/html
    107106        eval xinstall -m 0644 [glob ${worksrcpath}/docs/libcurl/*.html] \
    108107            ${destroot}${docdir}/html/libcurl
    109108
    110         xinstall -m 0755 -d ${destroot}${docdir}/pdf/libcurl
     109        xinstall -d ${destroot}${docdir}/pdf/libcurl
    111110        xinstall -m 0644 -W ${worksrcpath}/docs curl-config.pdf curl.pdf ${destroot}${docdir}/pdf
    112111        eval xinstall -m 0644 [glob ${worksrcpath}/docs/libcurl/*.pdf] ${destroot}${docdir}/pdf/libcurl
    113112    }