aboutsummaryrefslogtreecommitdiff
path: root/ports/proj4/CONTROL
diff options
context:
space:
mode:
authorLong Huan <8551701+longhuan2018@users.noreply.github.com>2020-12-02 05:59:39 +0800
committerGitHub <noreply@github.com>2020-12-01 13:59:39 -0800
commit629acdf9d12fd619ba93483c77dfbd73acc9b72c (patch)
tree8a7011a096171338a6f33662236f18bc7a718502 /ports/proj4/CONTROL
parent5d813f388088ab05cbc36cb304204749af6ada2f (diff)
downloadvcpkg-629acdf9d12fd619ba93483c77dfbd73acc9b72c.tar.gz
vcpkg-629acdf9d12fd619ba93483c77dfbd73acc9b72c.zip
[Proj4] Update to 7.2.0 (#14800)
* update proj4 to 7.2.0 * fix cmake find * add tiff,curl feature * fix depends * Update fix-proj4-targets-cmake.patch * fix * remove tiff and curl when static build * fix windows static build error * Update ports/proj4/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * change port version * use find_dependency instead of find_package * Update fix-proj4-targets-cmake.patch * Update fix-proj4-targets-cmake.patch Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'ports/proj4/CONTROL')
-rw-r--r--ports/proj4/CONTROL11
1 files changed, 7 insertions, 4 deletions
diff --git a/ports/proj4/CONTROL b/ports/proj4/CONTROL
index d7965472d..6a5133f10 100644
--- a/ports/proj4/CONTROL
+++ b/ports/proj4/CONTROL
@@ -1,15 +1,18 @@
Source: proj4
-Version: 6.3.1
-Port-Version: 3
+Version: 7.2.0
Homepage: https://github.com/OSGeo/PROJ
Description: PROJ.4 library for cartographic projections
Build-Depends: sqlite3[core]
-Default-Features: database
+Default-Features: database,tiff
+
+Feature: tiff
+Build-Depends: tiff
+Description: Enable TIFF support to read some grids
Feature: database
Build-Depends: sqlite3[tool] (!uwp&!arm)
Description: generate database
Feature: tools
-Build-Depends:
+Build-Depends: curl
Description: generate tools