<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9d97326fb8be5317eefd488ae607f5528b026eb6">https://github.com/macports/macports-ports/commit/9d97326fb8be5317eefd488ae607f5528b026eb6</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 9d97326fb8b task: add fish completion
</span>9d97326fb8b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9d97326fb8be5317eefd488ae607f5528b026eb6
</span>Author: Vadim-Valdis Yudaev <judaew@outlook.de>
AuthorDate: Fri Sep 24 15:25:51 2021 +0300

<span style='display:block; white-space:pre;color:#404040;'>    task: add fish completion
</span>---
 office/task/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/office/task/Portfile b/office/task/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 39c1534fb9d..cf698c22005 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/office/task/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/office/task/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,7 @@ PortGroup           cmake 1.0
</span> 
 github.setup        GothenburgBitFactory taskwarrior 2.5.3 v
 github.tarball_from releases
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> name                task
 maintainers         nomaintainer
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,6 +43,11 @@ post-destroot {
</span>     xinstall -d ${site-functions}
     xinstall ${worksrcpath}/scripts/zsh/_task ${site-functions}/_task
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Install fish completion
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set vendor_completions.d ${destroot}${prefix}/share/fish/vendor_completions.d
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -d ${vendor_completions.d}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall ${worksrcpath}/scripts/fish/task.fish ${vendor_completions.d}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     # Install vim runtime files
     set vim-files ${destroot}${prefix}/share/vim
     xinstall -d ${vim-files}
</pre><pre style='margin:0'>

</pre>