K 10 svn:author V 6 rakuco K 8 svn:date V 27 2015-01-04T22:18:02.204004Z K 7 svn:log V 669 Update CMake to 3.1.0. Upstream release notes: http://www.cmake.org/cmake/help/v3.1/release/3.1.0.html Notable changes on the packaging side: * devel/cmake does not need USE_OPENSSL=yes anymore. In fact, it has not needed it since r366996, when we stopped building CMake's bundled copies of curl, libarchive & friends (curl was the only consumer of OpenSSL in CMake). * Likewise, we do not need to set CMAKE_USE_OPENSSL in InitialCache.cmake anymore. * On FreeBSD < 10, devel/cmake and devel/cmake-gui now depend on archivers/libarchive because the libarchive version in base is too old and does not contain some functions that CMake uses. PR: 196367 END