<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/72dd0842ed6df4dce9be5ebdfa421507e5b01344">https://github.com/macports/macports-ports/commit/72dd0842ed6df4dce9be5ebdfa421507e5b01344</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 72dd0842ed6 aria2: add bash-completion
</span>72dd0842ed6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 72dd0842ed6df4dce9be5ebdfa421507e5b01344
</span>Author: laggardkernel <laggardkernel@gmail.com>
AuthorDate: Sun Oct 31 16:31:56 2021 +0800

<span style='display:block; white-space:pre;color:#404040;'>    aria2: add bash-completion
</span>---
 net/aria2/Portfile | 11 +++++++++--
 1 file changed, 9 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 798ac3b05cc..f2219bd7b0b 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           compiler_blacklist_versions 1.0
</span> PortGroup           github 1.0
 
 github.setup        aria2 aria2 1.36.0 release-
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> github.tarball_from releases
 categories          net
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,7 +14,7 @@ license             {GPL-2+ OpenSSLException}
</span> description         download utility with resuming and segmented downloading
 long_description    aria2 is a download utility with resuming and segmented \
                     downloading. Supported protocols are HTTP/HTTPS/FTP/BitTorrent.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> use_xz              yes
 
 checksums           rmd160  dcde8da73d2300528d9cef8cc7bcbbbfb101e811 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,6 +41,13 @@ configure.args      --with-libiconv-prefix=${prefix} \
</span>                     --without-libcares \
                     --without-sqlite3
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+post-destroot {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -d -m 0755 "${destroot}${prefix}/share/bash-completion/completions"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 0644 "${destroot}${prefix}/share/doc/aria2/bash_completion/aria2c" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        "${destroot}${prefix}/share/bash-completion/completions/aria2c"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    file delete -force "${destroot}${prefix}/share/doc/aria2/bash_completion"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> if {![variant_isset gnutls]} {
     # C++14
     configure.cxxflags-append -std=c++14
</pre><pre style='margin:0'>

</pre>