<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ea963079a5a88f8274b1fc7e28b23754b89ccf63">https://github.com/macports/macports-ports/commit/ea963079a5a88f8274b1fc7e28b23754b89ccf63</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 ea963079a5a mc: add sftp variant
</span>ea963079a5a is described below
<span style='display:block; white-space:pre;color:#808000;'>commit ea963079a5a88f8274b1fc7e28b23754b89ccf63
</span>Author: Andre Kelpe <git@kel.pe>
AuthorDate: Mon Dec 21 20:21:12 2020 +0100
<span style='display:block; white-space:pre;color:#404040;'> mc: add sftp variant
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> adds a new variant to mc (midnight commander) that allows connections to
</span><span style='display:block; white-space:pre;color:#404040;'> sftp servers. This is automatically detected by ./configure.
</span>---
sysutils/mc/Portfile | 4 ++++
1 file changed, 4 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/mc/Portfile b/sysutils/mc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0f530e35708..45a74a0b509 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/mc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/mc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -62,6 +62,10 @@ variant ncurses conflicts slang2 description {use ncurses screen library} {
</span> configure.args-append --with-screen=ncurses
}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant sftp description {adds remote access to sftp servers} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_build-append port:libssh2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> if { ![variant_isset ncurses] } {
default_variants +slang2
}
</pre><pre style='margin:0'>
</pre>