<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/995d5c77e71e5ea4c7cb741c7e315e0644595018">https://github.com/macports/macports-ports/commit/995d5c77e71e5ea4c7cb741c7e315e0644595018</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 995d5c7 aria2: nettle is not needed for openssl variant
</span>995d5c7 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 995d5c77e71e5ea4c7cb741c7e315e0644595018
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Mon Oct 22 05:52:24 2018 -0500
<span style='display:block; white-space:pre;color:#404040;'> aria2: nettle is not needed for openssl variant
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> adjust whitspace
</span>---
net/aria2/Portfile | 5 +++--
1 file changed, 3 insertions(+), 2 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 d09efdc..fe0a5f0 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;'>@@ -54,6 +54,7 @@ variant openssl conflicts gnutls description {Use OpenSSL instead of Apple built
</span> --with-openssl \
--with-openssl-prefix=${prefix}
depends_lib-append path:lib/libssl.dylib:openssl
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_lib-delete port:nettle
</span> }
variant sqlite3 description {Add sqlite3 support} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -68,6 +69,6 @@ if {${os.platform} eq "darwin" && ${os.major} <= 10} {
</span>
# libuv presently not available on 10.4 or earlier
if {${os.platform} eq "darwin" && ${os.major} <= 8} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_lib-delete port:libuv
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- configure.args-delete --with-libuv
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_lib-delete port:libuv
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-delete --with-libuv
</span> }
</pre><pre style='margin:0'>
</pre>