<pre style='margin:0'>
Vadym-Valdis Yudaiev (judaew) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e129ce0c49a4a8eac62046d73fcb9fe3ed21d254">https://github.com/macports/macports-ports/commit/e129ce0c49a4a8eac62046d73fcb9fe3ed21d254</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e129ce0c49a4a8eac62046d73fcb9fe3ed21d254
</span>Author: Vadym-Valdis Yudaiev <judaew@macports.org>
AuthorDate: Tue Jan 31 16:26:06 2023 +0200
<span style='display:block; white-space:pre;color:#404040;'> kitty: update to 0.27.0
</span>---
aqua/kitty/Portfile | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 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 1aa08340398..28dd62220a6 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;'>@@ -3,9 +3,8 @@
</span> PortSystem 1.0
PortGroup github 1.0
PortGroup python 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup gpg_verify 1.0
</span>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup kovidgoyal kitty 0.26.5 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup kovidgoyal kitty 0.27.0 v
</span> github.tarball_from releases
revision 0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,9 +20,9 @@ homepage https://sw.kovidgoyal.net/kitty/
</span> use_xz yes
checksums ${distfiles} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- rmd160 cef101eb7c55b9ba9b44ede6279c80307ab94c4d \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 5544a580314fec7711187ce28162909b5ecff6780071444fe96fb97f8be5c9ad \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 4749988
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ rmd160 3a51c6af597532d1823a4f2c53c783b62513e565 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 e4be0dca491110e61886ff87637fb6fbb66ec1636f5a57b2097ff61184b134e7 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 5067860
</span>
if {${os.major} <= 15} {
# See https://github.com/kovidgoyal/kitty/issues/2700
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -49,6 +48,7 @@ python.default_version \
</span>
depends_build-append \
path:lib/pkgconfig/librsvg-2.0.pc:librsvg \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:go \
</span> port:ncurses \
port:optipng \
port:pkgconfig
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -82,20 +82,25 @@ destroot {
</span> ${destroot}${terminfo_path}
# add shell completion files
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ set shell-integration \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ${applications_dir}/kitty.app/Contents/Resources/kitty/shell-integration
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> set bash_complete ${prefix}/share/bash-completion/completions
xinstall -d ${destroot}${bash_complete}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- exec ${python.bin} ${worksrcpath}/__main__.py + complete setup bash >> \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ln -s ${shell-integration}/bash/kitty.bash \
</span> ${destroot}${bash_complete}/kitty
set zsh_complete ${prefix}/share/zsh/site-functions
xinstall -d ${destroot}${zsh_complete}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- exec ${python.bin} ${worksrcpath}/__main__.py + complete setup zsh >> \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ln -s ${shell-integration}/zsh/completions/_kitty \
</span> ${destroot}${zsh_complete}/_kitty
set fish_complete ${prefix}/share/fish/vendor_completions.d
xinstall -d ${destroot}${fish_complete}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- exec ${python.bin} ${worksrcpath}/__main__.py + complete setup fish >> \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ln -s ${shell-integration}/fish/vendor_completions.d/kitty.fish \
</span> ${destroot}${fish_complete}/kitty.fish
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ ln -s ${shell-integration}/fish/vendor_completions.d/kitten.fish \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ${destroot}${fish_complete}/kitten.fish
</span> }
# SSL error on running "kitty +kitten themes"
</pre><pre style='margin:0'>
</pre>