Changes between Version 117 and Version 118 of Migration


Ignore:
Timestamp:
Feb 10, 2021, 9:49:53 PM (3 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

Not saving and restoring the list of requested ports leads to port reclaim" deleting them all, so that's a bad idea.

Legend:

Unmodified
Added
Removed
Modified
  • Migration

    v117 v118  
    4040      port -qv installed > myports.txt
    4141      }}}
    42    a. (optional) Save the list of requested ports:
     42   a. Save the list of requested ports:
    4343      {{{
    4444      port echo requested | cut -d ' ' -f 1 | uniq > requested.txt
     
    6060      }}}
    6161      Note: ports that are not available on your new platform will be skipped, with only a warning message. \\
    62    a. (optional) Restore requested status:
     62   a. Restore requested status:
    6363      If you saved the list of requested ports, you can now restore the requested flags for your newly installed ports to their former states.
    6464      {{{