diff options
| author | Kris Jusiak <krzysztof@jusiak.net> | 2021-04-01 11:33:58 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-01 10:33:58 -0700 |
| commit | b05fe02703b4dcef51a5a616cd6a498d48b00d0c (patch) | |
| tree | 8b40668064f818a5ef2b3cfc670aef2cf8590dd7 /versions | |
| parent | 4fb865b8b763fe149cf3af0598f0cd80a4686d53 (diff) | |
| download | vcpkg-b05fe02703b4dcef51a5a616cd6a498d48b00d0c.tar.gz vcpkg-b05fe02703b4dcef51a5a616cd6a498d48b00d0c.zip | |
[bext-di] Rename `boost-di` to `bext-di` (#16302)
* Rename `boost-di` to `di`
Problem:
- `boost-di` is not an official Boost library and it shouldn't use boost name.
Solution:
- Rename it to `di` instead.
* Update the port name to bext-di
* Update the version
Co-authored-by: Kris Jusiak <kris@jusiak.net>
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/b-/bext-di.json | 9 | ||||
| -rw-r--r-- | versions/baseline.json | 4 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/b-/bext-di.json b/versions/b-/bext-di.json new file mode 100644 index 000000000..d0526b9c9 --- /dev/null +++ b/versions/b-/bext-di.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "a77676231f3c6c3fe9c145bfe670cfae495fb8ac", + "version-string": "1.2.0", + "port-version": 0 + } + ] +} diff --git a/versions/baseline.json b/versions/baseline.json index 371438908..2ca9b999d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -332,6 +332,10 @@ "baseline": "4.8.30", "port-version": 5 }, + "bext-di": { + "baseline": "1.2.0", + "port-version": 0 + }, "bfgroup-lyra": { "baseline": "1.5", "port-version": 1 |
