Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Oct 2017 13:24:11 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451129 - in head/databases/mongodb34: . files
Message-ID:  <201710031324.v93DOBMu046340@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Tue Oct  3 13:24:11 2017
New Revision: 451129
URL: https://svnweb.freebsd.org/changeset/ports/451129

Log:
  Update to upstream version 3.4.7
  
  PR:		222298
  Submitted by:	eric@camachat.org (maintainer)
  MFH:		2017Q4

Modified:
  head/databases/mongodb34/Makefile
  head/databases/mongodb34/distinfo
  head/databases/mongodb34/files/patch-SConstruct

Modified: head/databases/mongodb34/Makefile
==============================================================================
--- head/databases/mongodb34/Makefile	Tue Oct  3 13:06:51 2017	(r451128)
+++ head/databases/mongodb34/Makefile	Tue Oct  3 13:24:11 2017	(r451129)
@@ -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/ \

Modified: head/databases/mongodb34/distinfo
==============================================================================
--- head/databases/mongodb34/distinfo	Tue Oct  3 13:06:51 2017	(r451128)
+++ head/databases/mongodb34/distinfo	Tue Oct  3 13:24:11 2017	(r451129)
@@ -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

Modified: head/databases/mongodb34/files/patch-SConstruct
==============================================================================
--- head/databases/mongodb34/files/patch-SConstruct	Tue Oct  3 13:06:51 2017	(r451128)
+++ head/databases/mongodb34/files/patch-SConstruct	Tue Oct  3 13:24:11 2017	(r451129)
@@ -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():



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710031324.v93DOBMu046340>