git: 79064a9fe1e3 - main - databases/mongodb42: Update to 4.2.14
Neel Chauhan
nc at FreeBSD.org
Wed May 5 16:31:39 UTC 2021
The branch main has been updated by nc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=79064a9fe1e34820b8085997609869ce72d0785c
commit 79064a9fe1e34820b8085997609869ce72d0785c
Author: Ronald Klop <ronald-lists at klop.ws>
AuthorDate: 2021-05-05 16:29:05 +0000
Commit: Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-05-05 16:29:05 +0000
databases/mongodb42: Update to 4.2.14
Changes: https://docs.mongodb.com/manual/release-notes/4.2-changelog/#4.2.14-changelog
PR: 255613
---
databases/mongodb42/Makefile | 6 ++----
databases/mongodb42/distinfo | 6 +++---
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/databases/mongodb42/Makefile b/databases/mongodb42/Makefile
index b1c0a310817b..7d5c9fe391e4 100644
--- a/databases/mongodb42/Makefile
+++ b/databases/mongodb42/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mongodb
DISTVERSIONPREFIX= r
-DISTVERSION= 4.2.13
+DISTVERSION= 4.2.14
CATEGORIES= databases net
MASTER_SITES= https://fastdl.mongodb.org/src/ \
http://fastdl.mongodb.org/src/
@@ -29,7 +29,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \
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_BUILD= mongo-cxx-driver
@@ -38,8 +38,6 @@ CONFLICTS_INSTALL= mongodb36 mongodb4[04]
OPTIONS_DEFINE= LTO SASL SSL
OPTIONS_DEFAULT=LTO SASL SSL
-SHEBANG_FILES= src/mongo/installer/compass/install_compass.in
-python_OLD_CMD= @python_interpreter@
MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \
--use-system-zlib \
--use-system-pcre \
diff --git a/databases/mongodb42/distinfo b/databases/mongodb42/distinfo
index 2061781136d1..2586859a4786 100644
--- a/databases/mongodb42/distinfo
+++ b/databases/mongodb42/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1615976871
-SHA256 (mongodb-src-r4.2.13.tar.gz) = 15e3a06ba4a74616b5e8e33b5fbf7b3afde534c2ec0b3baf7a14b78d3e4f0cb3
-SIZE (mongodb-src-r4.2.13.tar.gz) = 61892295
+TIMESTAMP = 1620128994
+SHA256 (mongodb-src-r4.2.14.tar.gz) = f804f0d2eb8d7f19911fbef320719a42d19f8f11a4fb9b85695b7ec39ca00cab
+SIZE (mongodb-src-r4.2.14.tar.gz) = 62132935
More information about the dev-commits-ports-all
mailing list