[32224] trunk/base/src/macports1.0/macports.tcl
jmpp at macports.org
jmpp at macports.org
Thu Dec 20 12:03:01 PST 2007
Revision: 32224
http://trac.macosforge.org/projects/macports/changeset/32224
Author: jmpp at macports.org
Date: 2007-12-20 12:02:53 -0800 (Thu, 20 Dec 2007)
Log Message:
-----------
Another variable rename, no functional changes: $mp_version_new to $macports_version_new, to match the naming of $macports::autoconf::macports_version.
Modified Paths:
--------------
trunk/base/src/macports1.0/macports.tcl
Modified: trunk/base/src/macports1.0/macports.tcl
===================================================================
--- trunk/base/src/macports1.0/macports.tcl 2007-12-20 19:53:51 UTC (rev 32223)
+++ trunk/base/src/macports1.0/macports.tcl 2007-12-20 20:02:53 UTC (rev 32224)
@@ -1658,12 +1658,12 @@
# get downloaded MacPorts version and write the old version back
set fd [open [file join $mp_source_path config mp_version] r]
- gets $fd mp_version_new
+ gets $fd macports_version_new
close $fd
- ui_msg "\nDownloaded MacPorts base version $mp_version_new"
+ ui_msg "\nDownloaded MacPorts base version $macports_version_new"
# check if we we need to rebuild base
- if {$mp_version_new > $macports::autoconf::macports_version || $use_the_force_luke == "yes"} {
+ if {$macports_version_new > $macports::autoconf::macports_version || $use_the_force_luke == "yes"} {
ui_msg "Configuring, Building and Installing new MacPorts base"
# check if $prefix/bin/port is writable, if so we go !
# get installation user / group
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071220/8abcb272/attachment.html
More information about the macports-changes
mailing list