diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2021-04-01 03:11:19 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-31 12:11:19 -0700 |
| commit | 93304d198183634d07ea97aa831480a79f6960d6 (patch) | |
| tree | 3c53a7bc1c29f66e176785a35b98fde155f8b04b | |
| parent | 87ae70da914eeff6c98c5700d61f8fb8b58f893b (diff) | |
| download | vcpkg-93304d198183634d07ea97aa831480a79f6960d6.tar.gz vcpkg-93304d198183634d07ea97aa831480a79f6960d6.zip | |
[opensubdiv] Remove debug/share folder (#16962)
* [opensubdiv] Remove debug/share folder
* Format the vcpkg.json
* Update baseline revision
| -rw-r--r-- | ports/opensubdiv/portfile.cmake | 1 | ||||
| -rw-r--r-- | ports/opensubdiv/vcpkg.json | 3 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | 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,6 +1,11 @@ { "versions": [ { + "git-tree": "2ca1bb01f46ea1e8d94d453dfc9e535a8bb220b0", + "version-semver": "3.4.3", + "port-version": 1 + }, + { "git-tree": "306ae6eba55d7f3300c17c8c7a88ea6d648e2b69", "version-string": "3.4.3", "port-version": 0 |
