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

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/ruff/Portfile b/devel/ruff/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bcf4a62e46f..0f94022662f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/ruff/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/ruff/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup           github  1.0
</span> 
 github.setup        astral-sh ruff 0.6.9
 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://astral.sh/ruff
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -57,7 +57,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>