Revision: 149818 https://trac.macports.org/changeset/149818 Author: khindenburg@macports.org Date: 2016-06-30 20:09:21 -0700 (Thu, 30 Jun 2016) Log Message: ----------- base: prevent reclaim from constantly asking to run it; for now wait another 2 weeks #51712 Modified Paths: -------------- trunk/base/src/macports1.0/reclaim.tcl Modified: trunk/base/src/macports1.0/reclaim.tcl =================================================================== --- trunk/base/src/macports1.0/reclaim.tcl 2016-06-30 23:37:15 UTC (rev 149817) +++ trunk/base/src/macports1.0/reclaim.tcl 2016-07-01 03:09:21 UTC (rev 149818) @@ -353,6 +353,10 @@ if {$retval == 0} { # User said yes, run port reclaim macports::reclaim_main + } else { + # User said no, ask again in two weeks + # Change this time frame if a consensus is agreed upon + update_last_run } } else { ui_warn $msg