Index: libs/portauthority/pkgIndex.tcl ================================================================== --- libs/portauthority/pkgIndex.tcl +++ libs/portauthority/pkgIndex.tcl @@ -1,3 +1,3 @@ - package ifneeded portauthority 7.7 [list source [file join $dir portauthority.tcl]] + package ifneeded portauthority 7.8 [list source [file join $dir portauthority.tcl]] Index: libs/portauthority/portauthority.tcl ================================================================== --- libs/portauthority/portauthority.tcl +++ libs/portauthority/portauthority.tcl @@ -1,4 +1,4 @@ -package provide portauthority 7.7 +package provide portauthority 7.8 source [file join [file dirname [info script]] portauthority-main.tcl]