<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/f75ad490ba63288e033795a0a8d9cf046c02e6c2">https://github.com/macports/macports-ports/commit/f75ad490ba63288e033795a0a8d9cf046c02e6c2</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 f75ad49  octave: Use qt5 on non-Darwin systems
</span>f75ad49 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f75ad490ba63288e033795a0a8d9cf046c02e6c2
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Jun 28 17:41:26 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    octave: Use qt5 on non-Darwin systems
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/58653
</span>---
 math/octave/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/octave/Portfile b/math/octave/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ded8a0d..d4d4232 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/octave/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/octave/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -437,7 +437,7 @@ if { ![variant_isset qt4] && ![variant_isset qt5] } {
</span>     #       see http://doc.qt.io/qt-4.8/supported-platforms.html
     #    OS X 10.10 (Darwin 14) is the oldest OS supported by the current long-term support version of Qt 5 (Qt 5.9).
     #       see http://web.archive.org/web/20170702143426/https://doc.qt.io/qt-5/supported-platforms-and-configurations.html
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {${os.major} >= 14} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {${os.major} >= 14 || ${os.platform} ne "darwin"} {
</span>         default_variants-append +qt5
     } else {
         default_variants-append +qt4
</pre><pre style='margin:0'>

</pre>