<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5be2d0e2769b9a424f1b40aa98d5892cab551a98">https://github.com/macports/macports-ports/commit/5be2d0e2769b9a424f1b40aa98d5892cab551a98</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 5be2d0e2769 qBittorrent-qt5: remove legacysupport for testing
</span>5be2d0e2769 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5be2d0e2769b9a424f1b40aa98d5892cab551a98
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Tue Apr 9 00:45:32 2024 -0400

<span style='display:block; white-space:pre;color:#404040;'>    qBittorrent-qt5: remove legacysupport for testing
</span>---
 net/qBittorrent-qt5/Portfile | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/qBittorrent-qt5/Portfile b/net/qBittorrent-qt5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 262711af8a2..047a2825645 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/qBittorrent-qt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/qBittorrent-qt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,6 @@ PortGroup       github 1.0
</span> PortGroup       qmake5 1.0
 PortGroup       compiler_blacklist_versions 1.0
 PortGroup       boost 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup       legacysupport 1.1
</span> 
 categories      net
 name            qBittorrent-qt5
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,7 +23,7 @@ long_description \
</span> 
 homepage        https://www.qbittorrent.org
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {${os.platform} ne "darwin" || ${os.major} >= 17} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.platform} ne "darwin" || ${os.major} >= 19} {
</span>     github.setup    qbittorrent qBittorrent 4.6.4 release-
     # v5.0 no longer support Qt 5 - do not update
     revision        0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,17 +37,6 @@ if {${os.platform} ne "darwin" || ${os.major} >= 17} {
</span>                     DEFINES+=QBT_USES_LIBTORRENT2
     compiler.cxx_standard 2017
     compiler.blacklist-append *gcc-3.* *gcc-4.* *gcc-5.* *gcc-6.* {clang < 1200}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # Taken from MKVToolNix port
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {${os.platform} eq "darwin" && ${os.major} == 17} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        # libc++ on 10.13 supports std::optional but the compilers that
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        # shipped with 10.13's Xcode incorrectly believed that it didn't.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        # https://github.com/llvm/llvm-project/commit/7fb40e1569dd66292b647f4501b85517e9247953
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        # MacPorts clang 8 and later have applied this fix.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        compiler.blacklist-append clang macports-clang-5.0 macports-clang-6.0 macports-clang-7.0
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    }
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # undefined symbols for std::filesystem on 10.14
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    legacysupport.newest_darwin_requires_legacy 18
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    legacysupport.use_mp_libcxx yes
</span>     boost.version   1.81
 } else {
     # qBittorrent 4.3.4 to 4.3.4.1 required Qt 5.12 then lowered to 5.11 after
</pre><pre style='margin:0'>

</pre>