Changes between Initial Version and Version 1 of Ticket #41324


Ignore:
Timestamp:
Nov 12, 2013, 2:41:39 PM (10 years ago)
Author:
mf2k (Frank Schima)
Comment:

In the future, please use WikiFormatting and Cc the port maintainers (port info --maintainers qt4-mac).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41324

    • Property Owner changed from macports-tickets@… to michaelld@…
    • Property Keywords qt4-mac removed
  • Ticket #41324 – Description

    initial v1  
    11Line 622 of port file says
    22
     3{{{
    34} elseif {${MINOR} = "9"} {
     5}}}
    46
    57It should say
    68
     9{{{
    710} elseif {${MINOR} == "9"} {
     11}}}