Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Aug 2023 08:15:23 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: dc8ecdfe14a1 - main - databases/mongodb50: update 5.0.20
Message-ID:  <202308130815.37D8FNNb002008@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=dc8ecdfe14a15fc61bb795d6612457d6540e1a75

commit dc8ecdfe14a15fc61bb795d6612457d6540e1a75
Author:     Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2023-08-13 07:56:02 +0000
Commit:     Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2023-08-13 08:15:02 +0000

    databases/mongodb50: update 5.0.20
    
    Changes: https://www.mongodb.com/docs/manual/release-notes/5.0/
    
    * trivial version bump
    * pet portclippy
    * poudriere stage-qa: ok
---
 databases/mongodb50/Makefile | 6 +++---
 databases/mongodb50/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/databases/mongodb50/Makefile b/databases/mongodb50/Makefile
index 787bf4816c19..5ca509ce76d2 100644
--- a/databases/mongodb50/Makefile
+++ b/databases/mongodb50/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mongodb
 DISTVERSIONPREFIX=	r
-DISTVERSION=	5.0.19
+DISTVERSION=	5.0.20
 CATEGORIES=	databases net
 MASTER_SITES=	https://fastdl.mongodb.org/src/ \
 		http://fastdl.mongodb.org/src/
@@ -34,8 +34,6 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 USES=		compiler:c++17-lang cpe python:build scons shebangfix
 USE_RC_SUBR=	mongod
 
-CFLAGS+=	-DBOOST_NO_CXX98_FUNCTION_BASE
-
 SHEBANG_FILES=	buildscripts/scons.py
 python_OLD_CMD=	@python_interpreter@
 
@@ -54,6 +52,8 @@ MAKE_ARGS=	--cxx-std=17 \
 		AR=llvm-ar \
 		VERBOSE=on
 
+CFLAGS+=	-DBOOST_NO_CXX98_FUNCTION_BASE
+
 CONFLICTS_INSTALL=	mongodb[0-9][0-9] # etc/mongodb.conf.sample
 
 USERS=		mongodb
diff --git a/databases/mongodb50/distinfo b/databases/mongodb50/distinfo
index 101e86dcdf52..71a04db70ff9 100644
--- a/databases/mongodb50/distinfo
+++ b/databases/mongodb50/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1689068068
-SHA256 (mongodb-src-r5.0.19.tar.gz) = 740a6812000f11fdabd66320b3d5402621cb04ba004844d65d3a11e4ac7ba9de
-SIZE (mongodb-src-r5.0.19.tar.gz) = 56260944
+TIMESTAMP = 1691744586
+SHA256 (mongodb-src-r5.0.20.tar.gz) = ac7675eb3ac715a77b7d8bf311485b4afcd854575cf4535e3dab2be6e08bc8b6
+SIZE (mongodb-src-r5.0.20.tar.gz) = 56291233



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