Changes between Version 40 and Version 41 of Migration
- Timestamp:
- Jul 24, 2011, 1:05:52 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Migration
v40 v41 22 22 sudo port -f uninstall --follow-dependents installed 23 23 }}} 24 3. Clean any partially-completed builds and remove any archives:24 3. Clean any partially-completed builds: 25 25 {{{ 26 sudo port clean --work --archiveall26 sudo port clean all 27 27 }}} 28 28 4. Browse `myports.txt` and install the ports that you actually want to use (as opposed to those that are only needed as dependencies) one by one, remembering to specify the appropriate variants: