diff --git a/ports/proj4/vcpkg.json b/ports/proj4/vcpkg.json index 9cfa1ad3687b9d..a669741020d21e 100644 --- a/ports/proj4/vcpkg.json +++ b/ports/proj4/vcpkg.json @@ -1,12 +1,56 @@ { "name": "proj4", "version-semver": "8.9.9", + "port-version": 1, "description": "A stub package that pulls in proj. Do not depend on this package.", "license": "MIT", "dependencies": [ { "name": "proj", + "default-features": false, "version>=": "9.0.0" } - ] + ], + "default-features": [ + "net", + "tiff" + ], + "features": { + "net": { + "description": "Enable network support", + "dependencies": [ + { + "name": "proj", + "default-features": false, + "features": [ + "net" + ] + } + ] + }, + "tiff": { + "description": "Enable TIFF support to read some grids", + "dependencies": [ + { + "name": "proj", + "default-features": false, + "features": [ + "tiff" + ] + } + ] + }, + "tools": { + "description": "Build tools", + "dependencies": [ + { + "name": "proj", + "default-features": false, + "features": [ + "tools" + ] + } + ] + } + } } diff --git a/versions/baseline.json b/versions/baseline.json index d87a108b82ff86..52fff20d038334 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5490,7 +5490,7 @@ }, "proj4": { "baseline": "8.9.9", - "port-version": 0 + "port-version": 1 }, "prometheus-cpp": { "baseline": "1.0.0", diff --git a/versions/p-/proj4.json b/versions/p-/proj4.json index 0a5a59c7b6b79e..6644539313cb80 100644 --- a/versions/p-/proj4.json +++ b/versions/p-/proj4.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "284d584afb127d11beb4126bf1ee7eccef413229", + "version-semver": "8.9.9", + "port-version": 1 + }, { "git-tree": "4ccf46b756dabd4cd841b866dcd5491d84a946e1", "version-semver": "8.9.9",