[proj] Update to 9.2.1 (#31769)

This commit is contained in:
Kai Pastor 2023-06-07 01:17:57 +02:00 committed by GitHub
parent 713f5395f7
commit ad345ce17a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 8 deletions

View File

@ -38,11 +38,11 @@ diff --git a/cmake/project-config.cmake.in b/cmake/project-config.cmake.in
index 7d5579ae..0cf96252 100644
--- a/cmake/project-config.cmake.in
+++ b/cmake/project-config.cmake.in
@@ -15,6 +15,7 @@ if(@PROJECT_VARIANT_NAME@ STREQUAL "PROJ4")
cmake_policy(PUSH)
cmake_policy(SET CMP0012 NEW)
@@ -27,6 +27,7 @@ if(@PROJECT_VARIANT_NAME@ STREQUAL "PROJ4")
endif()
cmake_policy(POP)
+find_dependency(unofficial-sqlite3 CONFIG)
if("@ENABLE_TIFF@")
if(DEFINED PROJ_CONFIG_FIND_TIFF_DEP)
find_dependency(TIFF)
endif()

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO OSGeo/PROJ
REF "${VERSION}"
SHA512 a48980b94b6c68738dd5ab70a1de6aa42f325fd612155623195a14774caadcaceff08035c01696458d3dd706b2277d89ea093949a1855fafa9951c59821cb1cb
SHA512 ac6cf14c7a4bf0435b0b6c373b665762f46ea7609fdbffc512efc308441bf0ac7bf4dee2bcf3b60e98a604b2e3f1e7a67fdac9f455c1ad37ad3f705185a2b620
HEAD_REF master
PATCHES
fix-win-output-name.patch

View File

@ -1,6 +1,6 @@
{
"name": "proj",
"version": "9.2.0",
"version": "9.2.1",
"description": "PROJ library for cartographic projections",
"homepage": "https://proj.org/",
"license": "MIT",
@ -13,6 +13,7 @@
{
"name": "sqlite3",
"host": true,
"default-features": false,
"features": [
"tool"
]

View File

@ -6409,7 +6409,7 @@
"port-version": 2
},
"proj": {
"baseline": "9.2.0",
"baseline": "9.2.1",
"port-version": 0
},
"proj4": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e7dc980fc3b1ca19e8ca6aa5b1ad625949229b2e",
"version": "9.2.1",
"port-version": 0
},
{
"git-tree": "24665244df24460f20293fc879787852554b16c7",
"version": "9.2.0",