diff options
| -rw-r--r-- | ports/proj4/portfile.cmake | 2 | ||||
| -rw-r--r-- | ports/proj4/vcpkg.json | 1 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/p-/proj4.json | 5 |
4 files changed, 9 insertions, 1 deletions
diff --git a/ports/proj4/portfile.cmake b/ports/proj4/portfile.cmake index 89bcc3b4a..e603d4af5 100644 --- a/ports/proj4/portfile.cmake +++ b/ports/proj4/portfile.cmake @@ -80,3 +80,5 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) + +vcpkg_copy_pdbs() diff --git a/ports/proj4/vcpkg.json b/ports/proj4/vcpkg.json index d36b0ad22..629feec02 100644 --- a/ports/proj4/vcpkg.json +++ b/ports/proj4/vcpkg.json @@ -1,6 +1,7 @@ { "name": "proj4", "version-string": "7.2.1", + "port-version": 1, "description": "PROJ.4 library for cartographic projections", "homepage": "https://github.com/OSGeo/PROJ", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index 28315acc4..d1cee70de 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4738,7 +4738,7 @@ }, "proj4": { "baseline": "7.2.1", - "port-version": 0 + "port-version": 1 }, "prometheus-cpp": { "baseline": "0.12.1", diff --git a/versions/p-/proj4.json b/versions/p-/proj4.json index a36973162..b265df005 100644 --- a/versions/p-/proj4.json +++ b/versions/p-/proj4.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "0c1b88cfe555f41f69ccd31d61cf695d07d5753f", + "version-string": "7.2.1", + "port-version": 1 + }, + { "git-tree": "5106324dbb2ce3a08bb9603c5f458aabb67d2a27", "version-string": "7.2.1", "port-version": 0 |
