diff options
author | riggs <riggs@FreeBSD.org> | 2017-10-04 16:59:08 +0000 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2017-10-04 16:59:08 +0000 |
commit | a044e44fa23a047afc6a6122239f5d3ba01ae1b6 (patch) | |
tree | d70c1062be4b2ca2f957f91106f3082259f1528e | |
parent | 9ff9a20fcd0d9d60fa5c710c907a76f0a78b9eee (diff) | |
download | FreeBSD-ports-a044e44fa23a047afc6a6122239f5d3ba01ae1b6.zip FreeBSD-ports-a044e44fa23a047afc6a6122239f5d3ba01ae1b6.tar.gz |
MFH: r451129
Update to upstream version 3.4.7
PR: 222298
Submitted by: eric@camachat.org (maintainer)
Approved by: ports-secteam (zi)
-rw-r--r-- | databases/mongodb34/Makefile | 4 | ||||
-rw-r--r-- | databases/mongodb34/distinfo | 6 | ||||
-rw-r--r-- | databases/mongodb34/files/patch-SConstruct | 8 |
3 files changed, 5 insertions, 13 deletions
diff --git a/databases/mongodb34/Makefile b/databases/mongodb34/Makefile index 596d910..af5db73 100644 --- a/databases/mongodb34/Makefile +++ b/databases/mongodb34/Makefile @@ -2,8 +2,8 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r -DISTVERSION= 3.4.6 -PORTREVISION= 3 +DISTVERSION= 3.4.7 +PORTREVISION= 1 CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ \ diff --git a/databases/mongodb34/distinfo b/databases/mongodb34/distinfo index ac1b41f..dcca1d0 100644 --- a/databases/mongodb34/distinfo +++ b/databases/mongodb34/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499359915 -SHA256 (mongodb-src-r3.4.6.tar.gz) = 8170360f6dfede9c19c131f3d76831e952b3f1494925aa7e2a3a2f95b58ad901 -SIZE (mongodb-src-r3.4.6.tar.gz) = 39922209 +TIMESTAMP = 1504811876 +SHA256 (mongodb-src-r3.4.7.tar.gz) = 9272e7663c7915e09ad2609e28c58437d760d54a9552c711ea735cd8e1784ec0 +SIZE (mongodb-src-r3.4.7.tar.gz) = 39936247 diff --git a/databases/mongodb34/files/patch-SConstruct b/databases/mongodb34/files/patch-SConstruct index 63910bf..b866992 100644 --- a/databases/mongodb34/files/patch-SConstruct +++ b/databases/mongodb34/files/patch-SConstruct @@ -70,11 +70,3 @@ context.Result(ret) return ret -@@ -2645,6 +2645,7 @@ def doConfigure(myenv): - - conf = Configure(myenv, custom_tests = { - 'CheckPThreadSetNameNP': CheckPThreadSetNameNP, -+ 'CheckBoostMinVersion': CheckBoostMinVersion, - }) - - if conf.CheckPThreadSetNameNP(): |