Ticket #19570: Portfile-automoc.patch

File Portfile-automoc.patch, 1.4 KB (added by astricker@…, 15 years ago)

Update for automoc to 0.9.88 (stable), also using Qt 4.5 (qt4-mac)

  • devel/automoc/Portfile

    a b  
    44PortGroup           cmake   1.0
    55
    66name                automoc
    7 version             0.9.87
    8 revision            5
     7version             0.9.88
     8revision            0
    99categories          devel kde kde4
    1010maintainers         illogic-al openmaintainer
    1111description         A tool which automatically creates .moc files and compiles them in.
    1212long_description    ${description} Necessary for compiling KDE programs.
    1313platforms           darwin
    1414homepage            http://www.kde.org
    15 master_sites        kde:unstable/${name}4/${version}/
     15master_sites        kde:stable/${name}4/${version}/
    1616use_bzip2           yes
    1717distname            ${name}4-${version}
    18 checksums           md5 824504508d581e82d5e1a17b01a1d684
     18checksums           md5     91bf517cb940109180ecd07bc90c69ec \
     19                    sha1    d864c3dda99d8b5f625b9267acfa1d88ff617e3a \
     20                    rmd160  8545f159092c9237f8c0f0f14b0dca9bfeac5c19
    1921
    20 depends_lib         port:qt4-kde
     22depends_lib         port:qt4-mac
    2123
    2224use_parallel_build  yes
    2325worksrcdir          build
     
    2628configure.compiler  gcc-4.2
    2729
    2830configure.args-append   ../${distname} \
    29                         -DQT_QMAKE_EXECUTABLE=${prefix}/libexec/qt4-kde/bin/qmake
     31                        -DQT_QMAKE_EXECUTABLE=${prefix}/libexec/qt4-mac/bin/qmake
    3032