Ticket #17374: Portfile.diff

File Portfile.diff, 2.3 KB (added by yunzheng.hu@…, 15 years ago)

Portfile diff

  • Portfile

    old new  
    33PortSystem          1.0
    44
    55name                lftp
    6 version             3.7.3
     6version             3.7.6
    77revision            1
    88categories          net
    99platforms           darwin
     
    2121                    mirror among its features.
    2222
    2323homepage            http://lftp.yar.ru/
    24 master_sites        ftp://lftp.yar.ru/lftp/ \
    25                     ftp://lftp.yar.ru/lftp/old/ \
    26                     ftp://ftp.wiretapped.net/pub/mirrors/${name}/ \
    27                     ftp://ftp.wiretapped.net/pub/mirrors/${name}/old/ \
    28                     ftp://ftp.cs.tu-berlin.de/pub/net/ftp/${name}/ \
    29                     http://ftp.yars.free.net/pub/source/${name}/
     24master_sites        http://ftp.yars.free.net/pub/source/${name}/ \
     25                    http://ftp.yars.free.net/pub/source/${name}/old \
     26                    ftp://ftp.cs.tu-berlin.de/pub/net/ftp/${name}/
    3027use_bzip2           yes
    31 checksums           md5 fc98506620b059d712341d624eb720d6 \
    32                     sha1 0f212eccd4deb71660bc44785e42a36c10edfd32 \
    33                     rmd160 4e5e2d06e5b65736c0c1ba120559f348d8832e12
     28checksums           md5 eed9891b8c2d034f296af5eb86898935 \
     29                    sha1 522396db61839d6726aaab3a152243573da9c1fe \
     30                    rmd160 8f8f9fd34592295ed5c07a1bf27fb28cbbcce608
    3431
    3532depends_lib         port:expat \
    3633                    port:libiconv \
     
    3835                    port:openssl \
    3936                    port:readline
    4037
    41 patchfiles          patch-lib_poll.in.h.diff
    42 
    4338configure.args      --with-openssl \
    4439                    --without-gnutls \
    4540                    --disable-nls
     
    5853    file delete -force "${destroot}${prefix}/lib/charset.alias"
    5954}
    6055
    61 platform darwin 9 {
    62     # Fix for the 100% cpu issue on Leopard.
    63     configure.env-append    MACOSX_DEPLOYMENT_TARGET=10.4
    64     build.env-append        MACOSX_DEPLOYMENT_TARGET=10.4
    65 }
    66 
    67 variant tls description {Prefer TLS and SSL 3.0 to older SSL} {
     56variant tls description {Use GnuTLS instead of OpenSSL} {
    6857    configure.args-append   --without-openssl --with-gnutls
    6958    configure.args-delete   --with-openssl --without-gnutls
    7059    depends_lib-append      port:gnutls