Update to upstream version 3.4.7

PR:		222298
Submitted by:	eric@camachat.org (maintainer)
MFH:		2017Q4
This commit is contained in:
Thomas Zander 2017-10-03 13:24:11 +00:00
parent 3c7e8ad203
commit 69efb15604
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451129
3 changed files with 5 additions and 13 deletions

View file

@ -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/ \

View file

@ -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

View file

@ -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():