<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/cc85fc8bf3f58571958f2e0762a0b18fd5984e2e">https://github.com/macports/macports-ports/commit/cc85fc8bf3f58571958f2e0762a0b18fd5984e2e</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit cc85fc8bf3f58571958f2e0762a0b18fd5984e2e
</span>Author: Samuli P <samulip@users.noreply.github.com>
AuthorDate: Mon Oct 2 15:05:02 2023 +0200

<span style='display:block; white-space:pre;color:#404040;'>    kitty: Add xxhash dependency
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    * Add dependency in version v 0.30
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/68326
</span>---
 aqua/kitty/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 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 fdb1760c649..916c7477f9d 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,7 +6,7 @@ PortGroup           python 1.0
</span> 
 github.setup        kovidgoyal kitty 0.30.0 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
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -57,8 +57,8 @@ depends_lib-append  \
</span>                     path:lib/pkgconfig/harfbuzz.pc:harfbuzz \
                     port:lcms2 \
                     port:libpng \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:librsync \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:zlib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:zlib \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:xxhashlib
</span> 
 build.cmd           "${python.bin} setup.py"
 build.target        kitty.app
</pre><pre style='margin:0'>

</pre>