[mongo-cxx-driver] no absolute paths (#21096)

This commit is contained in:
autoantwort 2021-11-04 20:59:01 +01:00 committed by GitHub
parent f164bec427
commit f951227f95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 1 deletions

View File

@ -119,6 +119,9 @@ file(REMOVE_RECURSE
"${CURRENT_PACKAGES_DIR}/bin"
"${CURRENT_PACKAGES_DIR}/lib/cmake"
)
file(REMOVE "${CURRENT_PACKAGES_DIR}/share/${PORT}/uninstall.sh")
vcpkg_fixup_pkgconfig()
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
file(COPY "${SOURCE_PATH}/THIRD-PARTY-NOTICES" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")

View File

@ -1,6 +1,7 @@
{
"name": "mongo-cxx-driver",
"version": "3.6.5",
"port-version": 1,
"description": "MongoDB C++ Driver.",
"homepage": "https://github.com/mongodb/mongo-cxx-driver",
"dependencies": [

View File

@ -4402,7 +4402,7 @@
},
"mongo-cxx-driver": {
"baseline": "3.6.5",
"port-version": 0
"port-version": 1
},
"mongoose": {
"baseline": "7.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2fd38965003b9bc7a653ab8aaabb8172a043d9d0",
"version": "3.6.5",
"port-version": 1
},
{
"git-tree": "13a9e7a7e597324f6cf72f7e9389604109888567",
"version": "3.6.5",