diff options
author | Jose V Beneyto <sepen@crux.nu> | 2010-08-09 09:34:34 +0200 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2010-08-09 09:34:34 +0200 |
commit | 28854592b6c24ea5672310eaf8e269fa6011fe6c (patch) | |
tree | e2323de18abc38f058d51f21f78440c0cdee91be /cmake | |
parent | 65c3cf0665e70bd445e2c9d8b38168f438469c19 (diff) | |
download | opt-28854592b6c24ea5672310eaf8e269fa6011fe6c.tar.gz opt-28854592b6c24ea5672310eaf8e269fa6011fe6c.tar.xz |
cmake: updated to 2.8.2
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/.footprint | 6 | ||||
-rw-r--r-- | cmake/.md5sum | 2 | ||||
-rw-r--r-- | cmake/Pkgfile | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/cmake/.footprint b/cmake/.footprint index e3134c8c4..f568f2f4e 100644 --- a/cmake/.footprint +++ b/cmake/.footprint @@ -151,6 +151,8 @@ drwxr-xr-x root/root usr/share/cmake-2.8/Modules/ -rw-r--r-- root/root usr/share/cmake-2.8/Modules/CheckVariableExists.c -rw-r--r-- root/root usr/share/cmake-2.8/Modules/CheckVariableExists.cmake drwxr-xr-x root/root usr/share/cmake-2.8/Modules/Compiler/ +-rw-r--r-- root/root usr/share/cmake-2.8/Modules/Compiler/Clang-C.cmake +-rw-r--r-- root/root usr/share/cmake-2.8/Modules/Compiler/Clang-CXX.cmake -rw-r--r-- root/root usr/share/cmake-2.8/Modules/Compiler/G95-Fortran.cmake -rw-r--r-- root/root usr/share/cmake-2.8/Modules/Compiler/GNU-C.cmake -rw-r--r-- root/root usr/share/cmake-2.8/Modules/Compiler/GNU-CXX.cmake @@ -228,6 +230,7 @@ drwxr-xr-x root/root usr/share/cmake-2.8/Modules/FindCUDA/ -rw-r--r-- root/root usr/share/cmake-2.8/Modules/FindGTK2.cmake -rw-r--r-- root/root usr/share/cmake-2.8/Modules/FindGTest.cmake -rw-r--r-- root/root usr/share/cmake-2.8/Modules/FindGettext.cmake +-rw-r--r-- root/root usr/share/cmake-2.8/Modules/FindGit.cmake -rw-r--r-- root/root usr/share/cmake-2.8/Modules/FindGnuTLS.cmake -rw-r--r-- root/root usr/share/cmake-2.8/Modules/FindGnuplot.cmake -rw-r--r-- root/root usr/share/cmake-2.8/Modules/FindHDF5.cmake @@ -400,6 +403,8 @@ drwxr-xr-x root/root usr/share/cmake-2.8/Modules/Platform/ -rw-r--r-- root/root usr/share/cmake-2.8/Modules/Platform/Haiku.cmake -rw-r--r-- root/root usr/share/cmake-2.8/Modules/Platform/IRIX.cmake -rw-r--r-- root/root usr/share/cmake-2.8/Modules/Platform/IRIX64.cmake +-rw-r--r-- root/root usr/share/cmake-2.8/Modules/Platform/Linux-Clang-C.cmake +-rw-r--r-- root/root usr/share/cmake-2.8/Modules/Platform/Linux-Clang-CXX.cmake -rw-r--r-- root/root usr/share/cmake-2.8/Modules/Platform/Linux-GNU-C.cmake -rw-r--r-- root/root usr/share/cmake-2.8/Modules/Platform/Linux-GNU-CXX.cmake -rw-r--r-- root/root usr/share/cmake-2.8/Modules/Platform/Linux-GNU-Fortran.cmake @@ -447,6 +452,7 @@ drwxr-xr-x root/root usr/share/cmake-2.8/Modules/Platform/ -rw-r--r-- root/root usr/share/cmake-2.8/Modules/Platform/Windows-Borland-C.cmake -rw-r--r-- root/root usr/share/cmake-2.8/Modules/Platform/Windows-Borland-CXX.cmake -rw-r--r-- root/root usr/share/cmake-2.8/Modules/Platform/Windows-Borland.cmake +-rw-r--r-- root/root usr/share/cmake-2.8/Modules/Platform/Windows-G95-Fortran.cmake -rw-r--r-- root/root usr/share/cmake-2.8/Modules/Platform/Windows-GNU-C.cmake -rw-r--r-- root/root usr/share/cmake-2.8/Modules/Platform/Windows-GNU-CXX.cmake -rw-r--r-- root/root usr/share/cmake-2.8/Modules/Platform/Windows-GNU-Fortran.cmake diff --git a/cmake/.md5sum b/cmake/.md5sum index a317f2d2a..d5d694947 100644 --- a/cmake/.md5sum +++ b/cmake/.md5sum @@ -1 +1 @@ -feadc2e5ebbfed0efc90178583503725 cmake-2.8.1.tar.gz +8c967d5264657a798f22ee23976ff0d9 cmake-2.8.2.tar.gz diff --git a/cmake/Pkgfile b/cmake/Pkgfile index 51f11a83b..a646362c5 100644 --- a/cmake/Pkgfile +++ b/cmake/Pkgfile @@ -5,7 +5,7 @@ # Depends on: ncurses name=cmake -version=2.8.1 +version=2.8.2 release=1 source=(http://www.cmake.org/files/v${version%.*}/cmake-$version.tar.gz) |