From 8f229feaf1279b37e6499b78718431280c52e4e1 Mon Sep 17 00:00:00 2001 From: Silent Date: Sat, 15 Oct 2022 01:31:24 +0200 Subject: [PATCH] [wil] Update to v1.0.220914.1 (#27185) * [wil] Update to v1.0.220914.1 * Add version --- ports/wil/portfile.cmake | 10 +++++++--- ports/wil/vcpkg.json | 3 ++- versions/baseline.json | 2 +- versions/w-/wil.json | 5 +++++ 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/ports/wil/portfile.cmake b/ports/wil/portfile.cmake index d03741ced3..7254dc858d 100644 --- a/ports/wil/portfile.cmake +++ b/ports/wil/portfile.cmake @@ -2,8 +2,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Microsoft/wil - REF f9284c19c9873664978b873b8858d7dfacc6af1e - SHA512 df81e7f12f15f8e382f537f783c33c9833bb83c4d86d571bd47503e7400698686f51a8a50efd2224c95a5409ab8ef719186d806afbfc4ea2af8d4fd7f8dce024 + REF 5f4caba4e7a9017816e47becdd918fcc872039ba + SHA512 46b0ceb0d2681c76ead9e6626557facf82622b6c22376d26225016d116f6d5b1528401635022f79c2dde97177264442be849ab7c0cbac4a43c0d46e0e3e9e6e5 HEAD_REF master ) @@ -20,4 +20,8 @@ vcpkg_cmake_config_fixup(CONFIG_PATH share/cmake/WIL) file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug") -file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) \ No newline at end of file +# Install natvis files +file(INSTALL "${SOURCE_PATH}/natvis/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/natvis") + +# Install copyright +vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE") \ No newline at end of file diff --git a/ports/wil/vcpkg.json b/ports/wil/vcpkg.json index 9914ec02d6..e632f305e2 100644 --- a/ports/wil/vcpkg.json +++ b/ports/wil/vcpkg.json @@ -1,8 +1,9 @@ { "name": "wil", - "version-date": "2021-12-25", + "version-date": "2022-09-23", "description": "The Windows Implementation Libraries (WIL) is a header-only C++ library created to make life easier for developers on Windows through readable type-safe C++ interfaces for common Windows coding patterns.", "homepage": "https://github.com/microsoft/wil", + "license": "MIT", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/versions/baseline.json b/versions/baseline.json index 6a13c47102..4c7011bb65 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -7849,7 +7849,7 @@ "port-version": 1 }, "wil": { - "baseline": "2021-12-25", + "baseline": "2022-09-23", "port-version": 0 }, "wildmidi": { diff --git a/versions/w-/wil.json b/versions/w-/wil.json index 713da01061..255e2c8b15 100644 --- a/versions/w-/wil.json +++ b/versions/w-/wil.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1481b7907b914288a49773105eeeabaa9b4a6385", + "version-date": "2022-09-23", + "port-version": 0 + }, { "git-tree": "c918f3ae742f41c096f5758afd5af98fe7a194b5", "version-date": "2021-12-25",