<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/fff79f32b6c20e65322d41df0d40ca76dc862f09">https://github.com/macports/macports-ports/commit/fff79f32b6c20e65322d41df0d40ca76dc862f09</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 fff79f32b6c kitty: Add shell completion files
</span>fff79f32b6c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit fff79f32b6c20e65322d41df0d40ca76dc862f09
</span>Author: Vadim-Valdis Yudaev <judaew@outlook.de>
AuthorDate: Tue Apr 20 16:32:32 2021 +0300

<span style='display:block; white-space:pre;color:#404040;'>    kitty: Add shell completion files
</span>---
 aqua/kitty/Portfile | 24 ++++++++++++++++++++----
 1 file changed, 20 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/kitty/Portfile b/aqua/kitty/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 579f55caec8..d55ddd832cb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/kitty/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/kitty/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,12 +6,12 @@ PortGroup           python 1.0
</span> 
 github.setup        kovidgoyal kitty 0.20.1 v
 github.tarball_from releases
<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          aqua
 platforms           macosx
 license             GPL-3
<span style='display:block; white-space:pre;background:#ffe0e0;'>-maintainers         {outlook.de:judaew @judaew}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+maintainers         {outlook.de:judaew @judaew} openmaintainer
</span> 
 description         A cross-platform, fast, feature full, GPU based terminal emulator
 long_description    ${description}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -47,7 +47,7 @@ depends_lib-append  port:harfbuzz
</span> 
 build.cmd           "${python.bin} setup.py"
 build.target        kitty.app
<span style='display:block; white-space:pre;background:#ffe0e0;'>-build.args-append   --verbose
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+build.args-append   --verbose --update-check-interval=0
</span> 
 compiler.c_standard 2011
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -56,5 +56,21 @@ pre-build {
</span> }
 
 destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    copy "${worksrcpath}/kitty.app" ${destroot}${applications_dir}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    copy ${worksrcpath}/kitty.app ${destroot}${applications_dir}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # add shell completion files
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set bash_complete ${prefix}/share/bash-completion/completions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -d ${destroot}${bash_complete}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    exec ${python.bin} ${worksrcpath}/__main__.py + complete setup bash >> \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${destroot}${bash_complete}/kitty
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set zsh_complete ${prefix}/share/zsh/site-functions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -d ${destroot}${zsh_complete}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    exec ${python.bin} ${worksrcpath}/__main__.py + complete setup zsh >> \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${destroot}${zsh_complete}/_kitty
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set fish_complete ${prefix}/share/fish/vendor_completions.d
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -d ${destroot}${fish_complete}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    exec ${python.bin} ${worksrcpath}/__main__.py + complete setup fish >> \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${destroot}${fish_complete}/kitty.fish
</span> }
</pre><pre style='margin:0'>

</pre>