gtk3, gtk3-devel: fix livecheck pointing to old gtk

Should fix this error from ports.macports.org:

Error: livecheck failed for gtk3: extracted version '3.24.43' is older than livecheck.version '3.24.52'
This commit is contained in:
Bruno Lopes
2026-06-04 10:52:06 -03:00
committed by Renee Otten
parent d482fe530a
commit ee5f6c53c9
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -344,7 +344,8 @@ post-activate {
}
livecheck.type gnome
livecheck.name gtk+
# versions 3.24.48+ are not stored on historic gtk+ dir anymore
livecheck.name ${proj_name}
# versions 3.89.1+ are snapshots of unstable development leading to GTK+ 4
# and are not compatible with gtk3
livecheck.regex "LATEST-IS-(${port_ver_major}\\.\[0-7\]\[02468\](?:\\.\\d+)*)"
+2 -1
View File
@@ -343,7 +343,8 @@ post-activate {
}
livecheck.type gnome
livecheck.name gtk+
# versions 3.24.48+ are not stored on historic gtk+ dir anymore
livecheck.name ${proj_name}
# versions 3.89.1+ are snapshots of unstable development leading to GTK+ 4
# and are not compatible with gtk3
livecheck.regex "LATEST-IS-(${port_ver_major}\\.\[0-7\]\[02468\](?:\\.\\d+)*)"