Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 2021 06:19:09 +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: r562176 - head/databases/mongodb44
Message-ID:  <202101210619.10L6J9RP098302@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Thu Jan 21 06:19:09 2021
New Revision: 562176
URL: https://svnweb.freebsd.org/changeset/ports/562176

Log:
  databases/mongodb44: update 4.4.2 -> 4.4.3
  
  - Remove conflict with mongo-cxx-driver, gone in ports r559941
  
  PR:		252436
  Submitted by:	Ronald Klop <ronald-lists@klop.ws> (maintainer)
  Relnotes:	https://docs.mongodb.com/manual/release-notes/4.4/#jan-4-2021

Modified:
  head/databases/mongodb44/Makefile
  head/databases/mongodb44/distinfo

Modified: head/databases/mongodb44/Makefile
==============================================================================
--- head/databases/mongodb44/Makefile	Thu Jan 21 04:13:18 2021	(r562175)
+++ head/databases/mongodb44/Makefile	Thu Jan 21 06:19:09 2021	(r562176)
@@ -2,7 +2,7 @@
 
 PORTNAME=	mongodb
 DISTVERSIONPREFIX=	r
-DISTVERSION=	4.4.2
+DISTVERSION=	4.4.3
 CATEGORIES=	databases net
 MASTER_SITES=	https://fastdl.mongodb.org/src/ \
 		http://fastdl.mongodb.org/src/
@@ -33,7 +33,6 @@ LIB_DEPENDS=	libpcre.so:devel/pcre \
 USES=		compiler:c++17-lang cpe python:3.5+,build scons shebangfix
 USE_RC_SUBR=	mongod
 
-CONFLICTS_BUILD=	mongo-cxx-driver
 CONFLICTS_INSTALL=	mongodb36 mongodb4[02]
 
 OPTIONS_DEFINE=	SASL SSL

Modified: head/databases/mongodb44/distinfo
==============================================================================
--- head/databases/mongodb44/distinfo	Thu Jan 21 04:13:18 2021	(r562175)
+++ head/databases/mongodb44/distinfo	Thu Jan 21 06:19:09 2021	(r562176)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1606310462
-SHA256 (mongodb-src-r4.4.2.tar.gz) = 5f970a0f69c604d2501ee4df920afa9d61ec16f5b691f71e705871a08b0bffe5
-SIZE (mongodb-src-r4.4.2.tar.gz) = 49816559
+TIMESTAMP = 1609778203
+SHA256 (mongodb-src-r4.4.3.tar.gz) = daab8e70911653c09157803dab616f3b1920a73c39b8791a6a67df0faa0e60f6
+SIZE (mongodb-src-r4.4.3.tar.gz) = 49876077



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