K 10 svn:author V 5 dougb K 8 svn:date V 27 2010-12-26T20:18:50.938580Z K 7 svn:log V 508 Fix some bugs with -r: 1. In certain situations dependent ports that were otherwise up to date would be missed. 2. For the purpose of not rebuilding the parent port when -R is used we only care about the dependencies of the parent port being up to date. So determine the value of PM_RBP_NEEDS_UPGRADE before entering the MASTER_RB_LIST loop, then only test PM_RBP_NEEDS_UPGRADE at the end and ignore NO_DEP_UPDATES since at that point it could refer to dependencies of the dependent ports. END