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

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/ipsw/Portfile b/security/ipsw/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0532dccd259..61540f65ec0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/ipsw/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/ipsw/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup               golang 1.0
</span> 
 go.setup                github.com/blacktop/ipsw 3.1.549 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> categories              security devel
 license                 MIT
 platforms               {darwin >= 19}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -60,9 +60,9 @@ destroot {
</span>     xinstall -m 644 ${worksrcpath}/${name}.bash \
         ${destroot}${prefix}/share/bash-completion/completions/${name}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -d ${destroot}${prefix}/share/fish/vendor_completion.d
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -d ${destroot}${prefix}/share/fish/vendor_completions.d
</span>     xinstall -m 644 ${worksrcpath}/${name}.fish \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        ${destroot}${prefix}/share/fish/vendor_completion.d
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${destroot}${prefix}/share/fish/vendor_completions.d
</span> 
     xinstall -d ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath} LICENSE README.md \
</pre><pre style='margin:0'>

</pre>