<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/4a9e6613ad41ba53de618e88607bd54270e6bbaa">https://github.com/macports/macports-infrastructure/commit/4a9e6613ad41ba53de618e88607bd54270e6bbaa</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 4a9e6613ad41ba53de618e88607bd54270e6bbaa
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Tue Nov 15 16:51:02 2016 +1100
<span style='display:block; white-space:pre;color:#404040;'> Avoid error when a dependency is not in the index
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Just skip the missing dep with a warning in this case.
</span>---
jobs/port_binary_distributable.tcl | 3 +++
1 file changed, 3 insertions(+)
<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 6e15ef9..321a367 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;'>@@ -204,6 +204,9 @@ proc check_licenses {portName variantInfo verbose} {
</span> }
set aPortInfo [infoForPort $aPort $variantInfo]
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {$aPortInfo eq {}} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ continue
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ }
</span> set aPortLicense [lindex $aPortInfo 1]
set installs_libs [lindex $aPortInfo 2]
if {!$installs_libs} {
</pre><pre style='margin:0'>
</pre>