<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/222cb4407fc89b7f5d552215f2ad93ac9cce9d77">https://github.com/macports/macports-ports/commit/222cb4407fc89b7f5d552215f2ad93ac9cce9d77</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 222cb4407fc89b7f5d552215f2ad93ac9cce9d77
</span>Author: Austin Ziegler <austin@zieglers.ca>
AuthorDate: Tue Oct 15 23:00:51 2024 -0400

<span style='display:block; white-space:pre;color:#404040;'>    g-ls: Fix fish completion destination
</span>---
 sysutils/g-ls/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/g-ls/Portfile b/sysutils/g-ls/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b38d9114cc1..a88513aae93 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/g-ls/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/g-ls/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup               golang 1.0
</span> 
 go.setup                github.com/Equationzhao/g 0.29.0 v
 name                    g-ls
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision                0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                1
</span> categories              sysutils
 license                 MIT
 platforms               {darwin >= 18}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,7 +38,7 @@ destroot {
</span>     xinstall -d ${bash_comp_path}
     xinstall -m 644 ${worksrcpath}/completions/bash/g-completion.bash ${bash_comp_path}/g
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    set fish_comp_path ${destroot}${prefix}/share/fish/vendor_completion.d
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set fish_comp_path ${destroot}${prefix}/share/fish/vendor_completions.d
</span>     xinstall -d ${fish_comp_path}
     xinstall -m 644 ${worksrcpath}/completions/fish/g.fish ${fish_comp_path}
 }
</pre><pre style='margin:0'>

</pre>