8 Mar
2008
8 Mar
'08
3:21 p.m.
William Davis wrote:
The easiest way would be if `port upgrade' removes the installed platform variant and replaces it with the current one. Or will that have any other consequences?
That would be an improvement.
sudo port -u upgrade foo
does exactly that doesnt it?
No. It tries to reinstall the same variant set as installed. So if +darwin_8 was chosen automatically on the initial install, upgrade chooses +darwin_8 again, even if you are now on darwin_9. Rainer