From owner-svn-ports-head@freebsd.org Fri Oct 11 17:40:00 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A074A156702; Fri, 11 Oct 2019 17:40:00 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46qZwJ3nPmz3N81; Fri, 11 Oct 2019 17:40:00 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 639501D9AB; Fri, 11 Oct 2019 17:40:00 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9BHe0r7016658; Fri, 11 Oct 2019 17:40:00 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9BHe0Er016656; Fri, 11 Oct 2019 17:40:00 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201910111740.x9BHe0Er016656@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 11 Oct 2019 17:40:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514294 - head/databases/mongodb34 X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/databases/mongodb34 X-SVN-Commit-Revision: 514294 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2019 17:40:00 -0000 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 (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