#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 17 years ago by ryandesign (Ryan Carsten Schmidt)
Milestone: | Port Bugs → MacPorts base bugs |
---|---|
Resolution: | → invalid |
Status: | new → closed |
comment:2 Changed 17 years ago by jmpalacios (Juan Manuel Palacios)
Component: | ports → base |
---|---|
Milestone: | MacPorts base bugs |
Priority: | High → Normal |
Note: See
TracTickets for help on using
tickets.
"
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
".