Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2024 08:41:42 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: a40af48da8ab - main - databases/mongodb44: update to 4.4.28
Message-ID:  <202401250841.40P8fgBP015331@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=a40af48da8ab21ac1d0f3f63c16a9463de667c23

commit a40af48da8ab21ac1d0f3f63c16a9463de667c23
Author:     Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2024-01-25 08:34:59 +0000
Commit:     Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2024-01-25 08:41:06 +0000

    databases/mongodb44: update to 4.4.28
    
    Changes:
    https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.28---jan-18--2023
    
    - version bump
    - poudriere stage-qa: ok (aarch64)
---
 databases/mongodb44/Makefile | 4 ++--
 databases/mongodb44/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/databases/mongodb44/Makefile b/databases/mongodb44/Makefile
index 62dd74a89cf4..51a6a9c2079d 100644
--- a/databases/mongodb44/Makefile
+++ b/databases/mongodb44/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mongodb
 DISTVERSIONPREFIX=	r
-DISTVERSION=	4.4.27
+DISTVERSION=	4.4.28
 CATEGORIES=	databases net
 MASTER_SITES=	https://fastdl.mongodb.org/src/ \
 		http://fastdl.mongodb.org/src/
@@ -30,7 +30,7 @@ LIB_DEPENDS=	libpcre.so:devel/pcre \
 USES=		compiler:c++17-lang cpe python:build scons
 USE_RC_SUBR=	mongod
 
-# --module= disables "enterprise" module from src/mongo/db/modules/
+# --modules= disables "enterprise" module from src/mongo/db/modules/
 MAKE_ARGS=	--use-system-zlib \
 		--use-system-pcre \
 		--use-system-snappy \
diff --git a/databases/mongodb44/distinfo b/databases/mongodb44/distinfo
index e2fc03e54580..ac20f2e8e555 100644
--- a/databases/mongodb44/distinfo
+++ b/databases/mongodb44/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1702632169
-SHA256 (mongodb-src-r4.4.27.tar.gz) = 1dc4c8ff48a0cc247983c59a8b9cca12e2b706316ba513fff46c19879c2a9ad7
-SIZE (mongodb-src-r4.4.27.tar.gz) = 51452977
+TIMESTAMP = 1705396383
+SHA256 (mongodb-src-r4.4.28.tar.gz) = 6aae1d265d853933a14376f3563d0bff4084de86c4ee50b1d9e72318d602f17e
+SIZE (mongodb-src-r4.4.28.tar.gz) = 51471609



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