[MacPorts] #21634: port uninstall should show versions and revisions in natural order
#21634: port uninstall should show versions and revisions in natural order -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: MacPorts Future Component: base | Version: 1.8.0 Keywords: | Port: -------------------------------------+-------------------------------------- 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. }}} -- Ticket URL: <http://trac.macports.org/ticket/21634> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21634: port uninstall should show versions and revisions in natural order --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: macports-tickets@… Type: enhancement | Status: closed Priority: Normal | Milestone: MacPorts Future Component: base | Version: 1.8.0 Resolution: fixed | Keywords: Port: | --------------------------------------+------------------------------------- Changes (by afb@…): * status: new => closed * resolution: => fixed Comment: Fixed, r59770. -- Ticket URL: <http://trac.macports.org/ticket/21634#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21634: port uninstall should show versions and revisions in natural order --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: macports-tickets@… Type: enhancement | Status: closed Priority: Normal | Milestone: MacPorts 1.9.0 Component: base | Version: 1.8.0 Resolution: fixed | Keywords: Port: | --------------------------------------+------------------------------------- Changes (by jmr@…): * milestone: MacPorts Future => MacPorts 1.9.0 -- Ticket URL: <http://trac.macports.org/ticket/21634#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts