<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/19450637772f777b1c559aa22852b9e3bd8a4eac">https://github.com/macports/macports-ports/commit/19450637772f777b1c559aa22852b9e3bd8a4eac</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 19450637772f777b1c559aa22852b9e3bd8a4eac
</span>Author: Austin Ziegler <austin@zieglers.ca>
AuthorDate: Tue Oct 15 23:01:13 2024 -0400
<span style='display:block; white-space:pre;color:#404040;'> ipatool: Fix fish completion destination
</span>---
sysutils/ipatool/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/ipatool/Portfile b/sysutils/ipatool/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4c50d92408a..a0f35078268 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/ipatool/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/ipatool/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup golang 1.0
</span>
go.setup github.com/majd/ipatool 2.1.4 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 sysutils
license MIT
platforms {darwin >= 19}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,7 +42,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>