[64969] contrib/port_cutleaves/port_cutleaves

perry at macports.org perry at macports.org
Thu Mar 18 14:25:06 PDT 2010


Revision: 64969
          http://trac.macports.org/changeset/64969
Author:   perry at macports.org
Date:     2010-03-18 14:25:05 -0700 (Thu, 18 Mar 2010)
Log Message:
-----------
portinstall is now registry_uninstall.

Modified Paths:
--------------
    contrib/port_cutleaves/port_cutleaves

Modified: contrib/port_cutleaves/port_cutleaves
===================================================================
--- contrib/port_cutleaves/port_cutleaves	2010-03-18 17:17:21 UTC (rev 64968)
+++ contrib/port_cutleaves/port_cutleaves	2010-03-18 21:25:05 UTC (rev 64969)
@@ -239,8 +239,8 @@
 
     set uninstalled {}
     foreach port $ports {
-        if {[catch {portuninstall::uninstall [name $port] \
-                                             [composite_version $port] {}} \
+        if {[catch {registry_uninstall::uninstall [name $port] \
+                                                  [composite_version $port] {}} \
                    result]} {
             set exit_status 1
             puts stderr "Error: $result"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100318/be3401e4/attachment.html>


More information about the macports-changes mailing list