diff --git a/ports/rocksdb/portfile.cmake b/ports/rocksdb/portfile.cmake index a265bc7c68..c38681ac47 100644 --- a/ports/rocksdb/portfile.cmake +++ b/ports/rocksdb/portfile.cmake @@ -58,5 +58,7 @@ vcpkg_copy_pdbs() file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share") +vcpkg_fixup_pkgconfig() + file(INSTALL "${SOURCE_PATH}/LICENSE.Apache" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) file(INSTALL "${SOURCE_PATH}/LICENSE.leveldb" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}") diff --git a/ports/rocksdb/vcpkg.json b/ports/rocksdb/vcpkg.json index cad78aa6eb..76c25622bd 100644 --- a/ports/rocksdb/vcpkg.json +++ b/ports/rocksdb/vcpkg.json @@ -1,9 +1,10 @@ { "name": "rocksdb", "version": "7.7.3", + "port-version": 1, "description": "A library that provides an embeddable, persistent key-value store for fast storage", "homepage": "https://github.com/facebook/rocksdb", - "license": "GPL-2.0-only AND Apache-2.0", + "license": "GPL-2.0-only OR Apache-2.0", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/versions/baseline.json b/versions/baseline.json index a6e37aa919..ec311fd51e 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6654,7 +6654,7 @@ }, "rocksdb": { "baseline": "7.7.3", - "port-version": 0 + "port-version": 1 }, "rpclib": { "baseline": "2.3.0", diff --git a/versions/r-/rocksdb.json b/versions/r-/rocksdb.json index 3cf9f2f5fe..051c8f7ed3 100644 --- a/versions/r-/rocksdb.json +++ b/versions/r-/rocksdb.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "75a06574e71a8183f4ebce319c7cc23708cda756", + "version": "7.7.3", + "port-version": 1 + }, { "git-tree": "1b0ad6702e484372e6608e77d244a1f1d5cf9d1e", "version": "7.7.3",