Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#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)

fooports.tar.bz2 (652 bytes) - added by ryandesign (Ryan Carsten Schmidt) 15 years ago.

Download all attachments as: .zip

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: newclosed

Fixed, r59770.

comment:2 Changed 14 years ago by jmroot (Joshua Root)

Milestone: MacPorts FutureMacPorts 1.9.0
Note: See TracTickets for help on using tickets.