diff options
Diffstat (limited to '')
| -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 596d91041ffc..af5db73b339d 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 ac1b41fc4d8b..dcca1d044537 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 63910bfab07b..b866992a9593 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():  | 
