[49004] trunk/base/src/macports1.0/macports.tcl

jmr at macports.org jmr at macports.org
Wed Apr 1 12:30:50 PDT 2009


Revision: 49004
          http://trac.macports.org/changeset/49004
Author:   jmr at macports.org
Date:     2009-04-01 12:30:50 -0700 (Wed, 01 Apr 2009)
Log Message:
-----------
upgrade: bugfix for the force / epoch override case

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

Modified: trunk/base/src/macports1.0/macports.tcl
===================================================================
--- trunk/base/src/macports1.0/macports.tcl	2009-04-01 18:54:53 UTC (rev 49003)
+++ trunk/base/src/macports1.0/macports.tcl	2009-04-01 19:30:50 UTC (rev 49004)
@@ -2519,7 +2519,7 @@
             if {!$force_cur} {
                 unset options(ports_force)
             }
-            if {$version_in_tree == $version_active && $revision_in_tree == $revision_active
+            if {$anyactive && $version_in_tree == $version_active && $revision_in_tree == $revision_active
                 && $portinfo(canonical_active_variants) == $variant_active} {
                 set anyactive no
             }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090401/611ab452/attachment.html>


More information about the macports-changes mailing list