diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2021-08-14 04:41:32 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-13 13:41:32 -0700 |
| commit | 612102b82840a47af0c6ab26135ff633f41dcd82 (patch) | |
| tree | a70ffe8f7738dec40b4c5c3bc3919d9694b8eab6 /versions | |
| parent | 7e396645d919f463ef6f0f2ad6a8c5272c1f9b27 (diff) | |
| download | vcpkg-612102b82840a47af0c6ab26135ff633f41dcd82.tar.gz vcpkg-612102b82840a47af0c6ab26135ff633f41dcd82.zip | |
[proj4] Fix the usage (#19474)
* [proj4] Fix the usage
* Update the baseline
* Small changes
* Update the baseline version
* Remove PREFER_NINJA
* Update the baseline revision
* Update the version scheme
* Update the baseline version
* Avoid configure_file to fill out proj4.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/p-/proj4.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index cb50c1f40..93c21df74 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5074,7 +5074,7 @@ }, "proj4": { "baseline": "7.2.1", - "port-version": 3 + "port-version": 4 }, "prometheus-cpp": { "baseline": "0.12.3", diff --git a/versions/p-/proj4.json b/versions/p-/proj4.json index d5bbf1d9a..077e213aa 100644 --- a/versions/p-/proj4.json +++ b/versions/p-/proj4.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "dee626b6811eafe58cf40fbceeb3cc28dfaf678c", + "version-semver": "7.2.1", + "port-version": 4 + }, + { "git-tree": "8fc1b6bdde08a3b1f131df5a4f042885dcc7a58d", "version-string": "7.2.1", "port-version": 3 |
