<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9cc7a9560f6170db0acbf5778e62dd739e15fae6">https://github.com/macports/macports-ports/commit/9cc7a9560f6170db0acbf5778e62dd739e15fae6</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 9cc7a95  OpenBLAS: Fix syntax error
</span>9cc7a95 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9cc7a9560f6170db0acbf5778e62dd739e15fae6
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Jun 13 11:08:42 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    OpenBLAS: Fix syntax error
</span>---
 math/OpenBLAS/Portfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/OpenBLAS/Portfile b/math/OpenBLAS/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a173310..9e76e74 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/OpenBLAS/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/OpenBLAS/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -134,8 +134,7 @@ pre-build {
</span>                 #We set a minimal target in case native variant is not set
                 if {${build_arch} eq "ppc" || ${build_arch} eq "ppc64"} {
                     puts $makeINC "TARGET = PPCG4"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                }
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                else {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                } else {
</span>                     puts $makeINC "TARGET = ${blas_arch}"
                 }
             }
</pre><pre style='margin:0'>

</pre>