Changes between Version 104 and Version 105 of Migration
- Timestamp:
- Oct 1, 2017, 11:50:32 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Migration
v104 v105 52 52 sudo ./restore_ports.tcl myports.txt 53 53 }}} 54 Note: ports that are not available on your new platform will be skipped without error. 54 55 a. (optional) Restore requested status: 55 56 If you saved the list of requested ports, you can now restore the requested flags for your newly installed ports to their former states. … … 58 59 xargs sudo port setrequested < requested.txt 59 60 }}} 61 Warning: if a port in `requested.txt` was ''not'' installed in the previous step, the iterative `setrequested` will terminate, leaving some ports still marked as not-requested. Edit `requested.txt` to remove any ports that were not installed and repeat this step. Double check your desired ports are set as requested with `port echo requested`. 60 62 61 63 == Troubleshooting ==