<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/5b6ac0337b084288911d6731d78b447a195464dc">https://github.com/macports/macports-ports/commit/5b6ac0337b084288911d6731d78b447a195464dc</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 5b6ac03  aria2: add dependency on nettle
</span>5b6ac03 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5b6ac0337b084288911d6731d78b447a195464dc
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sun Oct 21 19:05:38 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    aria2: add dependency on nettle
</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 c455dae..a177b89 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;'>@@ -5,7 +5,7 @@ PortGroup           github 1.0
</span> PortGroup           cxx11 1.1
 
 github.setup        aria2 aria2 1.34.0 release-
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> github.tarball_from releases
 categories          net
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,7 +25,8 @@ depends_build-append    port:pkgconfig
</span> depends_lib-append      port:gettext \
                         port:libiconv \
                         port:libuv \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        port:libxml2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        port:libxml2 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        port:nettle
</span> 
 # use_* must be defined after depends_*, otherwise the automatic dependencies
 # will be overwritten.
</pre><pre style='margin:0'>

</pre>