diff --git a/ports/amqpcpp/CONTROL b/ports/amqpcpp/CONTROL index 4e8799805d1..910b53e1523 100644 --- a/ports/amqpcpp/CONTROL +++ b/ports/amqpcpp/CONTROL @@ -1,4 +1,6 @@ Source: amqpcpp -Version: 4.1.5 +Version: 4.1.7 +Homepage: https://github.com/CopernicaMarketingSoftware/AMQP-CPP Description: AMQP-CPP is a C++ library for communicating with a RabbitMQ message broker Build-Depends: openssl (linux) +Supports: !uwp \ No newline at end of file diff --git a/ports/amqpcpp/portfile.cmake b/ports/amqpcpp/portfile.cmake index 7f4847903e5..3b160e697c6 100644 --- a/ports/amqpcpp/portfile.cmake +++ b/ports/amqpcpp/portfile.cmake @@ -1,12 +1,12 @@ -include(vcpkg_common_functions) +vcpkg_fail_port_install(ON_TARGET "UWP") vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO CopernicaMarketingSoftware/AMQP-CPP - REF v4.1.5 - SHA512 71c54ddf43230fb3e9726257b073d117a329030052f768f985c2e9ebde5a320f0042d2ef67604b87940bfa1ed61339c334af0362238d10f30845521dff8ce43c + REF e7f76bc75d7855012450763a638092925d52f417 #v4.1.7 + SHA512 ce105622d09014b51876911e95c4523b786d670bbd0bafa47874c6d52dca63f610dbb52561107bd1941c1fda79a4e200331779a79f9394c1ea437e0e1a4695bf HEAD_REF master PATCHES find-openssl.patch @@ -29,6 +29,6 @@ vcpkg_configure_cmake( vcpkg_install_cmake() vcpkg_fixup_cmake_targets(CONFIG_PATH cmake) -file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/amqpcpp RENAME copyright) +file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index d74a65788f2..66c39cacbb8 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -59,6 +59,8 @@ aliyun-oss-c-sdk:x64-osx=fail ampl-mp:arm64-windows=fail ampl-mp:arm-uwp=fail ampl-mp:x64-uwp=fail +amqpcpp:arm-uwp=fail +amqpcpp:x64-uwp=fail angelscript:arm64-windows=fail angelscript:arm-uwp=fail antlr4:arm-uwp=fail