<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/5f080fffad038e5772f6fc9abcbcac29a4bdaeae">https://github.com/macports/macports-ports/commit/5f080fffad038e5772f6fc9abcbcac29a4bdaeae</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 5f080fffad0 libwebsockets: Update to 4.2.0
</span>5f080fffad0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5f080fffad038e5772f6fc9abcbcac29a4bdaeae
</span>Author: Vadim-Valdis Yudaev <judaew@outlook.de>
AuthorDate: Mon May 10 00:48:06 2021 +0300

<span style='display:block; white-space:pre;color:#404040;'>    libwebsockets: Update to 4.2.0
</span>---
 devel/libwebsockets/Portfile | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libwebsockets/Portfile b/devel/libwebsockets/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9ecc997a378..3563d37b811 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libwebsockets/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libwebsockets/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 PortGroup           cmake 1.1
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        warmcat libwebsockets 4.1.6 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        warmcat libwebsockets 4.2.0 v
</span> revision            0
 categories          devel net
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,16 +19,18 @@ long_description    \
</span>     CPU and memory resources, and provide fast throughput in both directions \
     as client or server.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  ba90d719798b915fa8b38b20ed73102590865838 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  ff61ba25bf1c9883e46a054d1ad412ed87a621ea1766356bc5d7f96eeb4a22ee \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    12912436
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  627a48dd95e8d030526ed0309001b6c83012ef05 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  ac3ac8aa1071d5e20b47805e8c174ba5ea854c413b125fe0fd872e0a547829fd \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    14549811
</span> 
 depends_lib-append  path:lib/libssl.dylib:openssl \
                     port:zlib \
                     port:libev \
                     port:libuv
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Set LWS_BUILD_HASH directly. Otherwise, it will require a git repository.
</span> configure.args-append \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DLWS_BUILD_HASH="no_hash" \
</span>                     -DLWS_IPV6=ON \
                     -DLWS_UNIX_SOCK=ON \
                     -DLWS_WITHOUT_TESTAPPS=ON \
</pre><pre style='margin:0'>

</pre>