From ec31ba2cc4850d3a96706438dcc940e6002c0999 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Tue, 19 Apr 2016 16:30:44 +0000 Subject: [PATCH] cmake: bump to version 3.5.2. --- .../cmake/{cmake-3.5.1.recipe => cmake-3.5.2.recipe} | 9 ++++----- .../{cmake-3.5.1.patchset => cmake-3.5.2.patchset} | 6 +++--- 2 files changed, 7 insertions(+), 8 deletions(-) rename dev-util/cmake/{cmake-3.5.1.recipe => cmake-3.5.2.recipe} (82%) rename dev-util/cmake/patches/{cmake-3.5.1.patchset => cmake-3.5.2.patchset} (96%) diff --git a/dev-util/cmake/cmake-3.5.1.recipe b/dev-util/cmake/cmake-3.5.2.recipe similarity index 82% rename from dev-util/cmake/cmake-3.5.1.recipe rename to dev-util/cmake/cmake-3.5.2.recipe index 3701c2fd8..ae0995487 100644 --- a/dev-util/cmake/cmake-3.5.1.recipe +++ b/dev-util/cmake/cmake-3.5.2.recipe @@ -4,13 +4,12 @@ software. It is used to control the software compilation process using \ simple platform and compiler independent configuration files. CMake generates \ native makefiles and workspaces that can be used in the compiler environment \ of your choice." -HOMEPAGE="http://www.cmake.org" -COPYRIGHT="2002-2014 Kitware, Inc., Insight Consortium" +HOMEPAGE="https://cmake.org/" +COPYRIGHT="2002-2016 Kitware, Inc., Insight Consortium" LICENSE="CMake" REVISION="1" -#SOURCE_URI="http://www.cmake.org/files/v3.5/cmake-$portVersion.tar.gz" -SOURCE_URI="https://fossies.org/linux/misc/cmake-$portVersion.tar.gz" -CHECKSUM_SHA256="93d651a754bcf6f0124669646391dd5774c0fc4d407c384e3ae76ef9a60477e8" +SOURCE_URI="https://cmake.org/files/v3.5/cmake-$portVersion.tar.gz" +CHECKSUM_SHA256="92d8410d3d981bb881dfff2aed466da55a58d34c7390d50449aa59b32bb5e62a" SOURCE_DIR="cmake-$portVersion" PATCHES="cmake-$portVersion.patchset" diff --git a/dev-util/cmake/patches/cmake-3.5.1.patchset b/dev-util/cmake/patches/cmake-3.5.2.patchset similarity index 96% rename from dev-util/cmake/patches/cmake-3.5.1.patchset rename to dev-util/cmake/patches/cmake-3.5.2.patchset index 576cd7135..98966f129 100644 --- a/dev-util/cmake/patches/cmake-3.5.1.patchset +++ b/dev-util/cmake/patches/cmake-3.5.2.patchset @@ -5,7 +5,7 @@ Subject: Fix OpenAL search path. diff --git a/Modules/FindOpenAL.cmake b/Modules/FindOpenAL.cmake -index 8150ff2..e0276f8 100644 +index eb63cef..594560b 100644 --- a/Modules/FindOpenAL.cmake +++ b/Modules/FindOpenAL.cmake @@ -68,7 +68,7 @@ @@ -28,10 +28,10 @@ Subject: Haiku provides elf.h now. diff --git a/Source/cmELF.cxx b/Source/cmELF.cxx -index 37dd328..c0b5d9e 100644 +index b480cd5..558f990 100644 --- a/Source/cmELF.cxx +++ b/Source/cmELF.cxx -@@ -23,28 +23,20 @@ +@@ -19,28 +19,20 @@ #if defined(__OpenBSD__) # include # include