From c7424ce15f082319d67e912abd68a9865a22e69d Mon Sep 17 00:00:00 2001 From: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Date: Thu, 22 Feb 2024 01:36:51 +0800 Subject: [PATCH] [libredwg] update to 0.13.2 (#36848) Fixes #36695 Update port `libredwg` to the latest version 0.13.2 - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [ ] ~~The "supports" clause reflects platforms that may be fixed by this new version.~~ - [ ] ~~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~~ - [ ] ~~Any patches that are no longer applied are deleted from the port's directory.~~ - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file. Feature `tools` tested successfully in the following triplrt: - x86-windows - x64-windows - x64-windows-static --------- Co-authored-by: Jon --- ports/libredwg/portfile.cmake | 5 +++-- ports/libredwg/vcpkg.json | 3 +-- versions/baseline.json | 4 ++-- versions/l-/libredwg.json | 5 +++++ 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/ports/libredwg/portfile.cmake b/ports/libredwg/portfile.cmake index 9e65ea9127..009e69cd42 100644 --- a/ports/libredwg/portfile.cmake +++ b/ports/libredwg/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO LibreDWG/libredwg - REF ${VERSION} - SHA512 8696289ea7ff542bd48d4e1f0e959b95574a7741ba0c80238ad31aff28f1861f0c00dfb1dc78e998b043a4300ff976ba324f5a41195f799f9d31e2b5be288bc7 + REF "${VERSION}" + SHA512 ae93bf958c196cc54b8c05664e7201b82a3975845d544ae45cde437d716507ef1de08bf89615b5a67cf3841a014782af335031668ad59b34721a78648caaba67 HEAD_REF master PATCHES fix_install.patch @@ -36,6 +36,7 @@ vcpkg_cmake_configure( OPTIONS ${FEATURE_OPTIONS} -DBUILD_TESTING=OFF + -DDISABLE_WERROR=ON ) vcpkg_cmake_install() diff --git a/ports/libredwg/vcpkg.json b/ports/libredwg/vcpkg.json index 841af79d2a..d8a08e9399 100644 --- a/ports/libredwg/vcpkg.json +++ b/ports/libredwg/vcpkg.json @@ -1,7 +1,6 @@ { "name": "libredwg", - "version": "0.12.5.5178", - "port-version": 1, + "version": "0.13.2", "description": "GNU LibreDWG is a free C library to handle DWG files. It aims to be a free replacement for the OpenDWG libraries. DWG is the native file format of AutoCAD.", "homepage": "https://www.gnu.org/software/libredwg/", "license": "GPL-3.0", diff --git a/versions/baseline.json b/versions/baseline.json index 75f21bd8e7..7bc50d9c62 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4789,8 +4789,8 @@ "port-version": 0 }, "libredwg": { - "baseline": "0.12.5.5178", - "port-version": 1 + "baseline": "0.13.2", + "port-version": 0 }, "libremidi": { "baseline": "4.3.0", diff --git a/versions/l-/libredwg.json b/versions/l-/libredwg.json index 5a74cb668f..139e251ff2 100644 --- a/versions/l-/libredwg.json +++ b/versions/l-/libredwg.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "7e772e358eee3f6d61854c67c7a4a8afa0a952b8", + "version": "0.13.2", + "port-version": 0 + }, { "git-tree": "17dd1242cc7c640c0b51f493eef55d3c12ad6e52", "version": "0.12.5.5178",