databases/mongodb40: Update to 4.0.27

- re-apply shebangfix (suggested by stage-qa)
- register conflict with mongodb50

https://docs.mongodb.com/manual/release-notes/4.0-changelog/#std-label-4.0.27-changelog

PR:		258454
This commit is contained in:
Ronald Klop
2021-09-22 15:53:14 +08:00
committed by Li-Wen Hsu
parent 86b63aa89a
commit 9db4310605
2 changed files with 9 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
PORTNAME= mongodb
DISTVERSIONPREFIX= r
DISTVERSION= 4.0.25
DISTVERSION= 4.0.27
CATEGORIES= databases net
MASTER_SITES= https://fastdl.mongodb.org/src/ \
http://fastdl.mongodb.org/src/
@@ -27,10 +27,13 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libcurl.so:ftp/curl \
libsnappy.so:archivers/snappy
USES= compiler:c++14-lang cpe python:3.5+,build scons
USES= compiler:c++14-lang cpe python:3.5+,build scons shebangfix
USE_RC_SUBR= mongod
CONFLICTS_INSTALL= mongodb36 mongodb4[24]
CONFLICTS_INSTALL= mongodb36 mongodb4[24] mongodb50
SHEBANG_FILES= src/mongo/installer/compass/install_compass
python_OLD_CMD= @python_interpreter@
MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \
--use-system-pcre --use-system-snappy \

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1623237574
SHA256 (mongodb-src-r4.0.25.tar.gz) = c51f1f78bc121a260023e5419dd219456ed4fbb6da3f8954654263a0b260b0fd
SIZE (mongodb-src-r4.0.25.tar.gz) = 50516290
TIMESTAMP = 1631386345
SHA256 (mongodb-src-r4.0.27.tar.gz) = 72ddf79a72b8a6cce160ce08b3b8f4199411ca2f22f109b2d30724972ab92e33
SIZE (mongodb-src-r4.0.27.tar.gz) = 50548264