Changes between Initial Version and Version 1 of Ticket #52109, comment 1
- Timestamp:
- Aug 27, 2016, 1:30:10 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52109, comment 1
initial v1 15 15 license {GPL-3+ OpenSSLException} 16 16 platforms darwin 17 @@ -17,8 +16,8 @@ 18 homepage http://mosh.mit.edu/ 17 @@ -14,25 +13,26 @@ 18 long_description Mosh is a replacement for ssh that better handles \ 19 high-latency, high-packet-loss, dynamically-addressed \ 20 network links 21 -homepage http://mosh.mit.edu/ 22 +homepage http://mosh.org/ 19 23 master_sites ${homepage} 20 24 … … 26 30 depends_build port:pkgconfig 27 31 28 @@ -26,11 +25,11 @@ 32 depends_lib port:ncurses \ 29 33 port:protobuf-cpp \ 30 34 port:zlib \ 31 35 - path:lib/libssl.dylib:openssl \ 32 36 - port:p5.22-getopt-long \ 33 37 - port:p5.22-io-socket-ip … … 40 44 } 41 45 46 +configure.args --with-crypto-library=apple-common-crypto 47 + 42 48 post-destroot { 49 xinstall -d ${destroot}${prefix}/etc/bash_completion.d 50 copy ${worksrcpath}/conf/bash-completion/completions/mosh \ 51 43 52 44 53 }}}