From a0f74cff40d2c17344fdfd6432a730d1eabc779b Mon Sep 17 00:00:00 2001 From: SunBlack Date: Tue, 2 Dec 2025 00:17:47 +0100 Subject: [PATCH] [bext-ut] Update to 2.3.1 (#48569) --- ports/bext-ut/portfile.cmake | 5 ++--- ports/bext-ut/vcpkg.json | 2 +- versions/b-/bext-ut.json | 5 +++++ versions/baseline.json | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ports/bext-ut/portfile.cmake b/ports/bext-ut/portfile.cmake index 87913301be..136775faf7 100644 --- a/ports/bext-ut/portfile.cmake +++ b/ports/bext-ut/portfile.cmake @@ -2,14 +2,13 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO boost-ext/ut REF "v${VERSION}" - SHA512 6894767ddae9d3ddd7aac2f77565f653e5051d213d39129a149405c6441a5f20a2878a5f548ad8d4ca37f70e44c6360c447f12df9c870149f9ed57a281214c24 + SHA512 f95bdc9ba483f309bdcbe57d2fef92a0b4301bdb1c83700e711ac152c72a76b1d502a16462cca48074db024c0eb97920ffca7b3236f04c3bb40080c672c80f50 HEAD_REF master ) vcpkg_cmake_configure( SOURCE_PATH "${SOURCE_PATH}" OPTIONS - -DBOOST_UT_ALLOW_CPM_USE=OFF -DBOOST_UT_BUILD_BENCHMARKS=OFF -DBOOST_UT_BUILD_EXAMPLES=OFF -DBOOST_UT_BUILD_TESTS=OFF @@ -18,7 +17,7 @@ vcpkg_cmake_configure( ) vcpkg_cmake_install() vcpkg_copy_pdbs() -vcpkg_cmake_config_fixup(PACKAGE_NAME ut CONFIG_PATH lib/cmake/ut-${VERSION}) +vcpkg_cmake_config_fixup(PACKAGE_NAME ut CONFIG_PATH lib/cmake/ut) file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug" "${CURRENT_PACKAGES_DIR}/lib" diff --git a/ports/bext-ut/vcpkg.json b/ports/bext-ut/vcpkg.json index 2888766ecd..9bb0c7f08f 100644 --- a/ports/bext-ut/vcpkg.json +++ b/ports/bext-ut/vcpkg.json @@ -1,6 +1,6 @@ { "name": "bext-ut", - "version": "2.0.1", + "version": "2.3.1", "description": "C++ single header/single module, macro-free μ(micro)/Unit Testing Framework.", "homepage": "https://github.com/boost-ext/ut", "license": "BSL-1.0", diff --git a/versions/b-/bext-ut.json b/versions/b-/bext-ut.json index 9a373b8202..9e0eafa54b 100644 --- a/versions/b-/bext-ut.json +++ b/versions/b-/bext-ut.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ee79d45a5fe130351def4bc8185531284ad92950", + "version": "2.3.1", + "port-version": 0 + }, { "git-tree": "005d8801fa1f5a1ebb1e7927e9ab55816fe171c0", "version": "2.0.1", diff --git a/versions/baseline.json b/versions/baseline.json index 11764aa612..cd8037f22c 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -693,7 +693,7 @@ "port-version": 0 }, "bext-ut": { - "baseline": "2.0.1", + "baseline": "2.3.1", "port-version": 0 }, "bext-wintls": {