<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1fb8aede49131c9959d2415f69cf46fde55ed86e">https://github.com/macports/macports-ports/commit/1fb8aede49131c9959d2415f69cf46fde55ed86e</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 1fb8aede491 octave: defaults: raise qt5 minimum to 10.11 - qscintilla-qt5 only supported on 10.11 and later, at present
</span>1fb8aede491 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1fb8aede49131c9959d2415f69cf46fde55ed86e
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Wed Sep 21 16:08:27 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    octave: defaults: raise qt5 minimum to 10.11
</span><span style='display:block; white-space:pre;color:#404040;'>    - qscintilla-qt5 only supported on 10.11 and later, at present
</span>---
 math/octave/Portfile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

<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 e1e9a6b9702..f062af2ed22 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;'>@@ -436,12 +436,13 @@ variant qt5 description {build the GUI using Qt5} {
</span>     test.env-append      PATH=${qt_dir}/bin:$env(PATH)
 }
 if { ![variant_isset qt5] } {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # a somewhat arbitrary cutoff for default values
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    #    Mac OS X 10.7 (Darwin 11) was the last OS supported by Qt 4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Cutoff for default values
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    #    macOS 10.7 - last OS supported by Qt 4
</span>     #       see http://doc.qt.io/qt-4.8/supported-platforms.html
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    #    OS X 10.10 (Darwin 14) is the oldest OS supported by the current long-term support version of Qt 5 (Qt 5.9).
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    #    macOS 10.10 - oldest OS supported by the current long-term support version of Qt 5 (Qt 5.9).
</span>     #       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 || ${os.platform} ne "darwin"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    #    macOS 10.11 - oldest OS supported for qscintilla-qt5, as of 2022-09-21
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {${os.major} >= 15 || ${os.platform} ne "darwin"} {
</span>         default_variants-append +qt5
     }
 }
</pre><pre style='margin:0'>

</pre>