Opened 10 years ago
Closed 10 years ago
#46164 closed defect (wontfix)
Unnecessary warning
Reported by: | matteocorti (Matteo Corti) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 2.3.3 |
Keywords: | Cc: | ||
Port: |
Description
port list outdated
always issues the warining
Warning: The 'list' action only shows the currently available version of each port. To see installed versions, use the 'installed' action.
The installed packages and the outdated ones are two different things. Suggesting to use installed
instead of outdated
is like comparing apple to oranges.
Change History (1)
comment:1 Changed 10 years ago by larryv (Lawrence Velázquez)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The warning is not telling you to replace “outdated” with “installed”. It’s recommending that you use “installed” instead of “list”, like so:
The point is that
port list
tells you what’s available, whileport installed
tells you what’s actually installed. The warning has nothing to do with “outdated”.