<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch release-2.9
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/e6815a5d6dcfd9f79d9fb57ee013abc194ddb3fe">https://github.com/macports/macports-base/commit/e6815a5d6dcfd9f79d9fb57ee013abc194ddb3fe</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/release-2.9 by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new e6815a5d6 porttest: use subport in message
</span>e6815a5d6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e6815a5d6dcfd9f79d9fb57ee013abc194ddb3fe
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Tue Mar 26 06:42:23 2024 +1100

<span style='display:block; white-space:pre;color:#404040;'>    porttest: use subport in message
</span>---
 src/port1.0/porttest.tcl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/port1.0/porttest.tcl b/src/port1.0/porttest.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 1a0e31ac4..131729dcf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/port1.0/porttest.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/port1.0/porttest.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -89,7 +89,7 @@ proc porttest::test_archs {} {
</span>     set has_wanted_archs [info exists file_archs($wanted_archs)]
     unset -nocomplain file_archs($wanted_archs)
     if {[array names file_archs] ne ""} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        set msg "[option name] is configured to build "
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        set msg "[option subport] is configured to build "
</span>         if {$wanted_archs eq "noarch"} {
             append msg "no architecture-specific files,"
         } else {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -104,7 +104,7 @@ proc porttest::test_archs {} {
</span>         }
         ui_warn $msg
     } elseif {$wanted_archs ne "noarch" && !${has_wanted_archs}} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        ui_warn "[option name] is configured to build for the architecture(s) '$wanted_archs',\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ui_warn "[option subport] is configured to build for the architecture(s) '$wanted_archs',\
</span>                     but did not install any Mach-O files."
     }
     machista::destroy_handle $handle
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -116,7 +116,7 @@ proc porttest::test_start {args} {
</span> }
 
 proc porttest::test_main {args} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    global subport test.run
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    global test.run
</span> 
     # built-in tests
     porttest::test_archs
</pre><pre style='margin:0'>

</pre>