Changes between Initial Version and Version 1 of Ticket #52109, comment 1


Ignore:
Timestamp:
Aug 27, 2016, 1:30:10 AM (8 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52109, comment 1

    initial v1  
    1515 license                 {GPL-3+ OpenSSLException}
    1616 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/
    1923 master_sites            ${homepage}
    2024 
     
    2630 depends_build           port:pkgconfig
    2731 
    28 @@ -26,11 +25,11 @@
     32 depends_lib             port:ncurses \
    2933                         port:protobuf-cpp \
    3034                         port:zlib \
    31                          path:lib/libssl.dylib:openssl \
     35-                        path:lib/libssl.dylib:openssl \
    3236-                        port:p5.22-getopt-long \
    3337-                        port:p5.22-io-socket-ip
     
    4044 }
    4145 
     46+configure.args          --with-crypto-library=apple-common-crypto
     47+
    4248 post-destroot {
     49     xinstall -d ${destroot}${prefix}/etc/bash_completion.d
     50     copy ${worksrcpath}/conf/bash-completion/completions/mosh \
     51
    4352
    4453}}}