<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/a598ff35d259681ae97ad7be12a26edb4f5d5247">https://github.com/macports/macports-ports/commit/a598ff35d259681ae97ad7be12a26edb4f5d5247</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 a598ff35d25 tealdeer: install shell completions
</span>a598ff35d25 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a598ff35d259681ae97ad7be12a26edb4f5d5247
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Sun Feb 4 01:12:03 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    tealdeer: install shell completions
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/69215
</span>---
 sysutils/tealdeer/Portfile | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/tealdeer/Portfile b/sysutils/tealdeer/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fa93b841556..77052841e7e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/tealdeer/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/tealdeer/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup           github  1.0
</span> 
 github.setup        dbrgn tealdeer 1.6.1 v
 github.tarball_from archive
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 homepage            https://dbrgn.github.io/tealdeer
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,6 +40,19 @@ destroot {
</span>     xinstall -m 0755 \
         {*}[glob ${worksrcpath}/target/*/release/${_bin_name}] \
         ${destroot}${prefix}/bin/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # 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 ${worksrcpath}/completion/bash_${name} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${destroot}${prefix}/share/bash-completion/completions/${name}
</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/fish/vendor_completions.d
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall ${worksrcpath}/completion/fish_${name} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${destroot}${prefix}/share/fish/vendor_completions.d/${name}.fish
</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 ${worksrcpath}/completion/zsh_${name} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${destroot}${prefix}/share/zsh/site-functions/_${name}
</span> }
 
 
</pre><pre style='margin:0'>

</pre>