<pre style='margin:0'>
David Strubbe (dstrubbe) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/da9e9aa1f9b48eceb06da53d2efeafc2a4af0fa9">https://github.com/macports/macports-ports/commit/da9e9aa1f9b48eceb06da53d2efeafc2a4af0fa9</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 da9e9aa compilers portgroup: Bugfix to previous commit -- must initialize both fortran variant lists immediately.
</span>da9e9aa is described below
<span style='display:block; white-space:pre;color:#808000;'>commit da9e9aa1f9b48eceb06da53d2efeafc2a4af0fa9
</span>Author: David Strubbe <dstrubbe@macports.org>
AuthorDate: Wed Jul 4 12:53:45 2018 -0700
<span style='display:block; white-space:pre;color:#404040;'> compilers portgroup: Bugfix to previous commit -- must initialize both fortran variant lists immediately.
</span>---
_resources/port1.0/group/compilers-1.0.tcl | 1 +
1 file changed, 1 insertion(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/compilers-1.0.tcl b/_resources/port1.0/group/compilers-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 712febf..c7fe982 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/compilers-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/compilers-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -180,6 +180,7 @@ foreach cname [array names cdb *,variant] {
</span> foreach variant ${compilers.variants} {
if {$cdb($variant,f77) ne ""} {
lappend compilers.all_fortran_variants $variant
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ lappend compilers.my_fortran_variants $variant
</span> }
}
</pre><pre style='margin:0'>
</pre>