Skip to content

Commit

Permalink
[gdal] Update to 3.7.2 (#33960)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt authored Sep 26, 2023
1 parent 7ceccee commit 6298859
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 20 deletions.
13 changes: 0 additions & 13 deletions ports/gdal/Fix-quote-variable.patch

This file was deleted.

5 changes: 2 additions & 3 deletions ports/gdal/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO OSGeo/gdal
REF "v${VERSION}"
SHA512 38d488a5c70f0f4b6a3b99a14c747760574680f1f7fc5c6e4c373e3599a03c3227bb1bdefc14c7770f15b5087ff706362ed5a0fc0f5623835f006561f5db9595
SHA512 95b0dee07a616c8fb26ded2c538a6933ba070c0567e88af9356daea9b1df6c910edb4fcf55766839c1873829d20948b1714b3e2285e5ac57de8fcf0970ff53ff
HEAD_REF master
PATCHES
find-link-libraries.patch
fix-gdal-target-interfaces.patch
libkml.patch
Fix-quote-variable.patch
fix-jpeg.patch
)
# `vcpkg clean` stumbles over one subdir
Expand Down Expand Up @@ -169,4 +168,4 @@ vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/cpl_config.h" "#define GDA

file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/vcpkg-cmake-wrapper.cmake" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
file(INSTALL "${SOURCE_PATH}/LICENSE.TXT" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.TXT")
3 changes: 1 addition & 2 deletions ports/gdal/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "gdal",
"version-semver": "3.7.1",
"port-version": 4,
"version-semver": "3.7.2",
"description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data",
"homepage": "https://gdal.org",
"license": null,
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2805,8 +2805,8 @@
"port-version": 0
},
"gdal": {
"baseline": "3.7.1",
"port-version": 4
"baseline": "3.7.2",
"port-version": 0
},
"gdcm": {
"baseline": "3.0.22",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/gdal.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d01864aaa21a85e1e8f7bb6748d607e953c52e77",
"version-semver": "3.7.2",
"port-version": 0
},
{
"git-tree": "eb6b9c542c7c01651906fee737d73fab64482700",
"version-semver": "3.7.1",
Expand Down

0 comments on commit 6298859

Please sign in to comment.