aboutsummaryrefslogtreecommitdiff
path: root/databases/mongodb34
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2017-10-03 13:24:11 +0000
committerThomas Zander <riggs@FreeBSD.org>2017-10-03 13:24:11 +0000
commit69efb156043d98cf61f9bd774014422c76a1e29f (patch)
tree29d78398884618a7aa3db3fb3e4e62c39a05c5ab /databases/mongodb34
parent3c7e8ad2033ab5b696ba0652b3c89809b8c35d50 (diff)
Notes
Diffstat (limited to 'databases/mongodb34')
-rw-r--r--databases/mongodb34/Makefile4
-rw-r--r--databases/mongodb34/distinfo6
-rw-r--r--databases/mongodb34/files/patch-SConstruct8
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():