<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-base.
</pre>
<p><a href="https://github.com/macports/macports-base/commit/618215cd31a3c139128d75603e58a33c1a47e06a">https://github.com/macports/macports-base/commit/618215cd31a3c139128d75603e58a33c1a47e06a</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 618215cd31a3c139128d75603e58a33c1a47e06a
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Fri Feb 9 20:57:20 2024 +1100
<span style='display:block; white-space:pre;color:#404040;'> fix some actions with current pseudoport or porturl
</span>---
src/port/port.tcl | 2 ++
1 file changed, 2 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/port/port.tcl b/src/port/port.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 6505f62e1..1d09b762a 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/port/port.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/port/port.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3560,6 +3560,7 @@ proc action_portcmds { action portlist opts } {
</span> return 1
}
foreachport $portlist {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ set portinfo ""
</span> # If we have a url, use that, since it's most specific, otherwise try to map the portname to a url
if {$porturl eq ""} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3728,6 +3729,7 @@ proc action_target { action portlist opts } {
</span> return 1
}
foreachport $portlist {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ set portinfo ""
</span> # If we have a url, use that, since it's most specific
# otherwise try to map the portname to a url
if {$porturl eq ""} {
</pre><pre style='margin:0'>
</pre>