<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-infrastructure.
</pre>
<p><a href="https://github.com/macports/macports-infrastructure/commit/879cebfe71e719a0f552d92515a0e069038f2856">https://github.com/macports/macports-infrastructure/commit/879cebfe71e719a0f552d92515a0e069038f2856</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 879cebf port_binary_distributable: use right subport case
</span>879cebf is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 879cebfe71e719a0f552d92515a0e069038f2856
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed Mar 28 00:19:15 2018 +1100
<span style='display:block; white-space:pre;color:#404040;'> port_binary_distributable: use right subport case
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> See: https://trac.macports.org/ticket/56161
</span>---
jobs/port_binary_distributable.tcl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/jobs/port_binary_distributable.tcl b/jobs/port_binary_distributable.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 987e3a3..6b4dd2b 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/jobs/port_binary_distributable.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/jobs/port_binary_distributable.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -120,7 +120,7 @@ proc infoForPort {portName variantInfo} {
</span> return {}
}
array set portInfo [lindex $portSearchResult 1]
<span style='display:block; white-space:pre;background:#ffe0e0;'>- set mport [mportopen $portInfo(porturl) [list subport $portName] $variantInfo]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ set mport [mportopen $portInfo(porturl) [list subport $portInfo(name)] $variantInfo]
</span> array unset portInfo
array set portInfo [mportinfo $mport]
# Closing the mport is actually fairly expensive and not really necessary
</pre><pre style='margin:0'>
</pre>