git: c1417b889392 - main - benchmarks/hipercontracer: chase devel/mongo-c-driver update

Yusuf Yaman <[email protected]> Tue, 04 Aug 2026 11:47:12 +0000
Newsgroups gmane.os.freebsd.devel.cvs.ports
Message-ID <[email protected]>
The branch main has been updated by nxjoseph:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c1417b8893922b5e42fcc3e0a55a3ca36e2ea044

commit c1417b8893922b5e42fcc3e0a55a3ca36e2ea044
Author:     Hiroo Ono <[email protected]>
AuthorDate: 2026-07-09 14:28:39 +0000
Commit:     Yusuf Yaman <[email protected]>
CommitDate: 2026-08-04 11:46:49 +0000

    benchmarks/hipercontracer: chase devel/mongo-c-driver update
    
    PR:             296608
    Reported by:    Hiroo Ono <[email protected]> (author)
    Approved by:    Thomas Dreibholz <[email protected]> (maintainer)
    Approved by:    osa, vvd (Mentors, implicit)
---
 benchmarks/hipercontracer/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/benchmarks/hipercontracer/Makefile b/benchmarks/hipercontracer/Makefile
index a3e1108ba822..983653483435 100644
--- a/benchmarks/hipercontracer/Makefile
+++ b/benchmarks/hipercontracer/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	hipercontracer
 DISTVERSION=	2.2.6
+PORTREVISION=	1
 CATEGORIES=	benchmarks
 MASTER_SITES=	https://www.nntb.no/~dreibh/hipercontracer/download/
 
@@ -98,8 +99,8 @@ LIBHPCTDB_MARIADB_LIB_DEPENDS=	libmariadb.so:databases/mariadb118-client
 LIBHPCTDB_MARIADB_CMAKE_BOOL=	ENABLE_BACKEND_MARIADB
 
 LIBHPCTDB_MONGODB_IMPLIES=	LIBHPCTDB
-LIBHPCTDB_MONGODB_LIB_DEPENDS=	libbson-1.0.so:devel/libbson \
-				libmongoc-1.0.so:devel/mongo-c-driver
+LIBHPCTDB_MONGODB_LIB_DEPENDS=	libbson2.so:devel/libbson \
+				libmongoc2.so:devel/mongo-c-driver
 LIBHPCTDB_MONGODB_CMAKE_BOOL=	ENABLE_BACKEND_MONGODB
 
 LIBHPCTDB_POSTGRESQL_IMPLIES=		LIBHPCTDB