Changes between Version 119 and Version 120 of Migration
- Timestamp:
- Nov 2, 2021, 2:33:28 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Migration
v119 v120 48 48 sudo port -f uninstall installed 49 49 }}} 50 a. Clean any partially-completed builds:50 a. Run a regular clear out of your installation: 51 51 {{{ 52 sudo rm -rf /opt/local/var/macports/build/*52 sudo port reclaim 53 53 }}} 54 54 a. Download and execute the [https://raw.githubusercontent.com/macports/macports-contrib/master/restore_ports/restore_ports.tcl restore_ports script]. (If you installed MacPorts from source and used a custom prefix, then you'll need to use the -p option when you run restore_ports.tcl; see `./restore_ports.tcl -h`.)