Revision: 70294 http://trac.macports.org/changeset/70294 Author: jmr@macports.org Date: 2010-08-05 02:28:14 -0700 (Thu, 05 Aug 2010) Log Message: ----------- restore_ports: actually, this change occurred in 1.9.1 Modified Paths: -------------- contrib/restore_ports/restore_ports.tcl Modified: contrib/restore_ports/restore_ports.tcl =================================================================== --- contrib/restore_ports/restore_ports.tcl 2010-08-05 09:21:00 UTC (rev 70293) +++ contrib/restore_ports/restore_ports.tcl 2010-08-05 09:28:14 UTC (rev 70294) @@ -143,7 +143,7 @@ } proc install_ports {operationList} { - if {[rpm-vercomp [macports::version] 1.8.2] <= 0} { + if {[rpm-vercomp [macports::version] 1.9.1] < 0} { set install_target install } else { set install_target activate
participants (1)
-
jmr@macports.org