<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/a24d579fea0e74ef7679b4ad05a7ff0e1854bc87">https://github.com/macports/macports-ports/commit/a24d579fea0e74ef7679b4ad05a7ff0e1854bc87</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit a24d579fea0e74ef7679b4ad05a7ff0e1854bc87
</span>Author: Vadim-Valdis Yudaev <judaew@outlook.de>
AuthorDate: Sat Apr 10 18:29:40 2021 +0300

<span style='display:block; white-space:pre;color:#404040;'>    stgit, xh: Fix install fish completions
</span>---
 devel/stgit/Portfile | 6 +++---
 net/xh/Portfile      | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/stgit/Portfile b/devel/stgit/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d7b4491ccad..b055e796236 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/stgit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/stgit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup           python 1.0
</span> 
 github.setup        stacked-git stgit 1.0 v
 github.tarball_from releases
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            3
</span> 
 categories          devel python
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -59,9 +59,9 @@ post-destroot {
</span>     xinstall -d ${destroot}${prefix}/share/zsh/site-functions
     move ${destroot}${prefix}/share/stgit/completion/stgit.zsh \
         ${destroot}${prefix}/share/zsh/site-functions/_stg
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -d ${destroot}${prefix}/share/fish/completions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -d ${destroot}${prefix}/share/fish/vendor_completions.d
</span>     move ${destroot}${prefix}/share/stgit/completion/stg.fish \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        ${destroot}${prefix}/share/fish/completions/stg.fish
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${destroot}${prefix}/share/fish/vendor_completions.d/stg.fish
</span> 
     # Install vim and emacs plugin
     xinstall -d ${destroot}${prefix}/share/vim/vimfiles/ftdetect
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/xh/Portfile b/net/xh/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 137742c400f..07b555a8759 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/xh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/xh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           github 1.0
</span> PortGroup           cargo  1.0
 
 github.setup        ducaale xh 0.9.2 v
<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          net www
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,8 +30,8 @@ destroot {
</span> 
     xinstall -d -m 755 ${destroot}${prefix}/share/bash-completion/completions
     xinstall -m 644 ${worksrcpath}/completions/xh.bash ${destroot}${prefix}/share/bash-completion/completions/xh
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -d -m 755 ${destroot}${prefix}/share/fish/completions
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -m 644 ${worksrcpath}/completions/xh.fish ${destroot}${prefix}/share/fish/completions/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -d -m 755 ${destroot}${prefix}/share/fish/vendor_completions.d
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 644 ${worksrcpath}/completions/xh.fish ${destroot}${prefix}/share/fish/vendor_completions.d/
</span>     xinstall -d -m 755 ${destroot}${prefix}/share/zsh/site-functions
     xinstall -m 644 ${worksrcpath}/completions/_xh ${destroot}${prefix}/share/zsh/site-functions/
 }
</pre><pre style='margin:0'>

</pre>