<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/24abef637d1d52de074fa121d91d0c87a95fe16a">https://github.com/macports/macports-ports/commit/24abef637d1d52de074fa121d91d0c87a95fe16a</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 24abef6  mosh: change test for Apple Common Crypt to 10.8+
</span>24abef6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 24abef637d1d52de074fa121d91d0c87a95fe16a
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Wed Sep 27 17:42:16 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    mosh: change test for Apple Common Crypt to 10.8+
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    CommonCrypto variant compiles successfully on 10.8+
</span>---
 net/mosh/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/mosh/Portfile b/net/mosh/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5348945..9febc35 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/mosh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/mosh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,8 +38,8 @@ post-patch {
</span>         ${worksrcpath}/scripts/mosh.pl
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Apple commoncrypto available 10.7 or later
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-if {${os.platform} eq "darwin" && ${os.major} > 10} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Apple commoncrypto available 10.8 or later
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.platform} eq "darwin" && ${os.major} > 11} {
</span>     configure.args-append \
                         --with-crypto-library=apple-common-crypto
 } else {
</pre><pre style='margin:0'>

</pre>