Bugfixing update to cmake-3.3.2

This commit is contained in:
dcoppa 2015-09-18 09:18:56 +00:00
parent 078318e1bf
commit 9d67abb404
4 changed files with 17 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.132 2015/09/03 07:09:25 dcoppa Exp $
# $OpenBSD: Makefile,v 1.133 2015/09/18 09:18:56 dcoppa Exp $
DPB_PROPERTIES =parallel
@ -9,7 +9,7 @@ CFLAGS += -O1 -fno-stack-protector
COMMENT = portable build system
VER = 3.3.1
VER = 3.3.2
DISTNAME = cmake-${VER}
CATEGORIES = devel

View File

@ -1,6 +1,6 @@
# $OpenBSD: cmake.port.mk,v 1.47 2015/09/03 07:09:25 dcoppa Exp $
# $OpenBSD: cmake.port.mk,v 1.48 2015/09/18 09:18:56 dcoppa Exp $
BUILD_DEPENDS+= devel/cmake>=3.3.1
BUILD_DEPENDS+= devel/cmake>=3.3.2
.for _n _v in ${SHARED_LIBS}
CONFIGURE_ENV+=LIB${_n}_VERSION=${_v}

View File

@ -1,2 +1,2 @@
SHA256 (cmake-3.3.1.tar.gz) = zWUCLGoHB/HHES+Z6cmBZ3/dVRj33foPd41M7nET49Y=
SIZE (cmake-3.3.1.tar.gz) = 6577869
SHA256 (cmake-3.3.2.tar.gz) = 51oXjW6/GCsEjr/m4GV8SfDcEJd5Fwutf/yxdGPy/CI=
SIZE (cmake-3.3.2.tar.gz) = 6578184

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-Tests_RunCMake_CMakeLists_txt,v 1.1 2015/09/18 09:18:56 dcoppa Exp $
--- Tests/RunCMake/CMakeLists.txt.orig Fri Sep 18 10:37:12 2015
+++ Tests/RunCMake/CMakeLists.txt Fri Sep 18 10:37:42 2015
@@ -65,7 +65,6 @@ add_RunCMake_test(CMP0054)
add_RunCMake_test(CMP0055)
add_RunCMake_test(CMP0057)
add_RunCMake_test(CMP0059)
-add_RunCMake_test(CMP0060)
if(CMAKE_GENERATOR STREQUAL "Ninja")
add_RunCMake_test(Ninja)
endif()