diff options
| -rw-r--r-- | ports/matplotplusplus/portfile.cmake | 7 | ||||
| -rw-r--r-- | ports/matplotplusplus/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/m-/matplotplusplus.json | 5 |
4 files changed, 8 insertions, 8 deletions
diff --git a/ports/matplotplusplus/portfile.cmake b/ports/matplotplusplus/portfile.cmake index 21d805e5d..8755fc8f2 100644 --- a/ports/matplotplusplus/portfile.cmake +++ b/ports/matplotplusplus/portfile.cmake @@ -48,12 +48,7 @@ vcpkg_cmake_install() vcpkg_copy_pdbs() -file(RENAME - "${CURRENT_PACKAGES_DIR}/lib/cmake/Matplot++/matplot++-config.cmake" - "${CURRENT_PACKAGES_DIR}/lib/cmake/Matplot++/Matplot++-config.cmake" -) - -vcpkg_cmake_config_fixup(PACKAGE_NAME Matplot++ CONFIG_PATH lib/cmake/Matplot++) +vcpkg_cmake_config_fixup(PACKAGE_NAME matplot++ CONFIG_PATH lib/cmake/Matplot++) file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" "${CURRENT_PACKAGES_DIR}/debug/share") diff --git a/ports/matplotplusplus/vcpkg.json b/ports/matplotplusplus/vcpkg.json index 378a31493..5650ae9f5 100644 --- a/ports/matplotplusplus/vcpkg.json +++ b/ports/matplotplusplus/vcpkg.json @@ -1,7 +1,7 @@ { "name": "matplotplusplus", "version-date": "2021-04-11", - "port-version": 3, + "port-version": 4, "description": "A C++ graphics library for data visualization", "homepage": "https://alandefreitas.github.io/matplotplusplus/", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index 0e2f2413a..d08914b0b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3922,7 +3922,7 @@ }, "matplotplusplus": { "baseline": "2021-04-11", - "port-version": 3 + "port-version": 4 }, "matroska": { "baseline": "1.6.2", diff --git a/versions/m-/matplotplusplus.json b/versions/m-/matplotplusplus.json index d409eab68..a1a7f0459 100644 --- a/versions/m-/matplotplusplus.json +++ b/versions/m-/matplotplusplus.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "ee89d0f23b11e362fb9e65670377c47b35ffea6c", + "version-date": "2021-04-11", + "port-version": 4 + }, + { "git-tree": "e60b72bfb17b3263a7ee1e056af221991f5c7d69", "version-date": "2021-04-11", "port-version": 3 |
