Skip to content

Commit

Permalink
[kd-soap]Upgrade version to 1.8.0 (#6838)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackBoosY authored and Rastaban committed Jun 10, 2019
1 parent 5ee0464 commit 9a6aae5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 20 deletions.
2 changes: 1 addition & 1 deletion ports/kd-soap/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: kd-soap
Version: 1.7.0
Version: 1.8.0
Description: A Qt-based client-side and server-side SOAP component http://www.kdab.com/products/kd-soap
Build-Depends: qt5-base
24 changes: 12 additions & 12 deletions ports/kd-soap/kd-saop.patch → ports/kd-soap/kd-soap.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c3c824e..d7a1cce 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -168,6 +168,6 @@ if(${PROJECT_NAME}_IS_ROOT_PROJECT)
enable_testing()
add_subdirectory(testtools)
add_subdirectory(unittests)
+ add_subdirectory(examples)
endif()
- add_subdirectory(examples)
endif()
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c3c824e..d7a1cce 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -168,6 +168,6 @@ if(${PROJECT_NAME}_IS_ROOT_PROJECT)
enable_testing()
add_subdirectory(testtools)
add_subdirectory(unittests)
+ add_subdirectory(examples)
endif()
- add_subdirectory(examples)
endif()
10 changes: 3 additions & 7 deletions ports/kd-soap/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KDAB/KDSoap
REF 66a7804f157f51bc62c193b63a28918236bd7424
SHA512 e9e2ac3ef714ebd5a85972c0eed613f88cc36f213df4fb938d61b58947972524f26f54a226f8e28ce47385cd859030a560781b4aebe3a25e672ac82b5477eeb8
REF kdsoap-1.8.0
SHA512 e118f2083887d1b5d613d793e87ec23a570a8a749ef7f4de65582998b735979b4c389a939169a893d735bdf110dc84a4cca5ee38146e4009be715902f6323bb9
HEAD_REF master
PATCHES kd-soap.patch
)
vcpkg_apply_patches(
SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/8236bd7424-79789c62ed
PATCHES "${CMAKE_CURRENT_LIST_DIR}/kd-saop.patch"
)


vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
Expand Down

0 comments on commit 9a6aae5

Please sign in to comment.