From 9915f08b49a36030c0cd3647a5ed5139bc511dc9 Mon Sep 17 00:00:00 2001 From: autoantwort <41973254+autoantwort@users.noreply.github.com> Date: Fri, 5 Nov 2021 21:03:13 +0100 Subject: [PATCH] [simage] no absolute path (#21101) --- ports/simage/portfile.cmake | 1 + ports/simage/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/s-/simage.json | 5 +++++ 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ports/simage/portfile.cmake b/ports/simage/portfile.cmake index e5415273f950ed..6cf59953b934c8 100644 --- a/ports/simage/portfile.cmake +++ b/ports/simage/portfile.cmake @@ -71,6 +71,7 @@ endif() file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share") +file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/Coin") file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) diff --git a/ports/simage/vcpkg.json b/ports/simage/vcpkg.json index 0122ad0f151f21..e01f4629d33962 100644 --- a/ports/simage/vcpkg.json +++ b/ports/simage/vcpkg.json @@ -1,7 +1,7 @@ { "name": "simage", "version-semver": "1.8.1", - "port-version": 2, + "port-version": 3, "description": "Image file format library abstraction layer", "homepage": "https://github.com/coin3d/simage", "supports": "!uwp", diff --git a/versions/baseline.json b/versions/baseline.json index 4ab84f5e9cc3e2..fefadf109944d8 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6210,7 +6210,7 @@ }, "simage": { "baseline": "1.8.1", - "port-version": 2 + "port-version": 3 }, "simde": { "baseline": "0.7.2", diff --git a/versions/s-/simage.json b/versions/s-/simage.json index 890ad1c331b088..92165a5c2add04 100644 --- a/versions/s-/simage.json +++ b/versions/s-/simage.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "97e1edfae380f76bdb4d6e9a94a91bbccd82c3a2", + "version-semver": "1.8.1", + "port-version": 3 + }, { "git-tree": "0020fb767148212015f8839835689e193060c88e", "version-semver": "1.8.1",