<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c382b9525de1363adaa10fa4390334cdaa621e38">https://github.com/macports/macports-ports/commit/c382b9525de1363adaa10fa4390334cdaa621e38</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 c382b95 aria2: mark gnutls and openssl variants as conflicting
</span>c382b95 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit c382b9525de1363adaa10fa4390334cdaa621e38
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sat Oct 20 06:03:31 2018 -0500
<span style='display:block; white-space:pre;color:#404040;'> aria2: mark gnutls and openssl variants as conflicting
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> allow libressl to satisfy openssl dependency
</span>---
net/aria2/Portfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/aria2/Portfile b/net/aria2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4c442c6..1bf2799 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/aria2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/aria2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,16 +35,16 @@ configure.args --with-libiconv-prefix=${prefix} \
</span> --with-xml-prefix=${prefix} \
--without-sqlite3
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant gnutls description {Use GNU TLS instead of Apple built-in TLS library} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant gnutls conflicts openssl description {Use GNU TLS instead of Apple built-in TLS library} {
</span> configure.args-append --without-appletls
configure.args-append --with-gnutls --with-libgnutls-prefix=${prefix}
depends_lib-append port:gnutls
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant openssl description {Use OpenSSL instead of Apple built-in TLS library} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant openssl conflicts gnutls description {Use OpenSSL instead of Apple built-in TLS library} {
</span> configure.args-append --without-appletls --without-gnutls
configure.args-append --with-openssl --with-openssl-prefix=${prefix}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_lib-append port:openssl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_lib-append path:lib/libssl.dylib:openssl
</span> }
# appletls not available on 10.6 or earlier
</pre><pre style='margin:0'>
</pre>