diff --git a/ports/gis/cgal/Portfile b/ports/gis/cgal/Portfile
index 58c250d..766aca6 100644
a
|
b
|
PortSystem 1.0 |
5 | 5 | PortGroup cmake 1.0 |
6 | 6 | |
7 | 7 | name cgal |
8 | | version 4.5.1 |
| 8 | version 4.5.2 |
9 | 9 | license LGPL-3+ GPL-3+ |
10 | 10 | categories gis science |
11 | 11 | maintainers vince |
… |
… |
platforms darwin |
24 | 24 | homepage http://www.cgal.org/ |
25 | 25 | |
26 | 26 | fetch.ignore_sslcert yes |
27 | | master_sites https://gforge.inria.fr/frs/download.php/file/34403 |
| 27 | master_sites https://gforge.inria.fr/frs/download.php/file/34511 |
28 | 28 | |
29 | 29 | distname CGAL-${version} |
30 | | checksums rmd160 f7f48acd7df7986d02933131c169c26856032947 \ |
31 | | sha256 5f92935f620ca8176f95c740446997ab9e06b02b0c1fb75e20f789a0404f779e |
| 30 | checksums rmd160 c2a42799d077691532593dc134a20493da192cc1 \ |
| 31 | sha256 857187755e0281984b27e1a4c0b02a6a03036bca1c09e7d5bdbe5c96b457fa6d |
32 | 32 | |
33 | 33 | use_bzip2 yes |
34 | 34 | |
… |
… |
configure.args-append -DCGAL_INSTALL_CMAKE_DIR="share/CGAL/cmake" \ |
50 | 50 | compiler.blacklist-append gcc-4.0 |
51 | 51 | |
52 | 52 | variant perf description {optimize code for current arch} { |
53 | | configure.compiler macports-clang-3.3 |
| 53 | configure.compiler macports-clang-3.5 |
54 | 54 | configure.optflags -O3 -pipe -march=native |
55 | 55 | } |
56 | 56 | |