Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#13790 closed defect (invalid)

"port list installed" reports wrong version numbers

Reported by: kurtjaeke@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: base Version: 1.6.0
Keywords: Cc:
Port:

Description

"port list installed" outputs, for example:

MPlayer                        @1.0rc2         multimedia/MPlayer
MPlayer                        @1.0rc2         multimedia/MPlayer

only when uninstalling some ports, the correct install version numbers appear:

$ port -f uninstall MPlayer
--->  The following versions of MPlayer are currently installed:
--->    MPlayer @1.0rc1try3_0
--->    MPlayer @1.0rc2_1 (active)

"port list installed" should give the correct version numbers.

Change History (2)

comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Milestone: Port BugsMacPorts base bugs
Resolution: invalid
Status: newclosed

"port list installed" does not do what you think it does. "port list installed" gets the list of names of all the installed ports, and for each one, shows you the current version, regardless of what version is installed.

To see the versions that are installed, you want to use "port installed".

comment:2 Changed 16 years ago by jmpp@…

Component: portsbase
Milestone: MacPorts base bugs
Priority: HighNormal
Note: See TracTickets for help on using tickets.