<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/b672cbe8e26001d9077b35b3e92c1f5a99dd6a94">https://github.com/macports/macports-infrastructure/commit/b672cbe8e26001d9077b35b3e92c1f5a99dd6a94</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 b672cbe  Skip mportclose in port_binary_distributable.tcl
</span>b672cbe is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b672cbe8e26001d9077b35b3e92c1f5a99dd6a94
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sun Dec 4 13:55:27 2016 +1100

<span style='display:block; white-space:pre;color:#404040;'>    Skip mportclose in port_binary_distributable.tcl
</span>---
 jobs/port_binary_distributable.tcl | 3 ++-
 1 file changed, 2 insertions(+), 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 321a367..5a8b890 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;'>@@ -123,7 +123,8 @@ proc infoForPort {portName variantInfo} {
</span>     set mport [mportopen $portInfo(porturl) [list subport $portName] $variantInfo]
     array unset portInfo
     array set portInfo [mportinfo $mport]
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    mportclose $mport
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Closing the mport is actually fairly expensive and not really necessary
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    #mportclose $mport
</span> 
     foreach dependencyType $check_deptypes {
         if {[info exists portInfo($dependencyType)] && $portInfo($dependencyType) ne ""} {
</pre><pre style='margin:0'>

</pre>