git: 5705def5b310 - main - devel/libbson: Update 2.3.1 => 2.3.3
Yusuf Yaman <[email protected]> Tue, 04 Aug 2026 11:47:02 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <6a71d136.1d83d.7979e808__24329.4604167872$1785844059$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by nxjoseph: URL: https://cgit.FreeBSD.org/ports/commit/?id=5705def5b3106ecb9f4d30ce4db59d344bc8f8fa commit 5705def5b3106ecb9f4d30ce4db59d344bc8f8fa Author: Rafe Sadler <[email protected]> AuthorDate: 2026-08-03 21:07:33 +0000 Commit: Yusuf Yaman <[email protected]> CommitDate: 2026-08-04 11:46:46 +0000 devel/libbson: Update 2.3.1 => 2.3.3 While here, add a new VERSION substition for pkg-plist easy updates. Changelog: https://github.com/mongodb/mongo-c-driver/blob/2.3.3/NEWS PR: 296601 Reported by: Hiroo Ono <[email protected]> Approved by: Krzysztof <[email protected]> (maintainer) Approved by: osa, vvd (Mentors, implicit) --- devel/libbson/Makefile | 5 ++-- devel/libbson/distinfo | 6 ++--- devel/libbson/pkg-plist | 68 ++++++++++++++++++++++++------------------------- 3 files changed, 40 insertions(+), 39 deletions(-) diff --git a/devel/libbson/Makefile b/devel/libbson/Makefile index e40e76a1c283..21441ff29027 100644 --- a/devel/libbson/Makefile +++ b/devel/libbson/Makefile @@ -1,6 +1,5 @@ PORTNAME= libbson -DISTVERSION= 2.3.1 -PORTREVISION= 1 +DISTVERSION= 2.3.3 CATEGORIES= devel MAINTAINER= [email protected] @@ -29,6 +28,8 @@ CMAKE_OFF= BUILD_TESTING \ DOCSDIR= ${PREFIX}/share/doc/mongo-c-driver +PLIST_SUB= VERSION=${DISTVERSION} + OPTIONS_DEFINE= DOCS MANPAGES OPTIONS_DEFAULT=MANPAGES OPTIONS_SUB= yes diff --git a/devel/libbson/distinfo b/devel/libbson/distinfo index b66762f761fe..bc2c832f4969 100644 --- a/devel/libbson/distinfo +++ b/devel/libbson/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1783172384 -SHA256 (mongodb-mongo-c-driver-2.3.1_GH0.tar.gz) = a3fc6ebf73e7a26482a5c0f86e4011e4c1f1d8f5bd16ca9ae7c732a8e6965490 -SIZE (mongodb-mongo-c-driver-2.3.1_GH0.tar.gz) = 7978027 +TIMESTAMP = 1785384839 +SHA256 (mongodb-mongo-c-driver-2.3.3_GH0.tar.gz) = 1ca94a2f706e8eab5c9478f1725c69bff23d2692e4a1e476bce093245c8efd5d +SIZE (mongodb-mongo-c-driver-2.3.3_GH0.tar.gz) = 7981762 diff --git a/devel/libbson/pkg-plist b/devel/libbson/pkg-plist index b8c96f2addbc..bdcd34e19424 100644 --- a/devel/libbson/pkg-plist +++ b/devel/libbson/pkg-plist @@ -1,40 +1,40 @@ -include/bson-2.3.1/bson/bson-bcon.h -include/bson-2.3.1/bson/bson-clock.h -include/bson-2.3.1/bson/bson-context.h -include/bson-2.3.1/bson/bson-decimal128.h -include/bson-2.3.1/bson/bson-endian.h -include/bson-2.3.1/bson/bson-iter.h -include/bson-2.3.1/bson/bson-json.h -include/bson-2.3.1/bson/bson-keys.h -include/bson-2.3.1/bson/bson-oid.h -include/bson-2.3.1/bson/bson-prelude.h -include/bson-2.3.1/bson/bson-reader.h -include/bson-2.3.1/bson/bson-string.h -include/bson-2.3.1/bson/bson-types.h -include/bson-2.3.1/bson/bson-utf8.h -include/bson-2.3.1/bson/bson-value.h -include/bson-2.3.1/bson/bson-vector.h -include/bson-2.3.1/bson/bson-version-functions.h -include/bson-2.3.1/bson/bson-writer.h -include/bson-2.3.1/bson/bson.h -include/bson-2.3.1/bson/bson_t.h -include/bson-2.3.1/bson/compat.h -include/bson-2.3.1/bson/config.h -include/bson-2.3.1/bson/error.h -include/bson-2.3.1/bson/macros.h -include/bson-2.3.1/bson/memory.h -include/bson-2.3.1/bson/version.h -lib/cmake/bson-2.3.1/00-mongo-platform-targets.cmake -lib/cmake/bson-2.3.1/bsonConfig.cmake -lib/cmake/bson-2.3.1/bsonConfigVersion.cmake -lib/cmake/bson-2.3.1/bson_shared-targets-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/bson-2.3.1/bson_shared-targets.cmake -lib/cmake/bson-2.3.1/bson_static-targets-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/bson-2.3.1/bson_static-targets.cmake +include/bson-%%VERSION%%/bson/bson-bcon.h +include/bson-%%VERSION%%/bson/bson-clock.h +include/bson-%%VERSION%%/bson/bson-context.h +include/bson-%%VERSION%%/bson/bson-decimal128.h +include/bson-%%VERSION%%/bson/bson-endian.h +include/bson-%%VERSION%%/bson/bson-iter.h +include/bson-%%VERSION%%/bson/bson-json.h +include/bson-%%VERSION%%/bson/bson-keys.h +include/bson-%%VERSION%%/bson/bson-oid.h +include/bson-%%VERSION%%/bson/bson-prelude.h +include/bson-%%VERSION%%/bson/bson-reader.h +include/bson-%%VERSION%%/bson/bson-string.h +include/bson-%%VERSION%%/bson/bson-types.h +include/bson-%%VERSION%%/bson/bson-utf8.h +include/bson-%%VERSION%%/bson/bson-value.h +include/bson-%%VERSION%%/bson/bson-vector.h +include/bson-%%VERSION%%/bson/bson-version-functions.h +include/bson-%%VERSION%%/bson/bson-writer.h +include/bson-%%VERSION%%/bson/bson.h +include/bson-%%VERSION%%/bson/bson_t.h +include/bson-%%VERSION%%/bson/compat.h +include/bson-%%VERSION%%/bson/config.h +include/bson-%%VERSION%%/bson/error.h +include/bson-%%VERSION%%/bson/macros.h +include/bson-%%VERSION%%/bson/memory.h +include/bson-%%VERSION%%/bson/version.h +lib/cmake/bson-%%VERSION%%/00-mongo-platform-targets.cmake +lib/cmake/bson-%%VERSION%%/bsonConfig.cmake +lib/cmake/bson-%%VERSION%%/bsonConfigVersion.cmake +lib/cmake/bson-%%VERSION%%/bson_shared-targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/bson-%%VERSION%%/bson_shared-targets.cmake +lib/cmake/bson-%%VERSION%%/bson_static-targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/bson-%%VERSION%%/bson_static-targets.cmake lib/libbson2.a lib/libbson2.so lib/libbson2.so.2 -lib/libbson2.so.2.3.1 +lib/libbson2.so.%%VERSION%% libdata/pkgconfig/bson2-static.pc libdata/pkgconfig/bson2.pc %%PORTDOCS%%%%DOCSDIR%%/libbson/html/_static/base-stemmer.js