Ticket #39636: qt4-creator-mac-2.7.2.patch

File qt4-creator-mac-2.7.2.patch, 1.8 KB (added by macports@…, 11 years ago)
  • Portfile

    old new  
    22# $Id: Portfile 107700 2013-07-04 13:15:54Z mcalhoun@macports.org $
    33
    44PortSystem          1.0
    5 PortGroup           qt4 1.0
     5PortGroup           qmake 1.0
    66
    77name                qt4-creator-mac
    8 version             2.7.1
    9 revision            1
     8version             2.7.2
    109categories          devel aqua
    1110platforms           darwin
    1211license             LGPL-2.1
    13 maintainers         sicherha.de:macports
     12maintainers         sicherha.de:macports openmaintainer
    1413description         Cross-platform integrated development environment (IDE) tailored to the needs of Qt developers.
    1514long_description    Qt Creator is a cross-platform integrated development environment (IDE) tailored to the needs of Qt developers.
    1615
     
    1817distname            qt-creator-${version}-src
    1918master_sites        https://download.qt-project.org/official_releases/qtcreator/[join [lrange [split ${version} .] 0 1] .]/${version}/
    2019
    21 checksums           rmd160  4ead068ad4c57888bf96266973fe69e8ee762ed2 \
    22                     sha256  5b428b49579ab62ab0575010848b4d50b05d4ff1abebaa73883bcdd9863f7613
     20checksums           rmd160  048e66a3c47837e8db4a553f0d6a528f488e7f57 \
     21                    sha256  5df913faa43a5fbf44fb1f25faaf6d258134b8f9e6b8ef8a21277136dec9e189
    2322
    2423depends_lib-append  port:botan
    2524
     
    4847    configure.pre_args-append CONFIG+="release"
    4948}
    5049
    51 configure.cmd       ${qt_qmake_cmd}
    52 configure.args      "-o Makefile qtcreator.pro USE_SYSTEM_BOTAN=1"
    53 configure.post_args
    54 configure.universal_args
     50configure.args      "USE_SYSTEM_BOTAN=1"
    5551
    5652# allow ccache, if specified by the user
    5753pre-build {