[152031] trunk/dports/net/mosh/Portfile

cal at macports.org cal at macports.org
Sat Aug 27 12:40:21 PDT 2016


Revision: 152031
          https://trac.macports.org/changeset/152031
Author:   cal at macports.org
Date:     2016-08-27 12:40:21 -0700 (Sat, 27 Aug 2016)
Log Message:
-----------
mosh: 1.2.6, switch default to perl 5.24, #52109

See also #52095, #52081.

Update mosh, change homepage to the new home and switch to CommonCrypto to
avoid OpenSSL dependency now that mosh supports it. Additionally, switch the
default variant to perl5.24 by moving the perl5.default_branch line before
perl5.create_variants, because it does not have any effect after it.

Modified Paths:
--------------
    trunk/dports/net/mosh/Portfile

Modified: trunk/dports/net/mosh/Portfile
===================================================================
--- trunk/dports/net/mosh/Portfile	2016-08-27 16:18:01 UTC (rev 152030)
+++ trunk/dports/net/mosh/Portfile	2016-08-27 19:40:21 UTC (rev 152031)
@@ -5,8 +5,7 @@
 PortGroup               perl5 1.0
 
 name                    mosh
-version                 1.2.5
-revision                3
+version                 1.2.6
 categories              net
 license                 {GPL-3+ OpenSSLException}
 platforms               darwin
@@ -15,24 +14,23 @@
 long_description        Mosh is a replacement for ssh that better handles \
                         high-latency, high-packet-loss, dynamically-addressed \
                         network links
-homepage                http://mosh.mit.edu/
+homepage                http://mosh.org/
 master_sites            ${homepage}
 
-checksums               rmd160  3abb76e2adeb6a9e7d69b35621dfa7e172b1ce99 \
-                        sha256  1af809e5d747c333a852fbf7acdbf4d354dc4bbc2839e3afe5cf798190074be3
+checksums               rmd160  4e06957083f9fcdd4c85b8f3b3b3407f734eed0d \
+                        sha256  7e82b7fbfcc698c70f5843bb960dadb8e7bd7ac1d4d2151c9d979372ea850e85
 
 perl5.require_variant   yes
 perl5.conflict_variants yes
 perl5.branches          5.22 5.24
+perl5.default_branch    5.24
 perl5.create_variants   ${perl5.branches}
-perl5.default_branch    5.24
 
 depends_build           port:pkgconfig
 
 depends_lib             port:ncurses \
                         port:protobuf-cpp \
                         port:zlib \
-                        path:lib/libssl.dylib:openssl \
                         port:p${perl5.major}-getopt-long \
                         port:p${perl5.major}-io-socket-ip
 
@@ -41,6 +39,8 @@
         ${worksrcpath}/scripts/mosh.pl
 }
 
+configure.args          --with-crypto-library=apple-common-crypto
+
 post-destroot {
     xinstall -d ${destroot}${prefix}/etc/bash_completion.d
     copy ${worksrcpath}/conf/bash-completion/completions/mosh \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160827/8e1a813c/attachment.html>


More information about the macports-changes mailing list