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

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/uv/Portfile b/devel/uv/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ebc78f9384d..f39f7083d7f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/uv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/uv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup               github 1.0
</span> 
 github.setup            astral-sh uv 0.4.20
 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> categories              devel python
 license                 {Apache-2 MIT}
 platforms               {darwin >= 17}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -48,7 +48,7 @@ destroot {
</span>     xinstall -d ${bash_comp_path}
     xinstall -m 0644 ${worksrcpath}/${name}.bash ${bash_comp_path}/${name}
 
<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 0644 ${worksrcpath}/${name}.fish ${fish_comp_path}
 }
</pre><pre style='margin:0'>

</pre>