From 93304d198183634d07ea97aa831480a79f6960d6 Mon Sep 17 00:00:00 2001 From: Phoebe <20694052+PhoebeHui@users.noreply.github.com> Date: Thu, 1 Apr 2021 03:11:19 +0800 Subject: [opensubdiv] Remove debug/share folder (#16962) * [opensubdiv] Remove debug/share folder * Format the vcpkg.json * Update baseline revision --- ports/opensubdiv/portfile.cmake | 1 + ports/opensubdiv/vcpkg.json | 3 ++- versions/baseline.json | 2 +- versions/o-/opensubdiv.json | 5 +++++ 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ports/opensubdiv/portfile.cmake b/ports/opensubdiv/portfile.cmake index f4c8bf1d8..defd00a5a 100644 --- a/ports/opensubdiv/portfile.cmake +++ b/ports/opensubdiv/portfile.cmake @@ -50,5 +50,6 @@ vcpkg_install_cmake() file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/bin") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") +file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share") file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) diff --git a/ports/opensubdiv/vcpkg.json b/ports/opensubdiv/vcpkg.json index 0849aaa59..42a86d483 100644 --- a/ports/opensubdiv/vcpkg.json +++ b/ports/opensubdiv/vcpkg.json @@ -1,6 +1,7 @@ { "name": "opensubdiv", - "version-string": "3.4.3", + "version-semver": "3.4.3", + "port-version": 1, "description": "An Open-Source subdivision surface library.", "homepage": "https://github.com/PixarAnimationStudios/OpenSubdiv", "supports": "!arm & !uwp" diff --git a/versions/baseline.json b/versions/baseline.json index b62970cbe..0a477ba65 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4478,7 +4478,7 @@ }, "opensubdiv": { "baseline": "3.4.3", - "port-version": 0 + "port-version": 1 }, "opentracing": { "baseline": "1.6.0", diff --git a/versions/o-/opensubdiv.json b/versions/o-/opensubdiv.json index d7250e40d..d0c5cb18c 100644 --- a/versions/o-/opensubdiv.json +++ b/versions/o-/opensubdiv.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2ca1bb01f46ea1e8d94d453dfc9e535a8bb220b0", + "version-semver": "3.4.3", + "port-version": 1 + }, { "git-tree": "306ae6eba55d7f3300c17c8c7a88ea6d648e2b69", "version-string": "3.4.3", -- cgit v1.2.3