diff options
| author | Billy O'Neal <bion@microsoft.com> | 2021-09-08 11:56:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-08 11:56:06 -0700 |
| commit | cd54580d1fe7c60cdf6e086a7d61c013648f1eff (patch) | |
| tree | b63ac4c9725ae877e49dd8f2c1a03cbee48e9a21 /versions | |
| parent | bcf551b980380fe7f84fa302ad7ef3c184f9bf4f (diff) | |
| download | vcpkg-cd54580d1fe7c60cdf6e086a7d61c013648f1eff.tar.gz vcpkg-cd54580d1fe7c60cdf6e086a7d61c013648f1eff.zip | |
[libbson, mongo-c-driver] Convert to vcpkg.json. (#20039)
* Fixes source writes rather than using DISABLE_PARALLEL_CONFIGURE
* Fixes to use modern vcpkg helpers.
* Fixes to install to the correct include path rather than moving the resulting includes after the fact.
* Remove do-nothign renames.
* Fixes to make static cmake configs find the correct bits.
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/l-/libbson.json | 5 | ||||
| -rw-r--r-- | versions/m-/mongo-c-driver.json | 5 |
3 files changed, 12 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 31586bad9..4b795ac57 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3138,7 +3138,7 @@ }, "libbson": { "baseline": "1.16.1", - "port-version": 2 + "port-version": 3 }, "libcbor": { "baseline": "0.8.0", @@ -4206,7 +4206,7 @@ }, "mongo-c-driver": { "baseline": "1.16.1", - "port-version": 5 + "port-version": 6 }, "mongo-cxx-driver": { "baseline": "3.4.0-5", diff --git a/versions/l-/libbson.json b/versions/l-/libbson.json index 6dfab9724..6aedc49e5 100644 --- a/versions/l-/libbson.json +++ b/versions/l-/libbson.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "6e6782528f3e1d88372ebe20fa82128419ab0c1c", + "version": "1.16.1", + "port-version": 3 + }, + { "git-tree": "9988ee3812d5134cb3ebe09af0178e77518a1368", "version-string": "1.16.1", "port-version": 2 diff --git a/versions/m-/mongo-c-driver.json b/versions/m-/mongo-c-driver.json index 033ff1e25..6d90ec4a2 100644 --- a/versions/m-/mongo-c-driver.json +++ b/versions/m-/mongo-c-driver.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "c13a612d9a93a8a338b5a32d14338683065813fd", + "version": "1.16.1", + "port-version": 6 + }, + { "git-tree": "6a68782eaa1afe2fc3de47db769e230ebd542ca7", "version-string": "1.16.1", "port-version": 5 |
