You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
python PG: handle unset python._first_version
This commit is contained in:
@@ -460,7 +460,8 @@ proc python_callback {} {
|
||||
}
|
||||
}
|
||||
# if a subport of a py-* port has not changed the version, disable livecheck.
|
||||
if {[string match py-* $name] && ${name} ne ${subport} && ${version} eq ${python._first_version}} {
|
||||
if {[info exists python._first_version] && [string match py-* $name]
|
||||
&& ${name} ne ${subport} && ${version} eq ${python._first_version}} {
|
||||
livecheck.type none
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user