Opened 18 years ago
Closed 18 years ago
#11116 closed defect (invalid)
portcheck cannot figure out versions with 2 decimal places
Reported by: | yeled@… | Owned by: | pguyot (Paul Guyot) |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | base | Version: | 1.3.2 |
Keywords: | Cc: | ||
Port: |
Description
13:16 eris:Documents/DEV/sshkeychain% sudo port livecheck maintainer:yeled@macports.org DarwinPorts seems to have been updated (port version: 1.3.2, new version: 1.2) dnetc seems to have been updated (port version: 2.9010.495, new version: 2.8006.257)
Change History (1)
comment:1 Changed 18 years ago by pguyot (Paul Guyot)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
port livecheck just makes a string equality comparison between what can be found online and the version in the Portfile. If the strings are unequal, the software is considered to have been updated. There's no order relation.