Changeset 82970
- Timestamp:
- 08/22/11 16:17:24 (4 years ago)
- Location:
- branches/gsoc11-rev-upgrade/base/src
- Files:
-
- 2 edited
-
macports1.0/macports.tcl (modified) (1 diff)
-
port/port.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gsoc11-rev-upgrade/base/src/macports1.0/macports.tcl
r82969 r82970 3107 3107 } 3108 3108 3109 array set options $optionslist3110 if {$status == 0 && ![global_option_isset ports_revupgrade] && ![info exists options(ports_upgrade_no-rev-upgrade)]} {3111 set status [macports::revupgrade]3112 }3113 3109 return $status 3114 3110 } -
branches/gsoc11-rev-upgrade/base/src/port/port.tcl
r82955 r82970 2521 2521 return 1 2522 2522 } 2523 2523 2524 # shared depscache for all ports in the list 2524 2525 array set depscache {} … … 2536 2537 if {$status != 0} { 2537 2538 print_tickets_url 2539 } else { 2540 array set options $opts 2541 if {![info exists options(ports_upgrade_no-rev-upgrade)]} { 2542 set status [action_revupgrade $action $portlist $opts] 2543 } 2538 2544 } 2539 2545
Note: See TracChangeset
for help on using the changeset viewer.

