[MacPorts] #41324: Bug in qt4-mac
MacPorts
noreply at macports.org
Tue Nov 12 06:41:39 PST 2013
#41324: Bug in qt4-mac
-----------------------+-------------------------
Reporter: dosiek@… | Owner: michaelld@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.1
Resolution: | Keywords:
Port: qt4-mac |
-----------------------+-------------------------
Changes (by macsforever2000@…):
* keywords: qt4-mac =>
* owner: macports-tickets@… => michaelld@…
Old description:
> Line 622 of port file says
>
> } elseif {${MINOR} = "9"} {
>
> It should say
>
> } elseif {${MINOR} == "9"} {
New description:
Line 622 of port file says
{{{
} elseif {${MINOR} = "9"} {
}}}
It should say
{{{
} elseif {${MINOR} == "9"} {
}}}
--
Comment:
In the future, please use WikiFormatting and Cc the port maintainers
({{{port info --maintainers qt4-mac}}}).
--
Ticket URL: <https://trac.macports.org/ticket/41324#comment:1>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list