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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d1205a1b6e2fae6f8f269860283dc6f78817df39">https://github.com/macports/macports-ports/commit/d1205a1b6e2fae6f8f269860283dc6f78817df39</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 d1205a1b6e2 qmake5 Portfile: use correct name in debug messages
</span>d1205a1b6e2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d1205a1b6e2fae6f8f269860283dc6f78817df39
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Wed Jan 4 18:58:19 2023 -0800

<span style='display:block; white-space:pre;color:#404040;'>    qmake5 Portfile: use correct name in debug messages
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    makes it more clear where the messages are coming from
</span>---
 _resources/port1.0/group/qmake5-1.0.tcl | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/qmake5-1.0.tcl b/_resources/port1.0/group/qmake5-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 9c882285c5f..2a0f9c46b8f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/qmake5-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/qmake5-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -55,7 +55,7 @@ pre-configure {
</span>     platform macosx {
         # qt calls xcrun to find the SDK to use, so make sure this call will succeed
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        ui_debug "qt5 Portfile: the initial SDK value is: macosx${configure.sdk_version}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ui_debug "qmake5 Portfile: the initial SDK value is: macosx${configure.sdk_version}"
</span>         # first try for a system-specific SDK
         if {[string first . ${configure.sdk_version}] == -1 && ${configure.sdkroot} ne ""} {
             # xcrun doesn't like major version only (e.g. macosx11), try to find a full version
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -63,10 +63,10 @@ pre-configure {
</span>             configure.sdk_version [string map {MacOSX ""} [file rootname [file tail [lindex $sdks 0]]]]
             ui_debug "using possibly more specific SDK version: ${configure.sdk_version}"
         }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        ui_debug "qt5 Portfile: testing for system-specific SDK:"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ui_debug "qmake5 Portfile: testing for system-specific SDK:"
</span>         if {[catch {exec -ignorestderr env DEVELOPER_DIR=${configure.developer_dir} /usr/bin/xcrun --sdk macosx${configure.sdk_version} --find ld  > /dev/null 2>@1}]} {
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            ui_debug "qt5 Portfile: system-specific SDK was not found, looking for generic SDK."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            ui_debug "qmake5 Portfile: system-specific SDK was not found, looking for generic SDK."
</span>             # if no specific sdk found, check for a generic macosx sdk
             if {[catch {exec -ignorestderr env DEVELOPER_DIR=${configure.developer_dir} /usr/bin/xcrun --sdk macosx --find ld > /dev/null 2>@1}]} {
                 ui_error "${subport}: no usable SDK can be found"
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -76,9 +76,9 @@ pre-configure {
</span>                 configure.sdk_version
             }
         } else {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            ui_debug "qt5 Portfile: system-specific SDK was found."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            ui_debug "qmake5 Portfile: system-specific SDK was found."
</span>         }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        ui_debug "qt5 Portfile: the final SDK value is: macosx${configure.sdk_version}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ui_debug "qmake5 Portfile: the final SDK value is: macosx${configure.sdk_version}"
</span>     }
 
     # set QT and QMAKE values in a cache file
</pre><pre style='margin:0'>

</pre>