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

cal at macports.org cal at macports.org
Mon Sep 12 12:22:58 PDT 2016


Revision: 152583
          https://trac.macports.org/changeset/152583
Author:   cal at macports.org
Date:     2016-09-12 12:22:57 -0700 (Mon, 12 Sep 2016)
Log Message:
-----------
mosh: Use OpenSSL, closes #52222

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

Modified: trunk/dports/net/mosh/Portfile
===================================================================
--- trunk/dports/net/mosh/Portfile	2016-09-12 19:14:55 UTC (rev 152582)
+++ trunk/dports/net/mosh/Portfile	2016-09-12 19:22:57 UTC (rev 152583)
@@ -6,6 +6,7 @@
 
 name                    mosh
 version                 1.2.6
+revision                1
 categories              net
 license                 {GPL-3+ OpenSSLException}
 platforms               darwin
@@ -28,18 +29,19 @@
 
 depends_build           port:pkgconfig
 
-depends_lib             port:ncurses \
+depends_lib             path:lib/libssl.dylib:openssl \
+                        port:ncurses \
+                        port:p${perl5.major}-getopt-long \
+                        port:p${perl5.major}-io-socket-ip \
                         port:protobuf-cpp \
-                        port:zlib \
-                        port:p${perl5.major}-getopt-long \
-                        port:p${perl5.major}-io-socket-ip
+                        port:zlib
 
 post-patch {
     reinplace "s|#!/usr/bin/env perl|#!${prefix}/bin/perl${perl5.major}|" \
         ${worksrcpath}/scripts/mosh.pl
 }
 
-configure.args          --with-crypto-library=apple-common-crypto
+configure.args          --with-crypto-library=openssl
 
 post-destroot {
     xinstall -d ${destroot}${prefix}/etc/bash_completion.d
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160912/4ecb9316/attachment.html>


More information about the macports-changes mailing list