Ticket #38863: patch-Portfile-cmake.diff

File patch-Portfile-cmake.diff, 1.2 KB (added by manphiz@…, 11 years ago)
  • Portfile

    diff -urN ./Portfile /Users/dxy/ports/devel/cmake/Portfile
    old new  
    55PortGroup       muniversal 1.0
    66
    77name            cmake
    8 version         2.8.10
    9 revision        1
     8version         2.8.10.2
    109set branch      [join [lrange [split ${version} .] 0 1] .]
    1110categories      devel
    1211license         BSD
     
    2221master_sites    http://www.cmake.org/files/v${branch}/
    2322platforms       darwin freebsd
    2423
    25 checksums           rmd160  9af9e3f26f0f3d827ef566f99050fe6a2721dd25 \
    26                     sha256  a18b721c547c2ce2ea9378f2687caca4398fc348982ede799e96b26924cc9e04
     24checksums           rmd160  03274f790edd5dd94a8e1c94eade36864eaf5b2b \
     25                    sha256  ce524fb39da06ee6d47534bbcec6e0b50422e18b62abc4781a4ba72ea2910eb1
    2726
    2827depends_lib-append port:libidn port:openssl
    2928
     
    5251                        patch-Modules-FindQt4.cmake.diff \
    5352                        patch-Utilities-cmcurl-strequal.h.diff
    5453
    55 # Add upstream patch for Darwin.cmake
    56 patchfiles-append patch-Modules-Platform-Darwin.cmake.diff
    57 
    5854post-patch {
    5955        # copy cmake init file, ready to be patched below
    6056        copy ${filespath}/macports.cmake ${worksrcpath}