Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Oct 2019 17:40:00 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514294 - head/databases/mongodb34
Message-ID:  <201910111740.x9BHe0Er016656@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Fri Oct 11 17:39:59 2019
New Revision: 514294
URL: https://svnweb.freebsd.org/changeset/ports/514294

Log:
  databases/mongodb34: upgrade 3.4.22 -> 3.4.23
  
  - fixed some portlint warnings
  
  PR:		241078
  Submitted by:	Ronald Klop <ronald-lists@klop.ws> (maintainer)
  Relnotes:	https://docs.mongodb.com/manual/release-notes/3.4/#sep-16-2019

Modified:
  head/databases/mongodb34/Makefile
  head/databases/mongodb34/distinfo

Modified: head/databases/mongodb34/Makefile
==============================================================================
--- head/databases/mongodb34/Makefile	Fri Oct 11 17:36:37 2019	(r514293)
+++ head/databases/mongodb34/Makefile	Fri Oct 11 17:39:59 2019	(r514294)
@@ -2,7 +2,7 @@
 
 PORTNAME=	mongodb
 DISTVERSIONPREFIX=	r
-DISTVERSION=	3.4.22
+DISTVERSION=	3.4.23
 CATEGORIES=	databases net
 MASTER_SITES=	https://fastdl.mongodb.org/src/ \
 		http://fastdl.mongodb.org/src/ \
@@ -17,7 +17,7 @@ COMMENT=	Distributed document-oriented "NoSQL" databas
 LICENSE=	AGPLv3 APACHE20
 LICENSE_COMB=	multi
 
-ONLY_FOR_ARCHS=	amd64 aarch64
+ONLY_FOR_ARCHS=	aarch64 amd64
 ONLY_FOR_ARCHS_REASON=	"Only supported on amd64 and aarch64 (i386 deprecated in v3)"
 
 LIB_DEPENDS=	libpcre.so:devel/pcre \
@@ -26,10 +26,11 @@ LIB_DEPENDS=	libpcre.so:devel/pcre \
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pymongo>=3.0:databases/pymongo@${PY_FLAVOR}
 
+USES=		compiler:c++14-lang cpe dos2unix python:build scons
+
 CONFLICTS_BUILD=	mongo-cxx-driver
 CONFLICTS_INSTALL=	mongodb36 mongodb40
 
-USES=		compiler:c++14-lang cpe dos2unix python:build scons
 DOS2UNIX_FILES=	src/third_party/IntelRDFPMathLib20U1/LIBRARY/src/bid_functions.h
 
 USE_RC_SUBR=	mongod

Modified: head/databases/mongodb34/distinfo
==============================================================================
--- head/databases/mongodb34/distinfo	Fri Oct 11 17:36:37 2019	(r514293)
+++ head/databases/mongodb34/distinfo	Fri Oct 11 17:39:59 2019	(r514294)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1565266677
-SHA256 (mongodb-src-r3.4.22.tar.gz) = de46ef5a6cb2fde1889a1c3dfc7b1d4e1f342614c58e93963bde88954cce3fe6
-SIZE (mongodb-src-r3.4.22.tar.gz) = 40172095
+TIMESTAMP = 1570244898
+SHA256 (mongodb-src-r3.4.23.tar.gz) = 8a8bfad7a0c115e6101d9c823ccff76e4fd619367c6f700f1323827063113c9f
+SIZE (mongodb-src-r3.4.23.tar.gz) = 40176687



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