<pre style='margin:0'>
Vadim-Valdis Yudaev (judaew) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/26c3f5d380deae51b1f50bfb64bff6d3278d02ef">https://github.com/macports/macports-ports/commit/26c3f5d380deae51b1f50bfb64bff6d3278d02ef</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 26c3f5d380d ninja: Move bash compl to ../share/bash-completion
</span>26c3f5d380d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 26c3f5d380deae51b1f50bfb64bff6d3278d02ef
</span>Author: Vadim-Valdis Yudaev <judaew@macports.org>
AuthorDate: Fri Oct 15 19:43:41 2021 +0300

<span style='display:block; white-space:pre;color:#404040;'>    ninja: Move bash compl to ../share/bash-completion
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Usually ${prefix}/share/bash-completion/completions is used for bash
</span><span style='display:block; white-space:pre;color:#404040;'>    completion files. Most ports in MacPorts use this path.
</span>---
 devel/ninja/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/ninja/Portfile b/devel/ninja/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 42ae6ab52bf..f3fddb2cad8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/ninja/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/ninja/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           github 1.0
</span> 
 epoch               1
 github.setup        ninja-build ninja 1.10.2 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> 
 checksums           rmd160  1346989347fbb47b7211c1a49d5f9236f3027488 \
                     sha256  ce35865411f0490368a8fc383f29071de6690cbadc27704734978221f25e2bed \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -60,8 +60,8 @@ build.args          -v
</span> 
 destroot {
     xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -d ${destroot}${prefix}/etc/bash_completion.d
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -m 0644 ${worksrcpath}/misc/bash-completion ${destroot}${prefix}/etc/bash_completion.d/ninja
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -d ${destroot}${prefix}/share/bash-completion/completions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 0644 ${worksrcpath}/misc/bash-completion ${destroot}${prefix}/share/bash-completion/completions/ninja
</span> 
     xinstall -d ${destroot}${prefix}/share/zsh/site-functions
     xinstall -m 0644 ${worksrcpath}/misc/zsh-completion ${destroot}${prefix}/share/zsh/site-functions/_ninja
</pre><pre style='margin:0'>

</pre>