From c558976a8727337541f7187d44b621666b566cf2 Mon Sep 17 00:00:00 2001 From: Billy Robert O'Neal III Date: Wed, 1 Feb 2023 19:59:42 -0800 Subject: [PATCH] [xcb-util-wm] Correct the download hash. That SHA512 is for 24eb17df2e1245885e72c9d4bbb0a0f69f0700f2, which was 0.4.1, not 0c6681e465c9cc7b1fbb60778ba1eaa61ab01a14 which is 0.4.2. This was probably just done wrong originally in https://github.com/microsoft/vcpkg/pull/27240 --- ports/xcb-util-wm/portfile.cmake | 4 ++-- ports/xcb-util-wm/vcpkg.json | 1 + versions/baseline.json | 2 +- versions/x-/xcb-util-wm.json | 5 +++++ 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ports/xcb-util-wm/portfile.cmake b/ports/xcb-util-wm/portfile.cmake index c097f2afc20e9e..82c351925c8268 100644 --- a/ports/xcb-util-wm/portfile.cmake +++ b/ports/xcb-util-wm/portfile.cmake @@ -8,10 +8,10 @@ vcpkg_from_gitlab( OUT_SOURCE_PATH SOURCE_PATH REPO lib/libxcb-wm REF 0c6681e465c9cc7b1fbb60778ba1eaa61ab01a14 #v 0.4.2 - SHA512 6af514465eaa98d5417de352bd3e4f3880180f886dc1202c64496cb5a07c82c377afeb9396acf57e20caa73e858fe7e6309f3ed7a74e88eb58e1da1f31ac0bd8 + SHA512 c8be48000ad2dbe5bd430241745edb16280c2d7e602872ed8e14e6245e64391cbf8f234a4d83aad65c96ec58c3b312f2fe7f0bf01cb82f46b3e50f2358b94741 HEAD_REF master PATCHES build.patch -) +) file(TOUCH "${SOURCE_PATH}/m4/dummy") set(ENV{ACLOCAL} "aclocal -I \"${CURRENT_INSTALLED_DIR}/share/xorg/aclocal/\"") diff --git a/ports/xcb-util-wm/vcpkg.json b/ports/xcb-util-wm/vcpkg.json index 2d264d52788ec7..052e6f243816eb 100644 --- a/ports/xcb-util-wm/vcpkg.json +++ b/ports/xcb-util-wm/vcpkg.json @@ -1,6 +1,7 @@ { "name": "xcb-util-wm", "version": "0.4.2", + "port-version": 1, "description": "XCB client and window-manager helpers for ICCCM & EWMH.", "homepage": "https://gitlab.freedesktop.org/xorg/lib/libxcb-wm/", "license": null, diff --git a/versions/baseline.json b/versions/baseline.json index 0c5defcb784201..d99efdb5521416 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -8314,7 +8314,7 @@ }, "xcb-util-wm": { "baseline": "0.4.2", - "port-version": 0 + "port-version": 1 }, "xerces-c": { "baseline": "3.2.4", diff --git a/versions/x-/xcb-util-wm.json b/versions/x-/xcb-util-wm.json index 30b0940738e63d..4a1ac8848ce574 100644 --- a/versions/x-/xcb-util-wm.json +++ b/versions/x-/xcb-util-wm.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1979c75a17a0cbdf34fa5044b3cf1fa936c24147", + "version": "0.4.2", + "port-version": 1 + }, { "git-tree": "da4d2d3ad49ae54dbeacc5e99c3700cdce16d9bb", "version": "0.4.2",