qt6,qt64,qt6_info-1.0: update supported macOS versions

This commit is contained in:
Renee Otten
2024-12-20 21:46:05 -05:00
parent 557810f916
commit 3ddc4db71d
3 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -35,8 +35,9 @@ namespace eval qt6 {}
# please keep in order with the most recent Qt and OS versions with the lowest indices
#
set qt6::available_versions {
qt6 {6.8 {23 22 21 20}}
qt64 {6.4 {23 22 21 20 19 18}}
qt6 {6.8 {24 23}}
qt67 {6.7 {24 23 22 21}}
qt64 {6.4 {24 23 22 21 20 19}}
}
####################################################################################################################################
+1 -1
View File
@@ -8,7 +8,7 @@ PortGroup compiler_blacklist_versions 1.0
name qt6
categories aqua
platforms {macosx >= 20} ; # upon change, please update qt6 PG
platforms {macosx >= 23} ; # upon change, please update qt6 PG
maintainers {mcalhoun @MarcusCalhoun-Lopez} \
{reneeotten @reneeotten} openmaintainer
+1 -1
View File
@@ -8,7 +8,7 @@ PortGroup compiler_blacklist_versions 1.0
name qt64
categories aqua
platforms {macosx >= 18} ; # upon change, please update qt6 PG
platforms {macosx >= 19} ; # upon change, please update qt6 PG
maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
# for OpenSSLException, see source and header files in src/network/ssl of qtbase