aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2021-02-08 13:35:41 -0800
committerGitHub <noreply@github.com>2021-02-08 13:35:41 -0800
commit7a5afada191fcbcba697e7ccbb98df4d379a4a37 (patch)
tree47be3e217a3d15aea69752912cbd9ea696938b8c /ports
parent4f27ad617cdac2771d768f2d4bc4c0665532144c (diff)
downloadvcpkg-7a5afada191fcbcba697e7ccbb98df4d379a4a37.tar.gz
vcpkg-7a5afada191fcbcba697e7ccbb98df4d379a4a37.zip
[geos] Update to 3.9.0 (#16109)
* [geos] Update to 3.9.0 * update version record
Diffstat (limited to 'ports')
-rw-r--r--ports/geos/CONTROL3
-rw-r--r--ports/geos/dont-build-astyle.patch8
-rw-r--r--ports/geos/portfile.cmake4
3 files changed, 7 insertions, 8 deletions
diff --git a/ports/geos/CONTROL b/ports/geos/CONTROL
index 1de3669c9..e756882df 100644
--- a/ports/geos/CONTROL
+++ b/ports/geos/CONTROL
@@ -1,5 +1,4 @@
Source: geos
-Version: 3.8.1
-Port-Version: 1
+Version: 3.9.0
Homepage: https://www.osgeo.org/projects/geos/
Description: Geometry Engine Open Source
diff --git a/ports/geos/dont-build-astyle.patch b/ports/geos/dont-build-astyle.patch
index 6d48cabfb..0d5561d2a 100644
--- a/ports/geos/dont-build-astyle.patch
+++ b/ports/geos/dont-build-astyle.patch
@@ -1,10 +1,10 @@
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
-index 1f27b802..ecf836b4 100644
+index f0f616e..8a81a2a 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
-@@ -21,7 +21,6 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/geos-config
- PERMISSIONS
- OWNER_READ OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
+@@ -40,7 +40,6 @@ if(NOT MSVC)
+
+ endif()
-add_subdirectory(astyle)
diff --git a/ports/geos/portfile.cmake b/ports/geos/portfile.cmake
index 1ab40425f..beecfd429 100644
--- a/ports/geos/portfile.cmake
+++ b/ports/geos/portfile.cmake
@@ -1,9 +1,9 @@
-set(GEOS_VERSION 3.8.1)
+set(GEOS_VERSION 3.9.0)
vcpkg_download_distfile(ARCHIVE
URLS "http://download.osgeo.org/geos/geos-${GEOS_VERSION}.tar.bz2"
FILENAME "geos-${GEOS_VERSION}.tar.bz2"
- SHA512 1d8d8b3ece70eb388ea128f4135c7455899f01828223b23890ad3a2401e27104efce03987676794273a9b9d4907c0add2be381ff14b8420aaa9a858cc5941056
+ SHA512 1081f2aa20e671450953f7bb53b17c703804a1c9f4987c9da0987ff24339af5811b2c8b79c8e438d04ca38e4d06164dc5a4206f266f7efc19af3f9d9ea8f71f8
)
vcpkg_extract_source_archive_ex(
OUT_SOURCE_PATH SOURCE_PATH