diff -urN ./Portfile /Users/dxy/ports/devel/cmake/Portfile
old
|
new
|
|
5 | 5 | PortGroup muniversal 1.0 |
6 | 6 | |
7 | 7 | name cmake |
8 | | version 2.8.10 |
9 | | revision 1 |
| 8 | version 2.8.10.2 |
10 | 9 | set branch [join [lrange [split ${version} .] 0 1] .] |
11 | 10 | categories devel |
12 | 11 | license BSD |
… |
… |
|
22 | 21 | master_sites http://www.cmake.org/files/v${branch}/ |
23 | 22 | platforms darwin freebsd |
24 | 23 | |
25 | | checksums rmd160 9af9e3f26f0f3d827ef566f99050fe6a2721dd25 \ |
26 | | sha256 a18b721c547c2ce2ea9378f2687caca4398fc348982ede799e96b26924cc9e04 |
| 24 | checksums rmd160 03274f790edd5dd94a8e1c94eade36864eaf5b2b \ |
| 25 | sha256 ce524fb39da06ee6d47534bbcec6e0b50422e18b62abc4781a4ba72ea2910eb1 |
27 | 26 | |
28 | 27 | depends_lib-append port:libidn port:openssl |
29 | 28 | |
… |
… |
|
52 | 51 | patch-Modules-FindQt4.cmake.diff \ |
53 | 52 | patch-Utilities-cmcurl-strequal.h.diff |
54 | 53 | |
55 | | # Add upstream patch for Darwin.cmake |
56 | | patchfiles-append patch-Modules-Platform-Darwin.cmake.diff |
57 | | |
58 | 54 | post-patch { |
59 | 55 | # copy cmake init file, ready to be patched below |
60 | 56 | copy ${filespath}/macports.cmake ${worksrcpath} |