<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository mpbb.

</pre>
<p><a href="https://github.com/macports/mpbb/commit/4ca257537b04b4837d01cdaf2c0f5e68c50d7271">https://github.com/macports/mpbb/commit/4ca257537b04b4837d01cdaf2c0f5e68c50d7271</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 4ca2575  sort-with-subports.tcl: avoid unneeded loading
</span>4ca2575 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4ca257537b04b4837d01cdaf2c0f5e68c50d7271
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed Nov 13 12:41:10 2019 +1100

<span style='display:block; white-space:pre;color:#404040;'>    sort-with-subports.tcl: avoid unneeded loading
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    check_licenses is only called if both archive sites were set.
</span>---
 tools/sort-with-subports.tcl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/tools/sort-with-subports.tcl b/tools/sort-with-subports.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index fc4761c..06260d7 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/tools/sort-with-subports.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/tools/sort-with-subports.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -94,7 +94,7 @@ while {[string range [lindex $::argv 0] 0 1] eq "--"} {
</span>     set ::argv [lrange $::argv 1 end]
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {$jobs_dir ne ""} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {$jobs_dir ne "" && $archive_site_public ne "" && $archive_site_private ne ""} {
</span>     source ${jobs_dir}/distributable_lib.tcl
     if {$license_db_dir ne ""} {
         init_license_db $license_db_dir
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -219,7 +219,7 @@ while {$todo ne {}} {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {$jobs_dir ne "" && $license_db_dir ne ""} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {$jobs_dir ne "" && $license_db_dir ne "" && $archive_site_public ne "" && $archive_site_private ne ""} {
</span>     write_license_db $license_db_dir
 }
 
</pre><pre style='margin:0'>

</pre>