From f7d13cb679898dbe65fd5cf1cab43bd013feb092 Mon Sep 17 00:00:00 2001 From: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com> Date: Wed, 13 Sep 2023 16:38:54 -0700 Subject: [PATCH] [thrift] Update to v0.19.0 (#33694) --- ports/thrift/portfile.cmake | 6 +++--- ports/thrift/vcpkg.json | 3 +-- versions/baseline.json | 4 ++-- versions/t-/thrift.json | 5 +++++ 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ports/thrift/portfile.cmake b/ports/thrift/portfile.cmake index f83c03c112..15ee282ac5 100644 --- a/ports/thrift/portfile.cmake +++ b/ports/thrift/portfile.cmake @@ -12,8 +12,8 @@ vcpkg_find_acquire_program(BISON) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO apache/thrift - REF 2a93df80f27739ccabb5b885cb12a8dc7595ecdf #0.16.0 - SHA512 aed4f60b8a4eca5b4bce26f6f29d1178684d2b4e6de290ab1e696ac78a9f85d941afe5dca99d1d22d640371ad538b930cf445f9f899a2e322f39b0cceec307a3 + REF "${VERSION}" + SHA512 f9bfaf149dde4da1f5353e540b862c2088465115564d981bf02cd89e8c1f84ca53143ca0091b63d24f8f515425d9163af52ec6122245b59810a2b98292a71650 HEAD_REF master PATCHES "correct-paths.patch" @@ -83,7 +83,7 @@ if(COMPILER) vcpkg_copy_tools(TOOL_NAMES thrift AUTO_CLEAN) endif() -file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") +file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" "${CURRENT_PACKAGES_DIR}/debug/share") if ("${VCPKG_LIBRARY_LINKAGE}" STREQUAL "static") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/bin") diff --git a/ports/thrift/vcpkg.json b/ports/thrift/vcpkg.json index e6ae5f223b..86418421a8 100644 --- a/ports/thrift/vcpkg.json +++ b/ports/thrift/vcpkg.json @@ -1,7 +1,6 @@ { "name": "thrift", - "version": "0.16.0", - "port-version": 1, + "version": "0.19.0", "description": "Apache Thrift is a software project spanning a variety of programming languages and use cases. Our goal is to make reliable, performant communication and data serialization across languages as efficient and seamless as possible.", "homepage": "https://github.com/apache/thrift", "license": "Apache-2.0", diff --git a/versions/baseline.json b/versions/baseline.json index c75e6b6f4c..da0d8f39b8 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -8157,8 +8157,8 @@ "port-version": 3 }, "thrift": { - "baseline": "0.16.0", - "port-version": 1 + "baseline": "0.19.0", + "port-version": 0 }, "tidy-html5": { "baseline": "5.8.0", diff --git a/versions/t-/thrift.json b/versions/t-/thrift.json index 384f4e6f21..97acd53979 100644 --- a/versions/t-/thrift.json +++ b/versions/t-/thrift.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a85bec1a50438e0a5d4edbfb7d507a26ace7f010", + "version": "0.19.0", + "port-version": 0 + }, { "git-tree": "fc85618cd8a4849e400d28916b733f2426c9246d", "version": "0.16.0",