Opened 17 years ago

Closed 17 years ago

#12287 closed defect (fixed)

Version comparison is failing.

Reported by: stevecheckoway (Stephen Checkoway) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.5
Keywords: Cc:
Port:

Description

When I run port echo outdated, it is clear that my ghc is outdated:

$ port echo outdated|grep ghc
ghc                            @6.6_3+darwin_8_powerpc

When I try to upgrade it, I get

$ sudo port -d upgrade ghc
Password:
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/ghc
[snip]
DEBUG: No need to upgrade! ghc 6.6_3 >= ghc 6.6.1_0

This is, of course, blatantly wrong.

Change History (1)

comment:1 Changed 17 years ago by sfiera@…

Resolution: fixed
Status: newclosed

I actually fixed this one a couple of days ago in r26921, but the changes won't go live until MacPorts 1.5.1. In the meantime, you can go ahead and force the upgrade with sudo port upgrade -nf ghc.

Note: See TracTickets for help on using tickets.