[52210] branches/images-and-archives/base/src/registry1.0/portuninstall.tcl
blb at macports.org
blb at macports.org
Fri Jun 12 00:35:13 PDT 2009
Revision: 52210
http://trac.macports.org/changeset/52210
Author: blb at macports.org
Date: 2009-06-12 00:35:12 -0700 (Fri, 12 Jun 2009)
Log Message:
-----------
Fix namespace difference between trunk and branch which crept in in r52203
Modified Paths:
--------------
branches/images-and-archives/base/src/registry1.0/portuninstall.tcl
Modified: branches/images-and-archives/base/src/registry1.0/portuninstall.tcl
===================================================================
--- branches/images-and-archives/base/src/registry1.0/portuninstall.tcl 2009-06-12 07:13:16 UTC (rev 52209)
+++ branches/images-and-archives/base/src/registry1.0/portuninstall.tcl 2009-06-12 07:35:12 UTC (rev 52210)
@@ -129,7 +129,7 @@
if {[info exists options(ports_dryrun)] && $options(ports_dryrun) == "yes"} {
ui_msg "For $portname @${version}_${revision}${variants}: skipping deactivate (dry run)"
} else {
- portimage::deactivate $portname ${version}_${revision}${variants} $optionslist
+ registry::deactivate $portname ${version}_${revision}${variants} $optionslist
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090612/d2df1dac/attachment.html>
More information about the macports-changes
mailing list