diff --git a/ports/libbson/portfile.cmake b/ports/libbson/portfile.cmake index cc936f85419..e615cb7cf27 100644 --- a/ports/libbson/portfile.cmake +++ b/ports/libbson/portfile.cmake @@ -25,6 +25,7 @@ endif() vcpkg_cmake_configure( SOURCE_PATH "${SOURCE_PATH}" OPTIONS + "-DBUILD_VERSION=${VERSION}" -DENABLE_BSON=ON -DENABLE_EXAMPLES=OFF -DENABLE_ICU=OFF diff --git a/ports/libbson/vcpkg.json b/ports/libbson/vcpkg.json index 452f0dc41eb..06a9579d8b7 100644 --- a/ports/libbson/vcpkg.json +++ b/ports/libbson/vcpkg.json @@ -1,6 +1,7 @@ { "name": "libbson", "version": "1.25.1", + "port-version": 1, "description": "libbson is a library providing useful routines related to building, parsing, and iterating BSON documents.", "homepage": "https://github.com/mongodb/mongo-c-driver/tree/master/src/libbson", "license": null, diff --git a/versions/baseline.json b/versions/baseline.json index 2ceef8429e2..fd99fbff7c7 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4090,7 +4090,7 @@ }, "libbson": { "baseline": "1.25.1", - "port-version": 0 + "port-version": 1 }, "libcaer": { "baseline": "3.3.15", diff --git a/versions/l-/libbson.json b/versions/l-/libbson.json index 97503458d6d..43426bf14ca 100644 --- a/versions/l-/libbson.json +++ b/versions/l-/libbson.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4e2365e51faaf5bea56b3466e7c94342cb43a9e4", + "version": "1.25.1", + "port-version": 1 + }, { "git-tree": "9cc5cb4ec6ee37e4a07e65f6e8aee04f83f535ec", "version": "1.25.1",