View | Details | Raw Unified | Return to bug 255613
Collapse All | Expand All

(-)b/databases/mongodb42/Makefile (-4 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	mongodb
1
PORTNAME=	mongodb
2
DISTVERSIONPREFIX=	r
2
DISTVERSIONPREFIX=	r
3
DISTVERSION=	4.2.13
3
DISTVERSION=	4.2.14
4
CATEGORIES=	databases net
4
CATEGORIES=	databases net
5
MASTER_SITES=	https://fastdl.mongodb.org/src/ \
5
MASTER_SITES=	https://fastdl.mongodb.org/src/ \
6
		http://fastdl.mongodb.org/src/
6
		http://fastdl.mongodb.org/src/
Lines 29-35 LIB_DEPENDS= libboost_system.so:devel/boost-libs \ Link Here
29
		libcurl.so:ftp/curl \
29
		libcurl.so:ftp/curl \
30
		libsnappy.so:archivers/snappy
30
		libsnappy.so:archivers/snappy
31
31
32
USES=		compiler:c++17-lang cpe python:3.5+,build scons shebangfix
32
USES=		compiler:c++17-lang cpe python:3.5+,build scons
33
USE_RC_SUBR=	mongod
33
USE_RC_SUBR=	mongod
34
34
35
CONFLICTS_BUILD=	mongo-cxx-driver
35
CONFLICTS_BUILD=	mongo-cxx-driver
Lines 38-45 CONFLICTS_INSTALL= mongodb36 mongodb4[04] Link Here
38
OPTIONS_DEFINE=	LTO SASL SSL
38
OPTIONS_DEFINE=	LTO SASL SSL
39
OPTIONS_DEFAULT=LTO SASL SSL
39
OPTIONS_DEFAULT=LTO SASL SSL
40
40
41
SHEBANG_FILES=	src/mongo/installer/compass/install_compass.in
42
python_OLD_CMD=	@python_interpreter@
43
MAKE_ARGS=	--prefix=${STAGEDIR}${PREFIX} \
41
MAKE_ARGS=	--prefix=${STAGEDIR}${PREFIX} \
44
		--use-system-zlib \
42
		--use-system-zlib \
45
		--use-system-pcre \
43
		--use-system-pcre \
(-)b/databases/mongodb42/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1615976871
1
TIMESTAMP = 1620128994
2
SHA256 (mongodb-src-r4.2.13.tar.gz) = 15e3a06ba4a74616b5e8e33b5fbf7b3afde534c2ec0b3baf7a14b78d3e4f0cb3
2
SHA256 (mongodb-src-r4.2.14.tar.gz) = f804f0d2eb8d7f19911fbef320719a42d19f8f11a4fb9b85695b7ec39ca00cab
3
SIZE (mongodb-src-r4.2.13.tar.gz) = 61892295
3
SIZE (mongodb-src-r4.2.14.tar.gz) = 62132935

Return to bug 255613