[MacPorts] #41324: Bug in qt4-mac
#41324: Bug in qt4-mac ----------------------+-------------------------------- Reporter: dosiek@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Keywords: qt4-mac | Port: qt4-mac ----------------------+-------------------------------- Line 622 of port file says } elseif {${MINOR} = "9"} { It should say } elseif {${MINOR} == "9"} { -- Ticket URL: <https://trac.macports.org/ticket/41324> MacPorts <http://www.macports.org/> Ports system for OS X
#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
#41324: Bug in qt4-mac -----------------------+------------------------- Reporter: dosiek@… | Owner: michaelld@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: fixed | Keywords: Port: qt4-mac | -----------------------+------------------------- Changes (by michaelld@…): * status: new => closed * resolution: => fixed Comment: Fixed in r113211. Please do: {{{ sudo port clean qt4-mac sudo port selfupdate }}} and then try installing again. -- Ticket URL: <https://trac.macports.org/ticket/41324#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts