Changeset 97867


Ignore:
Timestamp:
Sep 18, 2012, 10:16:34 AM (12 years ago)
Author:
css@…
Message:

cmake: removed FindPkgConfig patch no longer needed for 2.8.9 and bump revision. refs #35882 and #34505

Location:
trunk/dports/devel/cmake
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/cmake/Portfile

    r97601 r97867  
    77name            cmake
    88version         2.8.9
     9revision        1
    910set branch      [join [lrange [split ${version} .] 0 1] .]
    1011categories      devel
     
    5051
    5152patchfiles      patch-CMakeFindFrameworks.cmake.diff \
    52                         patch-Modules-FindQt4.cmake.diff \
    53             patch-Modules_FindPkgConfig_cmake.diff
     53                        patch-Modules-FindQt4.cmake.diff
    5454
    5555post-patch {
     
    7575variant gui description {Qt4 based cmake-gui} {
    7676        PortGroup qt4 1.0
    77         patchfiles-append patch-CMakeLists.txt.diff
     77#       patchfiles-append patch-CMakeLists.txt.diff
    7878        configure.args-append --qt-gui --qt-qmake=${qt_qmake_cmd}
    7979}
Note: See TracChangeset for help on using the changeset viewer.