<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/9a0dd96f89a8446ad6e19219f861d5d2b706b725">https://github.com/macports/macports-ports/commit/9a0dd96f89a8446ad6e19219f861d5d2b706b725</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 9a0dd96f89a8446ad6e19219f861d5d2b706b725
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Nov 1 03:09:17 2022 -0500
<span style='display:block; white-space:pre;color:#404040;'> qt4-mac: Fix name of macOS 13
</span>---
aqua/qt4-mac/Portfile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt4-mac/Portfile b/aqua/qt4-mac/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 602b3c376eb..c12b5ef3d17 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt4-mac/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt4-mac/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -88,9 +88,9 @@ if {${macosx_deployment_target} ne ""} {
</span> }
# ui_debug "Deduced OS MAJOR.MINOR = ${MAJOR}.${MINOR}"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# error out if trying to build on a new OSX version (> 13.0). we do
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# this because this port is so old and thus we want to make sure this
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# port works on these newer OSX.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Error out if trying to build on a new macOS version. We do this
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# because this port is so old and thus we want to make sure this
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# port works on these newer macOS versions first.
</span>
platform darwin {
if { ( ${MAJOR} == 10 && ${MINOR} > 15 ) || ${MAJOR} > 13 } {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -98,7 +98,7 @@ platform darwin {
</span> depends_lib
depends_run
pre-fetch {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- ui_error "$name does not currently build on Mac OS X later than 13 'Big Sur'."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ui_error "$name does not currently build on macOS versions later than 13 Ventura."
</span> error "unsupported platform"
}
}
</pre><pre style='margin:0'>
</pre>