Ticket #14762: Portfile.diff
File Portfile.diff, 1.3 KB (added by simon@…, 17 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name lftp 6 version 3.6.1 7 revision 1 6 version 3.7.0 8 7 categories net 9 8 platforms darwin 10 9 maintainers yunzheng.hu@gmail.com … … 28 27 ftp://ftp.cs.tu-berlin.de/pub/net/ftp/${name}/ \ 29 28 http://ftp.yars.free.net/pub/source/${name}/ 30 29 use_bzip2 yes 31 checksums md5 29e9e44474aa381029d6ae0fb79b2f2b\32 sha1 1763aecddf353e8f3cea618609c0948d95da9d17 \33 rmd160 9b92c1cf1af6b14295641e2703fe44b39f9a4aa330 checksums md5 7026dad237434ee35603049b978930df \ 31 sha1 6f7db29a2b379527f6528222eeea4e3f7c93d6f7 \ 32 rmd160 205c7be0d29db6c40120c18890d26cd61173a046 34 33 35 34 depends_lib port:expat \ 36 35 port:libiconv \ … … 57 56 58 57 platform darwin 9 { 59 58 # Fix for the 100% cpu issue on Leopard. 60 patchfiles-append patch-configure.diff61 59 configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4 62 60 build.env-append MACOSX_DEPLOYMENT_TARGET=10.4 63 61 }