<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/151ec7dc7a6833101d4daa7b440b6dd95fa5b4c8">https://github.com/macports/macports-ports/commit/151ec7dc7a6833101d4daa7b440b6dd95fa5b4c8</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 151ec7dc7a6833101d4daa7b440b6dd95fa5b4c8
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Fri Aug 30 22:09:47 2024 -0400

<span style='display:block; white-space:pre;color:#404040;'>    qt64: correct occurences of qt6-* to qt64-*
</span>---
 aqua/qt64/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt64/Portfile b/aqua/qt64/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 125af6acac8..c1aa86abc14 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt64/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt64/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -175,7 +175,7 @@ array set modules {
</span>             79e56b7800d49649a8a8010818538c367a829e0b7a09d5f60bd3aecf5abe972c
             1466828
         }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        "port:qt6-qttools"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        "port:qt64-qttools"
</span>         ""
         ""
         {"translation files"}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -805,10 +805,10 @@ foreach {module module_info} [array get modules] {
</span>             # CMAKE_CONFIGURATION_TYPES is set with the FORCE option
             # see https://code.qt.io/cgit/qt/qtbase.git/tree/cmake/QtPostProcessHelpers.cmake
             variant debug description {Build both release and debug libraries} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                require_active_variants     qt6-qtbase debug ""
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                require_active_variants     qt64-qtbase debug ""
</span>             }
             if {![variant_isset debug]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                require_active_variants     qt6-qtbase "" debug
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                require_active_variants     qt64-qtbase "" debug
</span>             }
         }
 
</pre><pre style='margin:0'>

</pre>