svn commit: r544130 - head/databases/mongodb44
Li-Wen Hsu
lwhsu at FreeBSD.org
Tue Aug 4 03:15:28 UTC 2020
Author: lwhsu
Date: Tue Aug 4 03:15:27 2020
New Revision: 544130
URL: https://svnweb.freebsd.org/changeset/ports/544130
Log:
Update to 4.4.0
PR: 248370
Submitted by: Ronald Klop <ronald-lists at klop.ws> (maintainer)
Modified:
head/databases/mongodb44/Makefile
head/databases/mongodb44/distinfo
head/databases/mongodb44/pkg-descr
Modified: head/databases/mongodb44/Makefile
==============================================================================
--- head/databases/mongodb44/Makefile Tue Aug 4 03:11:34 2020 (r544129)
+++ head/databases/mongodb44/Makefile Tue Aug 4 03:15:27 2020 (r544130)
@@ -2,7 +2,7 @@
PORTNAME= mongodb
DISTVERSIONPREFIX= r
-DISTVERSION= 4.4.0-rc14
+DISTVERSION= 4.4.0
CATEGORIES= databases net
MASTER_SITES= https://fastdl.mongodb.org/src/ \
http://fastdl.mongodb.org/src/
Modified: head/databases/mongodb44/distinfo
==============================================================================
--- head/databases/mongodb44/distinfo Tue Aug 4 03:11:34 2020 (r544129)
+++ head/databases/mongodb44/distinfo Tue Aug 4 03:15:27 2020 (r544130)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1595682284
-SHA256 (mongodb-src-r4.4.0-rc14.tar.gz) = 88b35d639d21888eb80238911d020d5ab75782f6fde269902286277a3568b2a2
-SIZE (mongodb-src-r4.4.0-rc14.tar.gz) = 49592898
+TIMESTAMP = 1596135638
+SHA256 (mongodb-src-r4.4.0.tar.gz) = c948b8b6f1c4da4cac1c49a8f1367b88b5b036d9095cd205e875c53f09b41611
+SIZE (mongodb-src-r4.4.0.tar.gz) = 49589836
Modified: head/databases/mongodb44/pkg-descr
==============================================================================
--- head/databases/mongodb44/pkg-descr Tue Aug 4 03:11:34 2020 (r544129)
+++ head/databases/mongodb44/pkg-descr Tue Aug 4 03:15:27 2020 (r544130)
@@ -2,4 +2,4 @@ Mongo (from "humongous") is a high-performance, open s
schema-free, document-oriented database. A common name in the
"NOSQL" community.
-WWW: https://www.mongodb.com/
+WWW: https://docs.mongodb.com/v4.4/
More information about the svn-ports-all
mailing list