<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/1862c949d0b4b69708947f1ea5f23f7e1653890a">https://github.com/macports/macports-ports/commit/1862c949d0b4b69708947f1ea5f23f7e1653890a</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 1862c949d0b vtm: update to 0.9.9m
</span>1862c949d0b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1862c949d0b4b69708947f1ea5f23f7e1653890a
</span>Author: aeiouaeiouaeiouaeiouaeiouaeiou <aeioudev@outlook.com>
AuthorDate: Sun Jun 4 12:16:07 2023 +0300

<span style='display:block; white-space:pre;color:#404040;'>    vtm: update to 0.9.9m
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    * fix legacysupport workaround
</span>---
 sysutils/vtm/Portfile | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/vtm/Portfile b/sysutils/vtm/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c1db8c84c16..02a20a7d651 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/vtm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/vtm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup               cmake 1.1
</span> PortGroup               legacysupport 1.1
 PortGroup               compiler_blacklist_versions 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup            netxs-group vtm 0.9.9k v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup            netxs-group vtm 0.9.9m v
</span> github.tarball_from     archive
 revision                0
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,9 +19,9 @@ description             Monotty Desktopio - text-based desktop environment \
</span> long_description        ${name} is a terminal multiplexer with window manager \
                         and session sharing.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums               rmd160  bc0dda8088e5141521d08f147b67502021425010 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        sha256  8bc0ed4a1b737e59bf3e038fcd25ca966aea55598f8b9434c08ae7ef02c7f522 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        size    1376825
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums               rmd160  30b65c527665889b974860487b66fb258dba332e \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        sha256  916c184e95457b9d1175bc44e0f6f047b4171a045c5c149bf3706a7d7e94e57f \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        size    1382938
</span> 
 # Requires a compiler with full C++20 support
 compiler.cxx_standard   2020
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,10 +31,7 @@ compiler.blacklist-append \
</span> 
 # Needed for std::filesystem and std::atomic_notify_all
 legacysupport.newest_darwin_requires_legacy 19
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Use MacPorts libcxx only with Clang
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-if {[string match *clang* ${configure.compiler}]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    legacysupport.use_mp_libcxx yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+legacysupport.use_mp_libcxx yes
</span> 
 if {[variant_isset debug]} {
     cmake.build_type    Debug
</pre><pre style='margin:0'>

</pre>