Changes between Version 116 and Version 117 of Migration


Ignore:
Timestamp:
Jan 5, 2021, 2:11:10 AM (3 years ago)
Author:
srogers (Steve Rogers)
Comment:

without "uniq", ports with multiple installed versions are repeated in the list

Legend:

Unmodified
Added
Removed
Modified
  • Migration

    v116 v117  
    4242   a. (optional) Save the list of requested ports:
    4343      {{{
    44       port echo requested | cut -d ' ' -f 1 > requested.txt
     44      port echo requested | cut -d ' ' -f 1 | uniq > requested.txt
    4545      }}}
    4646   a. Uninstall all installed ports: