aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSönke Schau <xgcssch@users.noreply.github.com>2019-03-19 21:19:00 +0100
committerPhil Christensen <philc@microsoft.com>2019-03-19 13:19:00 -0700
commit892284cec8a763350159cf7f476a0306d9b318b4 (patch)
treed2863e67b38e283aca7ca429bd8ae9c71e905b32
parent08882c6740b0d2036757f3105a35627f8ba02b77 (diff)
downloadvcpkg-892284cec8a763350159cf7f476a0306d9b318b4.tar.gz
vcpkg-892284cec8a763350159cf7f476a0306d9b318b4.zip
[gsoap] Include dom.* files and plugin directory (#5735)
-rw-r--r--ports/gsoap/CONTROL2
-rw-r--r--ports/gsoap/portfile.cmake5
2 files changed, 5 insertions, 2 deletions
diff --git a/ports/gsoap/CONTROL b/ports/gsoap/CONTROL
index 5523a0929..ae1d1625b 100644
--- a/ports/gsoap/CONTROL
+++ b/ports/gsoap/CONTROL
@@ -1,4 +1,4 @@
Source: gsoap
-Version: 2.8.82-1
+Version: 2.8.82-2
Build-Depends: curl
Description: The gSOAP toolkit is a C and C++ software development toolkit for SOAP and REST XML Web services and generic C/C++ XML data bindings. \ No newline at end of file
diff --git a/ports/gsoap/portfile.cmake b/ports/gsoap/portfile.cmake
index 224b54820..dc7547eb2 100644
--- a/ports/gsoap/portfile.cmake
+++ b/ports/gsoap/portfile.cmake
@@ -50,11 +50,14 @@ endif()
file(MAKE_DIRECTORY ${CURRENT_PACKAGES_DIR}/include)
-file(COPY ${SOURCE_PATH}/gsoap/stdsoap2.h ${SOURCE_PATH}/gsoap/stdsoap2.c ${SOURCE_PATH}/gsoap/stdsoap2.cpp DESTINATION ${CURRENT_PACKAGES_DIR}/include)
+file(COPY ${SOURCE_PATH}/gsoap/stdsoap2.h ${SOURCE_PATH}/gsoap/stdsoap2.c ${SOURCE_PATH}/gsoap/stdsoap2.cpp ${SOURCE_PATH}/gsoap/dom.c ${SOURCE_PATH}/gsoap/dom.cpp DESTINATION ${CURRENT_PACKAGES_DIR}/include)
# Handle import files
file(COPY ${SOURCE_PATH}/gsoap/import DESTINATION ${CURRENT_PACKAGES_DIR}/share/gsoap)
+# Handle plugin files
+file(COPY ${SOURCE_PATH}/gsoap/plugin DESTINATION ${CURRENT_PACKAGES_DIR}/share/gsoap)
+
# Handle copyright
file(COPY ${SOURCE_PATH}/LICENSE.txt ${SOURCE_PATH}/INSTALL.txt ${SOURCE_PATH}/README.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/gsoap)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/gsoap/LICENSE.txt ${CURRENT_PACKAGES_DIR}/share/gsoap/copyright)