aboutsummaryrefslogtreecommitdiff
path: root/ports/mapnik
diff options
context:
space:
mode:
authorautoantwort <41973254+autoantwort@users.noreply.github.com>2021-09-29 17:34:53 +0200
committerGitHub <noreply@github.com>2021-09-29 08:34:53 -0700
commit88e23bcc0fe1fc629ca47e6f3456a2bfbece2764 (patch)
treed068c824c3fd22501546ff1844380f13ca1a4b55 /ports/mapnik
parenta7e7bcdd96555094159f6c763cbde1759c2206d8 (diff)
downloadvcpkg-88e23bcc0fe1fc629ca47e6f3456a2bfbece2764.tar.gz
vcpkg-88e23bcc0fe1fc629ca47e6f3456a2bfbece2764.zip
[proj4] remove feature "database" (#20368)
* [proj4] remove database feature * [mapnik] remove dependency an feature 'database' of proj4 * add version files
Diffstat (limited to 'ports/mapnik')
-rw-r--r--ports/mapnik/vcpkg.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/ports/mapnik/vcpkg.json b/ports/mapnik/vcpkg.json
index c6aebcc52..b9f2c7d4a 100644
--- a/ports/mapnik/vcpkg.json
+++ b/ports/mapnik/vcpkg.json
@@ -1,6 +1,7 @@
{
"name": "mapnik",
"version-date": "2021-09-15",
+ "port-version": 1,
"description": "Mapnik is an open source toolkit for developing mapping applications.",
"homepage": "https://github.com/mapnik/mapnik",
"supports": "!(static & windows)",
@@ -152,12 +153,7 @@
"proj": {
"description": "PROJ Functionalities",
"dependencies": [
- {
- "name": "proj4",
- "features": [
- "database"
- ]
- }
+ "proj4"
]
},
"svg-renderer": {