From owner-dev-commits-ports-all@freebsd.org Wed Sep 22 07:55:36 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 CDB106AD2E5; Wed, 22 Sep 2021 07:55:36 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HDrFN5FNdz4X6Q; Wed, 22 Sep 2021 07:55:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 94E0B140A4; Wed, 22 Sep 2021 07:55:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18M7taLZ098554; Wed, 22 Sep 2021 07:55:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18M7taU6098553; Wed, 22 Sep 2021 07:55:36 GMT (envelope-from git) Date: Wed, 22 Sep 2021 07:55:36 GMT Message-Id: <202109220755.18M7taU6098553@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Li-Wen Hsu Subject: git: 9db431060584 - main - databases/mongodb40: Update to 4.0.27 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9db431060584b6a0580979cc063785e85d5e468e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2021 07:55:37 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=9db431060584b6a0580979cc063785e85d5e468e commit 9db431060584b6a0580979cc063785e85d5e468e Author: Ronald Klop AuthorDate: 2021-09-22 07:53:14 +0000 Commit: Li-Wen Hsu CommitDate: 2021-09-22 07:53:14 +0000 databases/mongodb40: Update to 4.0.27 - re-apply shebangfix (suggested by stage-qa) - register conflict with mongodb50 https://docs.mongodb.com/manual/release-notes/4.0-changelog/#std-label-4.0.27-changelog PR: 258454 --- databases/mongodb40/Makefile | 9 ++++++--- databases/mongodb40/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/databases/mongodb40/Makefile b/databases/mongodb40/Makefile index f56d4fb23ea2..861c448b094e 100644 --- a/databases/mongodb40/Makefile +++ b/databases/mongodb40/Makefile @@ -1,6 +1,6 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r -DISTVERSION= 4.0.25 +DISTVERSION= 4.0.27 CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ @@ -27,10 +27,13 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libcurl.so:ftp/curl \ libsnappy.so:archivers/snappy -USES= compiler:c++14-lang cpe python:3.5+,build scons +USES= compiler:c++14-lang cpe python:3.5+,build scons shebangfix USE_RC_SUBR= mongod -CONFLICTS_INSTALL= mongodb36 mongodb4[24] +CONFLICTS_INSTALL= mongodb36 mongodb4[24] mongodb50 + +SHEBANG_FILES= src/mongo/installer/compass/install_compass +python_OLD_CMD= @python_interpreter@ MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ --use-system-pcre --use-system-snappy \ diff --git a/databases/mongodb40/distinfo b/databases/mongodb40/distinfo index 766d8f0341c9..c6a65ef1a338 100644 --- a/databases/mongodb40/distinfo +++ b/databases/mongodb40/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623237574 -SHA256 (mongodb-src-r4.0.25.tar.gz) = c51f1f78bc121a260023e5419dd219456ed4fbb6da3f8954654263a0b260b0fd -SIZE (mongodb-src-r4.0.25.tar.gz) = 50516290 +TIMESTAMP = 1631386345 +SHA256 (mongodb-src-r4.0.27.tar.gz) = 72ddf79a72b8a6cce160ce08b3b8f4199411ca2f22f109b2d30724972ab92e33 +SIZE (mongodb-src-r4.0.27.tar.gz) = 50548264