Changes between Version 112 and Version 113 of PortfileRecipes


Ignore:
Timestamp:
Aug 27, 2022, 9:21:34 PM (20 months ago)
Author:
jmroot (Joshua Root)
Comment:

cleanup deactivate hack example

Legend:

Unmodified
Added
Removed
Modified
  • PortfileRecipes

    v112 v113  
    641641pre-activate {
    642642    # both kerberos5 and e2fsprogs previously conflicted because they installed files now provided by libcomerr
    643     if {![catch {set installed [lindex [registry_active kerberos5] 0]}]} {
     643    if {![catch {lindex [registry_active kerberos5] 0} installed]} {
    644644        set _version [lindex $installed 1]
    645645        if {[vercmp $_version 1.11] < 0} {