aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2020-08-14 07:16:00 +0000
committerKurt Jaeger <pi@FreeBSD.org>2020-08-14 07:16:00 +0000
commit0c0a2788d7ed9ccafd36f08e83fdb2353c952f2c (patch)
treea053f01e2ce197f1ed0d5edbcd3723aed9c05e32 /databases
parent1538789b25677271d18a2e6b27e0ecc1f5927cde (diff)
downloadports-0c0a2788d7ed9ccafd36f08e83fdb2353c952f2c.tar.gz
ports-0c0a2788d7ed9ccafd36f08e83fdb2353c952f2c.zip
databases/mongodb36: update 3.6.18 -> 3.6.19
- Update conflicts: 3.4 is gone, 4.4 is new PR: 248505 Submitted by: Ronald Klop <ronald-lists@klop.ws> Approved by: dev@dudu.ro (maintainer) Relnotes: https://docs.mongodb.com/v3.6/release-notes/3.6/#july-23-2020
Notes
Notes: svn path=/head/; revision=544873
Diffstat (limited to 'databases')
-rw-r--r--databases/mongodb36/Makefile4
-rw-r--r--databases/mongodb36/distinfo6
-rw-r--r--databases/mongodb36/pkg-descr2
3 files changed, 6 insertions, 6 deletions
diff --git a/databases/mongodb36/Makefile b/databases/mongodb36/Makefile
index 9fa925fcfb01..f9265fce9d9e 100644
--- a/databases/mongodb36/Makefile
+++ b/databases/mongodb36/Makefile
@@ -2,7 +2,7 @@
PORTNAME= mongodb
DISTVERSIONPREFIX= r
-DISTVERSION= 3.6.18
+DISTVERSION= 3.6.19
CATEGORIES= databases net
MASTER_SITES= https://fastdl.mongodb.org/src/ \
http://fastdl.mongodb.org/src/ \
@@ -34,7 +34,7 @@ USES= compiler:c++14-lang cpe python:2.7,build scons:python2 shebangfix
USE_RC_SUBR= mongod
CONFLICTS_BUILD= mongo-cxx-driver
-CONFLICTS_INSTALL= mongodb34 mongodb4[02]
+CONFLICTS_INSTALL= mongodb4[024]
SHEBANG_FILES= src/mongo/installer/compass/install_compass.in
python_OLD_CMD= @python_interpreter@
diff --git a/databases/mongodb36/distinfo b/databases/mongodb36/distinfo
index e82a21da3e65..82d40dd2d3ea 100644
--- a/databases/mongodb36/distinfo
+++ b/databases/mongodb36/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1591104291
-SHA256 (mongodb-src-r3.6.18.tar.gz) = f00df82b8e9b861850ed54351188f9e9171984cf7cb788284c7bdaba9db4594e
-SIZE (mongodb-src-r3.6.18.tar.gz) = 40950004
+TIMESTAMP = 1596718120
+SHA256 (mongodb-src-r3.6.19.tar.gz) = a15481b0657f820ac165ca7d71a916bf839ff6add6e19de3476f7f26182d1378
+SIZE (mongodb-src-r3.6.19.tar.gz) = 40961668
diff --git a/databases/mongodb36/pkg-descr b/databases/mongodb36/pkg-descr
index 8f2795a9dd4b..54992a7f4681 100644
--- a/databases/mongodb36/pkg-descr
+++ b/databases/mongodb36/pkg-descr
@@ -2,4 +2,4 @@ Mongo (from "humongous") is a high-performance, open source,
schema-free, document-oriented database. A common name in the
"NOSQL" community.
-WWW: https://www.mongodb.com/
+WWW: https://docs.mongodb.com/v3.6/