Skip to content

Commit

Permalink
databases/mongodb44: Update to 4.4.8
Browse files Browse the repository at this point in the history
Changelog:	https://docs.mongodb.com/manual/release-notes/4.4/#4.4.8---aug-4--2021

PR:		257688
MFH:		2021Q3 (bugfix release)
  • Loading branch information
Ronald Klop authored and yzgyyang committed Aug 9, 2021
1 parent 64a4a03 commit 962be10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions databases/mongodb44/Makefile
Original file line number Diff line number Diff line change
@@ -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/
Expand Down Expand Up @@ -28,15 +28,14 @@ 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]

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 \
Expand Down
6 changes: 3 additions & 3 deletions databases/mongodb44/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 962be10

Please sign in to comment.