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

raimue at macports.org raimue at macports.org
Sat Jul 25 02:15:43 PDT 2009


Revision: 54352
          http://trac.macports.org/changeset/54352
Author:   raimue at macports.org
Date:     2009-07-25 02:15:42 -0700 (Sat, 25 Jul 2009)
Log Message:
-----------
macports1.0/macports.tcl:
Make the skip message output for non-matching variants more readable with
quotation marks when one of the variant sets is empty.

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-07-25 09:05:30 UTC (rev 54351)
+++ trunk/base/src/macports1.0/macports.tcl	2009-07-25 09:15:42 UTC (rev 54352)
@@ -2486,7 +2486,7 @@
         ui_debug "No need to upgrade! $portname ${version_installed}_${revision_installed} >= $portname ${version_in_tree}_${revision_in_tree}"
         if {[info exists portinfo(canonical_active_variants)]
             && $portinfo(canonical_active_variants) != $oldvariant} {
-            ui_warn "Skipping upgrade since $portname ${version_installed}_${revision_installed} >= $portname ${version_in_tree}_${revision_in_tree}, even though installed variant $oldvariant does not match $portinfo(canonical_active_variants). Specify -f to force upgrade."
+            ui_warn "Skipping upgrade since $portname ${version_installed}_${revision_installed} >= $portname ${version_in_tree}_${revision_in_tree}, even though installed variants \"$oldvariant\" do not match \"$portinfo(canonical_active_variants)\". Specify -f to force upgrade."
         }
         if { $epoch_installed >= $epoch_in_tree } {
             # Check if we have to do dependents
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090725/ff078e8f/attachment-0001.html>


More information about the macports-changes mailing list