[70129] branches/release_1_9/base/src/macports1.0/macports.tcl

jmr at macports.org jmr at macports.org
Fri Jul 30 00:09:05 PDT 2010


Revision: 70129
          http://trac.macports.org/changeset/70129
Author:   jmr at macports.org
Date:     2010-07-30 00:09:03 -0700 (Fri, 30 Jul 2010)
Log Message:
-----------
merge r69022 from trunk:
 don't try uninstalling replaced ports during upgrade (dependents are not yet upgraded at that point)

Revision Links:
--------------
    http://trac.macports.org/changeset/69022

Modified Paths:
--------------
    branches/release_1_9/base/src/macports1.0/macports.tcl

Modified: branches/release_1_9/base/src/macports1.0/macports.tcl
===================================================================
--- branches/release_1_9/base/src/macports1.0/macports.tcl	2010-07-30 07:07:25 UTC (rev 70128)
+++ branches/release_1_9/base/src/macports1.0/macports.tcl	2010-07-30 07:09:03 UTC (rev 70129)
@@ -3233,7 +3233,7 @@
             }
             set anyactive no
         }
-        if {[info exists options(port_uninstall_old)]} {
+        if {[info exists options(port_uninstall_old)] && $portname == $newname} {
             # uninstalling now could fail due to dependents when not forced,
             # because the new version is not installed
             set uninstall_later yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100730/8572cc6d/attachment.html>


More information about the macports-changes mailing list