Opened 9 years ago

Closed 9 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 9 years ago by larryv (Lawrence Velázquez)

Resolution: wontfix
Status: newclosed

The warning is not telling you to replace “outdated” with “installed”. It’s recommending that you use “installed” instead of “list”, like so:

% port installed outdated

The point is that port list tells you what’s available, while port installed tells you what’s actually installed. The warning has nothing to do with “outdated”.

Note: See TracTickets for help on using tickets.