Ticket #17374: Portfile.diff
File Portfile.diff, 2.3 KB (added by yunzheng.hu@…, 16 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name lftp 6 version 3.7. 36 version 3.7.6 7 7 revision 1 8 8 categories net 9 9 platforms darwin … … 21 21 mirror among its features. 22 22 23 23 homepage 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}/ 24 master_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}/ 30 27 use_bzip2 yes 31 checksums md5 fc98506620b059d712341d624eb720d6\32 sha1 0f212eccd4deb71660bc44785e42a36c10edfd32\33 rmd160 4e5e2d06e5b65736c0c1ba120559f348d8832e1228 checksums md5 eed9891b8c2d034f296af5eb86898935 \ 29 sha1 522396db61839d6726aaab3a152243573da9c1fe \ 30 rmd160 8f8f9fd34592295ed5c07a1bf27fb28cbbcce608 34 31 35 32 depends_lib port:expat \ 36 33 port:libiconv \ … … 38 35 port:openssl \ 39 36 port:readline 40 37 41 patchfiles patch-lib_poll.in.h.diff42 43 38 configure.args --with-openssl \ 44 39 --without-gnutls \ 45 40 --disable-nls … … 58 53 file delete -force "${destroot}${prefix}/lib/charset.alias" 59 54 } 60 55 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} { 56 variant tls description {Use GnuTLS instead of OpenSSL} { 68 57 configure.args-append --without-openssl --with-gnutls 69 58 configure.args-delete --with-openssl --without-gnutls 70 59 depends_lib-append port:gnutls