<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/99a3df0b0ba6d9ff75c3f0b967e76fb7776cf65e">https://github.com/macports/macports-ports/commit/99a3df0b0ba6d9ff75c3f0b967e76fb7776cf65e</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 99a3df0b0ba git-delta: add shell completions
</span>99a3df0b0ba is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 99a3df0b0ba6d9ff75c3f0b967e76fb7776cf65e
</span>Author: Maksim Fomkin <maxxfm@gmail.com>
AuthorDate: Sat Mar 13 13:33:45 2021 +0200

<span style='display:block; white-space:pre;color:#404040;'>    git-delta: add shell completions
</span>---
 textproc/git-delta/Portfile | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/git-delta/Portfile b/textproc/git-delta/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4686a60a8cc..6eafb367b70 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/git-delta/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/git-delta/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup           cargo 1.0
</span> 
 github.setup        dandavison delta 0.6.0
 name                git-delta
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 description         A syntax-highlighter for git and diff output
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,6 +29,14 @@ checksums           ${distname}${extract.suffix} \
</span> destroot {
     xinstall -m 755 ${worksrcpath}/target/[cargo.rust_platform]/release/delta \
         ${destroot}${prefix}/bin/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Install shell completions
</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 644 ${worksrcpath}/etc/completion/completion.bash \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${destroot}${prefix}/share/bash-completion/completions/delta
</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 644 ${worksrcpath}/etc/completion/completion.zsh \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${destroot}${prefix}/share/zsh/site-functions/_delta
</span> }
 
 notes "
</pre><pre style='margin:0'>

</pre>