mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-08 01:53:50 +08:00
[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>
This commit is contained in:
parent
4fb865b8b7
commit
b05fe02703
@ -11,7 +11,7 @@ file(INSTALL ${SOURCE_PATH}/include/boost
|
|||||||
|
|
||||||
vcpkg_download_distfile(LICENSE
|
vcpkg_download_distfile(LICENSE
|
||||||
URLS http://www.boost.org/LICENSE_1_0.txt
|
URLS http://www.boost.org/LICENSE_1_0.txt
|
||||||
FILENAME "boost-di-copyright"
|
FILENAME "di-copyright"
|
||||||
SHA512 d6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8
|
SHA512 d6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8
|
||||||
)
|
)
|
||||||
file(INSTALL ${LICENSE} DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
file(INSTALL ${LICENSE} DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "boost-di",
|
"name": "bext-di",
|
||||||
"version-string": "1.2.0",
|
"version-string": "1.2.0",
|
||||||
"description": "C++14 Dependency Injection Library.",
|
"description": "C++14 Dependency Injection Library.",
|
||||||
"homepage": "https://github.com/boost-ext/di"
|
"homepage": "https://github.com/boost-ext/di"
|
9
versions/b-/bext-di.json
Normal file
9
versions/b-/bext-di.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "a77676231f3c6c3fe9c145bfe670cfae495fb8ac",
|
||||||
|
"version-string": "1.2.0",
|
||||||
|
"port-version": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -332,6 +332,10 @@
|
|||||||
"baseline": "4.8.30",
|
"baseline": "4.8.30",
|
||||||
"port-version": 5
|
"port-version": 5
|
||||||
},
|
},
|
||||||
|
"bext-di": {
|
||||||
|
"baseline": "1.2.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
"bfgroup-lyra": {
|
"bfgroup-lyra": {
|
||||||
"baseline": "1.5",
|
"baseline": "1.5",
|
||||||
"port-version": 1
|
"port-version": 1
|
||||||
|
Loading…
Reference in New Issue
Block a user