diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2021-01-21 06:19:09 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2021-01-21 06:19:09 +0000 |
commit | f73d8c4d3042ee2d17ad02950249db9cc971b4a9 (patch) | |
tree | fc33223b0ca02a45f43a941a3b7493ba3f7b5aea /databases/mongodb44 | |
parent | - Update to the latest GitHub snapshot (diff) |
databases/mongodb44: update 4.4.2 -> 4.4.3
- Remove conflict with mongo-cxx-driver, gone in ports r559941
PR: 252436
Submitted by: Ronald Klop <ronald-lists@klop.ws> (maintainer)
Relnotes: https://docs.mongodb.com/manual/release-notes/4.4/#jan-4-2021
Notes
Notes:
svn path=/head/; revision=562176
Diffstat (limited to 'databases/mongodb44')
-rw-r--r-- | databases/mongodb44/Makefile | 3 | ||||
-rw-r--r-- | databases/mongodb44/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/databases/mongodb44/Makefile b/databases/mongodb44/Makefile index 7c023b46ab30..131017db0b08 100644 --- a/databases/mongodb44/Makefile +++ b/databases/mongodb44/Makefile @@ -2,7 +2,7 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r -DISTVERSION= 4.4.2 +DISTVERSION= 4.4.3 CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ @@ -33,7 +33,6 @@ LIB_DEPENDS= libpcre.so:devel/pcre \ USES= compiler:c++17-lang cpe python:3.5+,build scons shebangfix USE_RC_SUBR= mongod -CONFLICTS_BUILD= mongo-cxx-driver CONFLICTS_INSTALL= mongodb36 mongodb4[02] OPTIONS_DEFINE= SASL SSL diff --git a/databases/mongodb44/distinfo b/databases/mongodb44/distinfo index 163441578ff8..af889d8f7fbe 100644 --- a/databases/mongodb44/distinfo +++ b/databases/mongodb44/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1606310462 -SHA256 (mongodb-src-r4.4.2.tar.gz) = 5f970a0f69c604d2501ee4df920afa9d61ec16f5b691f71e705871a08b0bffe5 -SIZE (mongodb-src-r4.4.2.tar.gz) = 49816559 +TIMESTAMP = 1609778203 +SHA256 (mongodb-src-r4.4.3.tar.gz) = daab8e70911653c09157803dab616f3b1920a73c39b8791a6a67df0faa0e60f6 +SIZE (mongodb-src-r4.4.3.tar.gz) = 49876077 |