<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/4afb8760d4f024e1584681d5e6b365b997da2bf2">https://github.com/macports/macports-ports/commit/4afb8760d4f024e1584681d5e6b365b997da2bf2</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 4afb8760d4f xxh: update to 0.8.8
</span>4afb8760d4f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4afb8760d4f024e1584681d5e6b365b997da2bf2
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Mon Dec 20 04:08:03 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    xxh: update to 0.8.8
</span>---
 sysutils/xxh/Portfile | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/xxh/Portfile b/sysutils/xxh/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 05497263879..18b11c96781 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/xxh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/xxh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           python 1.0
 PortGroup           github 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        xxh xxh 0.8.7
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        xxh xxh 0.8.8
</span> revision            0
 
 description         Bring your favorite shell wherever you go through ssh.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,16 +15,14 @@ long_description    {*}${description} You stuffed your command shell with \
</span>                     wherever you go through ssh without root access and \
                     system installations.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-license             BSD
</span> categories          sysutils python
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license             BSD
</span> maintainers         {gmail.com:herby.gillot @herbygillot} \
                     openmaintainer
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  6713afe3448407a5aec56be15952abb2c73503a4 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  1868583c0ef4c99b97160a5d5a60e3afa4245939689cd43cecaad5e13f63b8b5 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    24749
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  0a2600ed40159b410c4d13dab46cd73853e40258 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  9346dd6b295d392f7911e5c0df77c3c9f32493fcdd366f9b325ce3dd26affa2d \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    38898
</span> 
 python.default_version  39
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,3 +30,7 @@ depends_build-append    port:py${python.version}-setuptools \
</span> 
 depends_lib-append      port:py${python.version}-pexpect    \
                         port:py${python.version}-yaml
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+test.run            yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+test.env-append     PYTHONPATH=${worksrcpath}/build/lib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+test.cmd            ${worksrcpath}/build/scripts-${python.branch}/xxh --version
</span></pre><pre style='margin:0'>

</pre>