Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 116
and
Version 117
of
Migration
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Jan 5, 2021, 2:11:10 AM (
4 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
42
42
a. (optional) Save the list of requested ports:
43
43
{{{
44
port echo requested | cut -d ' ' -f 1
> requested.txt
44
port echo requested | cut -d ' ' -f 1
| uniq
> requested.txt
45
45
}}}
46
46
a. Uninstall all installed ports: