<pre style='margin:0'>
Landon Fuller (landonf) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/436249aefabd252950cc0537555b8985cca74ee7">https://github.com/macports/macports-ports/commit/436249aefabd252950cc0537555b8985cca74ee7</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 436249aefab ninja: install zsh completion
</span>436249aefab is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 436249aefabd252950cc0537555b8985cca74ee7
</span>Author: Landon Fuller <landonf@macports.org>
AuthorDate: Tue Apr 27 17:54:05 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    ninja: install zsh completion
</span>---
 devel/ninja/Portfile | 7 +++++--
 1 file changed, 5 insertions(+), 2 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 64218378f71..6347828de05 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;'>@@ -7,7 +7,7 @@ PortGroup           muniversal 1.0
</span> 
 epoch               1
 github.setup        ninja-build ninja 1.10.2 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 checksums           rmd160  1346989347fbb47b7211c1a49d5f9236f3027488 \
                     sha256  ce35865411f0490368a8fc383f29071de6690cbadc27704734978221f25e2bed \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -61,7 +61,10 @@ destroot {
</span>     xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin
     xinstall -d ${destroot}${prefix}/etc/bash_completion.d
     xinstall -m 0644 ${worksrcpath}/misc/bash-completion ${destroot}${prefix}/etc/bash_completion.d/ninja
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -d ${destroot}${prefix}/share/zsh/site-functions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 0644 ${worksrcpath}/misc/zsh-completion ${destroot}${prefix}/share/zsh/site-functions/_ninja
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     set docdir ${prefix}/share/doc/${subport}
     xinstall -d ${destroot}${docdir}
     xinstall -m 0644 -W ${worksrcpath} \
</pre><pre style='margin:0'>

</pre>