<pre style='margin:0'>
Leonardo Brondani Schenkel (lbschenkel) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/27855f961d120cf8174d0cab7d0cd944092a1886">https://github.com/macports/macports-ports/commit/27855f961d120cf8174d0cab7d0cd944092a1886</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 27855f9  neomutt: add +gnutls variant
</span>27855f9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 27855f961d120cf8174d0cab7d0cd944092a1886
</span>Author: Leonardo Brondani Schenkel <lbschenkel@macports.org>
AuthorDate: Sat Oct 28 21:43:50 2017 +0200

<span style='display:block; white-space:pre;color:#404040;'>    neomutt: add +gnutls variant
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    When activated, links against GnuTLS instead of OpenSSL.
</span><span style='display:block; white-space:pre;color:#404040;'>    Variant added by user request.
</span>---
 mail/neomutt/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mail/neomutt/Portfile b/mail/neomutt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1c2a62b..5a52992 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mail/neomutt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mail/neomutt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -56,6 +56,10 @@ variant gdbm description {Support GNU dbm database} {
</span>     configure.args-append       --with-gdbm=${prefix}
     depends_lib-append          port:gdbm
 }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant gnutls description {Use GnuTLS} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-replace      --with-ssl=${prefix} --with-gnutls=${prefix}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-replace         path:lib/libssl.dylib:openssl port:gnutls
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span> variant gpgme description {Enable GPGME crypto support} {
     configure.args-append       --with-gpgme=${prefix}
     depends_lib-append          port:gpgme
</pre><pre style='margin:0'>

</pre>