Opened 11 years ago
Closed 11 years ago
#41324 closed defect (fixed)
Bug in qt4-mac
Reported by: | dosiek@… | Owned by: | michaelld (Michael Dickens) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: | qt4-mac |
Description (last modified by mf2k (Frank Schima))
Line 622 of port file says
} elseif {${MINOR} = "9"} {
It should say
} elseif {${MINOR} == "9"} {
Change History (2)
comment:1 Changed 11 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|---|
Keywords: | qt4-mac removed |
Owner: | changed from macports-tickets@… to michaelld@… |
comment:2 Changed 11 years ago by michaelld (Michael Dickens)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r113211. Please do:
sudo port clean qt4-mac sudo port selfupdate
and then try installing again.
Note: See
TracTickets for help on using
tickets.
In the future, please use WikiFormatting and Cc the port maintainers (
port info --maintainers qt4-mac
).