pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cmake Update to 2.8.11.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d287aa1a688d
branches:  trunk
changeset: 621892:d287aa1a688d
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Jul 20 12:49:26 2013 +0000

description:
Update to 2.8.11.2

Chagnelog

Changes in CMake 2.8.11.2 (since 2.8.11.1)
------------------------------------------
Alex Neundorf (1):
      asm support: adapt to changes in CMakeDetectCompiler in 2.8.10

Bjoern Thiel (1):
      SelectLibraryConfigurations: Fix for cached <base>_LIBRARY

Brad King (5):
      cmCryptoHash: Increase alignment of HashFile buffer
      cmcurl: Backport curl bug 1192 fix (#14250)
      VS12: Add Visual Studio 12 generator (#14251)
      VS12: Generate flag tables from MSBuild v120 tool files
      FindBoost: Add -vc120 mangling for VS 12

Robert Maynard (1):
      VS: Clarify Visual Studio product year for each version

Changes in CMake 2.8.11.1 (since 2.8.11)
----------------------------------------
Brad King (5):
      ExternalData: Do not re-stage staged object files
      try_compile: Fix quoting of libraries in generated CMakeLists.txt
      KWSys: Fix SystemTools::FileIsDirectory with long paths (#14176)
      FindBoost: Fix handling of \ in input paths (#14179)
      Xcode: Fix framework search paths in STATIC library targets (#14191)

Modestas Vainius (1):
      Fix test failures caused by regexp-sensitive characters in the build paths

Stephen Kelly (9):
      include_directories: Fix handling of empty or space-only entries
      try_compile: Trim whitespace from LINK_LIBRARIES entries
      cmTarget: Remove some hardcoding of transitive property names.
      GenexEval: Extract a getLinkedTargetsContent from TargetPropertyNode.
      GenexEval: Fix evaluation of INCLUDE_DIRECTORIES target property.
      GenexEval: Test evaluation of INCLUDE_DIRECTORIES target property.
      FindQt4: Don't fail if certain Qt modules are unavailable.
      Qt4Macros: Handle Qt ActiveX libraries in qt4_use_modules.
      Genex: Fix the HEAD target used for evaluated expressions

diffstat:

 devel/cmake/Makefile |  4 ++--
 devel/cmake/PLIST    |  3 ++-
 devel/cmake/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (45 lines):

diff -r b6183f051b9c -r d287aa1a688d devel/cmake/Makefile
--- a/devel/cmake/Makefile      Sat Jul 20 11:57:37 2013 +0000
+++ b/devel/cmake/Makefile      Sat Jul 20 12:49:26 2013 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.73 2013/05/29 09:59:15 adam Exp $
+# $NetBSD: Makefile,v 1.74 2013/07/20 12:49:26 ryoon Exp $
 
-DISTNAME=      cmake-${CMAKE_API}.11
+DISTNAME=      cmake-${CMAKE_API}.11.2
 CATEGORIES=    devel
 MASTER_SITES=  http://www.cmake.org/files/v${CMAKE_API}/
 
diff -r b6183f051b9c -r d287aa1a688d devel/cmake/PLIST
--- a/devel/cmake/PLIST Sat Jul 20 11:57:37 2013 +0000
+++ b/devel/cmake/PLIST Sat Jul 20 12:49:26 2013 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.30 2013/05/29 09:59:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.31 2013/07/20 12:49:26 ryoon Exp $
 bin/ccmake
 bin/cmake
 bin/cpack
@@ -112,6 +112,7 @@
 share/cmake-${CMAKE_API}/Modules/CMakeUnixFindMake.cmake
 share/cmake-${CMAKE_API}/Modules/CMakeVS10FindMake.cmake
 share/cmake-${CMAKE_API}/Modules/CMakeVS11FindMake.cmake
+share/cmake-${CMAKE_API}/Modules/CMakeVS12FindMake.cmake
 share/cmake-${CMAKE_API}/Modules/CMakeVS6BackwardCompatibility.cmake
 share/cmake-${CMAKE_API}/Modules/CMakeVS6FindMake.cmake
 share/cmake-${CMAKE_API}/Modules/CMakeVS71FindMake.cmake
diff -r b6183f051b9c -r d287aa1a688d devel/cmake/distinfo
--- a/devel/cmake/distinfo      Sat Jul 20 11:57:37 2013 +0000
+++ b/devel/cmake/distinfo      Sat Jul 20 12:49:26 2013 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.47 2013/06/03 08:45:27 jperkin Exp $
+$NetBSD: distinfo,v 1.48 2013/07/20 12:49:26 ryoon Exp $
 
-SHA1 (cmake-2.8.11.tar.gz) = 7b7961402ec71d84052734da1bed2b28e6a2c4af
-RMD160 (cmake-2.8.11.tar.gz) = b90d9f031eab6ea4d67c00b6c78f60603866e172
-Size (cmake-2.8.11.tar.gz) = 5883643 bytes
+SHA1 (cmake-2.8.11.2.tar.gz) = 31f217c9305add433e77eff49a6eac0047b9e929
+RMD160 (cmake-2.8.11.2.tar.gz) = 4fe1fe6306cae0d11da53b30266203c846e484d8
+Size (cmake-2.8.11.2.tar.gz) = 5887016 bytes
 SHA1 (patch-Modules_FindPNG.cmake) = 55de08bb7882bc98c78dcad0d1aa7016b4b03564
 SHA1 (patch-Modules_FindX11.cmake) = e5c9f5fd382effb85ae75fe603de00e5e58d788a
 SHA1 (patch-Modules_Platform_SunOS.cmake) = 7a53ae3c902dd69ee22ef9fe0ae2a022d5284f16



Home | Main Index | Thread Index | Old Index