Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2024 08:41:43 GMT
From:      Ronald Klop <ronald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bc7d0baa5513 - main - databases/mongodb50: update to 5.0.24
Message-ID:  <202401250841.40P8fhIu015373@gitrepo.freebsd.org>

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

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

commit bc7d0baa55131bcd53e1320158e1e0e7b52c0c2c
Author:     Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2024-01-25 08:36:21 +0000
Commit:     Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2024-01-25 08:41:08 +0000

    databases/mongodb50: update to 5.0.24
    
    Changes:
    https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.24---jan-18--2024
    
    - version bump
    - only build the community edition. Skip "enterprise" module. Similar as: mongodb44 in d68520a06cb2d9
    - poudriere stage-qa: ok (aarch64)
---
 databases/mongodb50/Makefile | 4 +++-
 databases/mongodb50/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/databases/mongodb50/Makefile b/databases/mongodb50/Makefile
index 2bcf1bc846b0..04a66f521962 100644
--- a/databases/mongodb50/Makefile
+++ b/databases/mongodb50/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mongodb
 DISTVERSIONPREFIX=	r
-DISTVERSION=	5.0.23
+DISTVERSION=	5.0.24
 CATEGORIES=	databases net
 MASTER_SITES=	https://fastdl.mongodb.org/src/ \
 		http://fastdl.mongodb.org/src/
@@ -37,9 +37,11 @@ USE_RC_SUBR=	mongod
 SHEBANG_FILES=	buildscripts/scons.py
 python_OLD_CMD=	@python_interpreter@
 
+# --modules= disables "enterprise" module from src/mongo/db/modules/
 MAKE_ARGS=	--cxx-std=17 \
 		--disable-warnings-as-errors \
 		--libc++ \
+		--modules= \
 		--runtime-hardening=on \
 		--use-system-libunwind \
 		--use-system-pcre \
diff --git a/databases/mongodb50/distinfo b/databases/mongodb50/distinfo
index ee87af4bcda0..35abf86a06cc 100644
--- a/databases/mongodb50/distinfo
+++ b/databases/mongodb50/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1700514906
-SHA256 (mongodb-src-r5.0.23.tar.gz) = 51120e06c47ae29a593f80e20e0de15e7386114c115e10353f966e79cb13da61
-SIZE (mongodb-src-r5.0.23.tar.gz) = 56289856
+TIMESTAMP = 1705396401
+SHA256 (mongodb-src-r5.0.24.tar.gz) = e82550387377c854eae8ec9591931812320a7c56d067a3392806b793baafe067
+SIZE (mongodb-src-r5.0.24.tar.gz) = 56957730



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