You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
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:
@@ -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
@@ -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+)*)"
|
||||
|
||||
Reference in New Issue
Block a user