#21634 closed enhancement (fixed)
port uninstall should show versions and revisions in natural order
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | MacPorts 1.9.0 |
Component: | base | Version: | 1.8.0 |
Keywords: | Cc: | afb@… | |
Port: |
Description
Versions (#13031) and revisions (#17344) are shown in natural order in the output of port installed
:
$ port installed foo The following ports are currently installed: foo @1.9_2 foo @1.10_2 foo @1.10_10 (active)
but not in the output of port uninstall
:
$ port uninstall foo ---> The following versions of foo are currently installed: ---> foo @1.10_10 (active) ---> foo @1.10_2 ---> foo @1.9_2 Error: port uninstall failed: Registry error: Please specify the full version as recorded in the port registry.
The desired output from port uninstall foo
is:
$ port uninstall foo ---> The following versions of foo are currently installed: ---> foo @1.9_2 ---> foo @1.10_2 ---> foo @1.10_10 (active) Error: port uninstall failed: Registry error: Please specify the full version as recorded in the port registry.
Attachments (1)
Change History (3)
Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | fooports.tar.bz2 added |
---|
comment:1 Changed 15 years ago by afb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 15 years ago by jmroot (Joshua Root)
Milestone: | MacPorts Future → MacPorts 1.9.0 |
---|
Note: See
TracTickets for help on using
tickets.
Fixed, r59770.