diff options
| author | Sönke Schau <xgcssch@users.noreply.github.com> | 2020-08-07 20:11:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-07 11:11:12 -0700 |
| commit | 186c77da27bcf481fb1951899365a9b973c2747e (patch) | |
| tree | b2c745ac83046a6afe0df95e34217d136c1cf1b0 | |
| parent | dc5a1d36644f93f1fd8e55c9bcd3bbb856d4bd16 (diff) | |
| download | vcpkg-186c77da27bcf481fb1951899365a9b973c2747e.tar.gz vcpkg-186c77da27bcf481fb1951899365a9b973c2747e.zip | |
[gSoap] Update to 2.8.105 and add a required shared directory (#12784)
* [gSoap] Update to 2.8.105 and add a required shared directory
* Add missing change in CONTROL file
* Remove unneeded suffix from version and entries to ci.baseline.txt
* Update CONTROL
Update Supports field
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
| -rw-r--r-- | ports/gsoap/CONTROL | 4 | ||||
| -rw-r--r-- | ports/gsoap/portfile.cmake | 7 | ||||
| -rw-r--r-- | scripts/ci.baseline.txt | 3 |
3 files changed, 7 insertions, 7 deletions
diff --git a/ports/gsoap/CONTROL b/ports/gsoap/CONTROL index e5901fca7..ff4434872 100644 --- a/ports/gsoap/CONTROL +++ b/ports/gsoap/CONTROL @@ -1,6 +1,6 @@ Source: gsoap -Version: 2.8.102-4 +Version: 2.8.105 Build-Depends: curl Homepage: https://sourceforge.net/projects/gsoap2/ 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. -Supports: (x86 | x64) & windows +Supports: !(linux|osx|arm|uwp) diff --git a/ports/gsoap/portfile.cmake b/ports/gsoap/portfile.cmake index b759fb876..1a4e75adb 100644 --- a/ports/gsoap/portfile.cmake +++ b/ports/gsoap/portfile.cmake @@ -4,8 +4,8 @@ vcpkg_from_sourceforge( OUT_SOURCE_PATH SOURCE_PATH REPO gsoap2 REF gsoap-2.8 - FILENAME "gsoap_2.8.102.zip" - SHA512 3cff65605b15f820c9d56e32575231fb6fb89927bafc1db85ac1f879acd8496d6f38b558e994d17cce475beae0976d5fafcff7f22b28cdfbec8b7ec4b08bcbe7 + FILENAME "gsoap_2.8.105.zip" + SHA512 3b7b66ef738e9ba78f0c9d5ec141faab102dc2ed7c528e84358d530ec8cb913c559438bb86ae0f22e0736c4cd9be9e74f364a44257189ccaa1e6d001317f99de PATCHES fix-build-in-windows.patch ) @@ -43,6 +43,9 @@ file(COPY ${SOURCE_PATH}/gsoap/stdsoap2.h ${SOURCE_PATH}/gsoap/stdsoap2.c ${SOUR # Handle import files file(COPY ${SOURCE_PATH}/gsoap/import DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}) +# Handle custom files +file(COPY ${SOURCE_PATH}/gsoap/custom DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}) + # Handle plugin files file(COPY ${SOURCE_PATH}/gsoap/plugin DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}) diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 69f5246c3..8ca592028 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -537,9 +537,6 @@ graphqlparser:x64-uwp=fail gsl:arm-uwp=fail gsl:x64-uwp=fail # https://github.com/microsoft/vcpkg/pull/11048 -gsoap:x64-linux=fail -gsoap:x64-osx=fail -gsoap:x64-uwp=fail gtk:x64-linux=fail guetzli:x64-osx=fail h3:arm64-windows=fail |
