diff --git a/ports/tmx/libxml2.patch b/ports/tmx/libxml2.patch deleted file mode 100644 index 9e4200938e..0000000000 --- a/ports/tmx/libxml2.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 1ff0676..043ad1c 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -62,7 +62,6 @@ else() - message("zstd not wanted") - endif() - --include(FindLibXml2) - find_package(LibXml2 REQUIRED) - target_link_libraries(tmx LibXml2::LibXml2) - diff --git a/ports/tmx/portfile.cmake b/ports/tmx/portfile.cmake index 356f978af2..a9a694ad69 100644 --- a/ports/tmx/portfile.cmake +++ b/ports/tmx/portfile.cmake @@ -1,11 +1,9 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO baylej/tmx - REF "tmx_${VERSION}" + REF "tmx_${VERSION}" HEAD_REF master - SHA512 9e79b47aa60215c9f2fcc3edf67f680deb25b5d0a841af7a6e6e34b31f3efb4d394b7ab6f577d8a0e299023e09c792089e4ecf185b21ae1a78ef1806f3a07316 - PATCHES - libxml2.patch + SHA512 302e55c6d78947dbac1470855331fb238e2ac681f10414aef1e3dad5c1128b66aeb2fef0c4cb2d03360b5e5b327e46c9e5d7dc5bf15d411c9fa3cf7dd4351b4f ) vcpkg_cmake_configure( diff --git a/ports/tmx/vcpkg.json b/ports/tmx/vcpkg.json index 5812aafb03..c9a95fdbef 100644 --- a/ports/tmx/vcpkg.json +++ b/ports/tmx/vcpkg.json @@ -1,6 +1,6 @@ { "name": "tmx", - "version": "1.4.0", + "version": "1.10.0", "description": "A portable C library to load tiled maps in your games.", "license": "BSD-2-Clause", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index c8f094d21f..cbac0e5505 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -9033,7 +9033,7 @@ "port-version": 0 }, "tmx": { - "baseline": "1.4.0", + "baseline": "1.10.0", "port-version": 0 }, "tmxlite": { diff --git a/versions/t-/tmx.json b/versions/t-/tmx.json index 8e566c663f..fc5237f3cf 100644 --- a/versions/t-/tmx.json +++ b/versions/t-/tmx.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "fb62fb2dd351a26cf21830fee3d5ef7d3bcc2df8", + "version": "1.10.0", + "port-version": 0 + }, { "git-tree": "208f4e6dbb827a264cba6e463a36c8b4ada21571", "version": "1.4.0",