Date: Mon, 9 Aug 2021 04:55:14 GMT From: Guangyuan Yang <ygy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 962be10550ee - main - databases/mongodb44: Update to 4.4.8 Message-ID: <202108090455.1794tEnG066626@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=962be10550ee4a2be37ca5fd8e10a8a210a73289 commit 962be10550ee4a2be37ca5fd8e10a8a210a73289 Author: Ronald Klop <ronald-lists@klop.ws> AuthorDate: 2021-08-09 04:54:30 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2021-08-09 04:54:30 +0000 databases/mongodb44: Update to 4.4.8 Changelog: https://docs.mongodb.com/manual/release-notes/4.4/#4.4.8---aug-4--2021 PR: 257688 MFH: 2021Q3 (bugfix release) --- databases/mongodb44/Makefile | 5 ++--- databases/mongodb44/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/databases/mongodb44/Makefile b/databases/mongodb44/Makefile index bdf385fb1bc2..28dd80c099cd 100644 --- a/databases/mongodb44/Makefile +++ b/databases/mongodb44/Makefile @@ -1,6 +1,6 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r -DISTVERSION= 4.4.7 +DISTVERSION= 4.4.8 CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ @@ -28,7 +28,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre \ libcurl.so:ftp/curl \ libsnappy.so:archivers/snappy -USES= compiler:c++17-lang cpe python:3.5+,build scons shebangfix +USES= compiler:c++17-lang cpe python:3.5+,build scons USE_RC_SUBR= mongod CONFLICTS_INSTALL= mongodb36 mongodb4[02] @@ -36,7 +36,6 @@ CONFLICTS_INSTALL= mongodb36 mongodb4[02] OPTIONS_DEFINE= LTO SASL SSL OPTIONS_DEFAULT=LTO SASL SSL -python_OLD_CMD= @python_interpreter@ MAKE_ARGS= --use-system-zlib \ --use-system-pcre \ --use-system-snappy \ diff --git a/databases/mongodb44/distinfo b/databases/mongodb44/distinfo index 9c2b37b54a42..3d2b2bc2f004 100644 --- a/databases/mongodb44/distinfo +++ b/databases/mongodb44/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626429656 -SHA256 (mongodb-src-r4.4.7.tar.gz) = 5deaa20aa92dcf33558b323b45e1fcae413f69b3eb088b98e1eb243f1ac68727 -SIZE (mongodb-src-r4.4.7.tar.gz) = 50442373 +TIMESTAMP = 1628281136 +SHA256 (mongodb-src-r4.4.8.tar.gz) = 6f9bd6626ef61ec3cd9051ff8576bf499936de99c4fc3551f8bde4e9ba504a97 +SIZE (mongodb-src-r4.4.8.tar.gz) = 50492854
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108090455.1794tEnG066626>