[36160] trunk/base/src/registry1.0/portuninstall.tcl

raimue at macports.org raimue at macports.org
Sat Apr 19 18:47:25 PDT 2008


Revision: 36160
          http://trac.macosforge.org/projects/macports/changeset/36160
Author:   raimue at macports.org
Date:     2008-04-19 18:47:23 -0700 (Sat, 19 Apr 2008)

Log Message:
-----------
registry1.0/portuninstall.tcl:
Rename --recursive to --follow-dependents

Modified Paths:
--------------
    trunk/base/src/registry1.0/portuninstall.tcl

Modified: trunk/base/src/registry1.0/portuninstall.tcl
===================================================================
--- trunk/base/src/registry1.0/portuninstall.tcl	2008-04-20 01:34:56 UTC (rev 36159)
+++ trunk/base/src/registry1.0/portuninstall.tcl	2008-04-20 01:47:23 UTC (rev 36160)
@@ -98,7 +98,7 @@
 		}
 		# Now see if we need to error
 		if { [llength $dl] > 0 } {
-			if {[info exists options(ports_uninstall_recursive)] && $options(ports_uninstall_recursive) eq "yes"} {
+			if {[info exists options(ports_uninstall_follow-dependents)] && $options(ports_uninstall_follow-dependents) eq "yes"} {
 				foreach depport $dl {
 					# make sure it's still installed, since a previous dep uninstall may have removed it
 					# does registry::installed still error? A cursory look at the code says no, but above says yes

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080419/54d805a1/attachment.html


More information about the macports-changes mailing list