Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2024 08:52:37 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6aed93cfdbbe - main - devel/libbson: Update version 1.25.3=>1.25.4
Message-ID:  <202401120852.40C8qbNi084622@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit 6aed93cfdbbe0e85d9f17d11cf1af275abe3756b
Author:     Krzysztof <ports@bsdserwis.com>
AuthorDate: 2024-01-12 08:42:59 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-12 08:52:16 +0000

    devel/libbson: Update version 1.25.3=>1.25.4
    
    - Pet portclippy
    
    Changelog: https://github.com/mongodb/mongo-c-driver/releases/tag/1.25.4
    
    PR:             276225
    Approved by:    submitter is maintainer
---
 devel/libbson/Makefile | 11 +++++------
 devel/libbson/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/devel/libbson/Makefile b/devel/libbson/Makefile
index 5360d7848d96..6ed46c9355fa 100644
--- a/devel/libbson/Makefile
+++ b/devel/libbson/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	libbson
-DISTVERSION=	1.25.3
+DISTVERSION=	1.25.4
 CATEGORIES=	devel
 
 MAINTAINER=	ports@bsdserwis.com
@@ -11,14 +11,12 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		cmake cpe python:env pkgconfig
 CPE_VENDOR=	mongodb
-USE_LDCONFIG=	yes
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	mongodb
 GH_PROJECT=	mongo-c-driver
+USE_LDCONFIG=	yes
 
-DOCSDIR=	${PREFIX}/share/doc/mongo-c-driver
-
+CMAKE_ARGS=	-DBSON_HAVE_STRINGS_H=0
 CMAKE_OFF=	BUILD_TESTING \
 		ENABLE_EXAMPLES \
 		ENABLE_ICU \
@@ -27,7 +25,8 @@ CMAKE_OFF=	BUILD_TESTING \
 		ENABLE_UNINSTALL \
 		ENABLE_ZLIB \
 		ENABLE_ZSTD
-CMAKE_ARGS=	-DBSON_HAVE_STRINGS_H=0
+
+DOCSDIR=	${PREFIX}/share/doc/mongo-c-driver
 
 OPTIONS_DEFINE=	DOCS
 OPTIONS_SUB=	yes
diff --git a/devel/libbson/distinfo b/devel/libbson/distinfo
index a4325e89660b..15491215fcf8 100644
--- a/devel/libbson/distinfo
+++ b/devel/libbson/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1704140351
-SHA256 (mongodb-mongo-c-driver-1.25.3_GH0.tar.gz) = d7cdedc5164b7b8ca39bb45bee789da44097052c882fa84996e4d90eec6fe8d3
-SIZE (mongodb-mongo-c-driver-1.25.3_GH0.tar.gz) = 7306922
+TIMESTAMP = 1705048745
+SHA256 (mongodb-mongo-c-driver-1.25.4_GH0.tar.gz) = 0ab3c5b238803b82a6b217d1ef21ea71a6e96251063322dc1038bea70a3da541
+SIZE (mongodb-mongo-c-driver-1.25.4_GH0.tar.gz) = 7308431



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401120852.40C8qbNi084622>