[amqpcpp] update to 4.3.19 (#29687)

* [amqpcpp] update to 4.3.19

* update version

* add license

* update version

* remove outdated comment

* update version
This commit is contained in:
JonLiu1993 2023-02-21 23:54:21 +08:00 committed by GitHub
parent a325228200
commit adbcf84ce9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 8 deletions

View File

@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO CopernicaMarketingSoftware/AMQP-CPP
REF b891cc37a6ff63fcff59a112de281f5964344c91 #v4.3.15
SHA512 5c55285e2445752669bfe51a276c3c9cb294eeae74e05124fa7427737e43419493b8a8e199bedba9ab7fba5822a8da530ca442afdbe45d12c2c0c54f9fd59a0c
REF "v${VERSION}"
SHA512 6220d6cdd3114cf02f08f1d8599d1f6de94df204384f9da7db1c18f74732a5c23063cd50066b7d32906af0a968d600daf0d59f1649d9674fa67446197c6e4988
HEAD_REF master
PATCHES
find-openssl.patch
@ -17,7 +17,7 @@ else()
endif()
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DAMQP-CPP_BUILD_SHARED=OFF
-DAMQP-CPP_LINUX_TCP=${LINUX_TCP}
@ -26,8 +26,9 @@ vcpkg_cmake_configure(
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH cmake)
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")
vcpkg_fixup_pkgconfig()
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -1,9 +1,9 @@
{
"name": "amqpcpp",
"version": "4.3.15",
"port-version": 1,
"version": "4.3.19",
"description": "AMQP-CPP is a C++ library for communicating with a RabbitMQ message broker",
"homepage": "https://github.com/CopernicaMarketingSoftware/AMQP-CPP",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
"openssl",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cdf5751364452365ad13aeecc8a74bc6ab15076a",
"version": "4.3.19",
"port-version": 0
},
{
"git-tree": "b071aaf9f29af43e9463bcc9a118f4553351eb16",
"version": "4.3.15",

View File

@ -105,8 +105,8 @@
"port-version": 3
},
"amqpcpp": {
"baseline": "4.3.15",
"port-version": 1
"baseline": "4.3.19",
"port-version": 0
},
"anax": {
"baseline": "2.1.0",