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

(-)b/databases/mongodb50/Makefile (-3 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	mongodb
1
PORTNAME=	mongodb
2
DISTVERSIONPREFIX=	r
2
DISTVERSIONPREFIX=	r
3
DISTVERSION=	5.0.0-rc0
3
DISTVERSION=	5.0.0-rc1
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 28-34 LIB_DEPENDS= libpcre.so:devel/pcre \ Link Here
28
		libcurl.so:ftp/curl \
28
		libcurl.so:ftp/curl \
29
		libsnappy.so:archivers/snappy
29
		libsnappy.so:archivers/snappy
30
30
31
USES=		compiler:c++17-lang cpe python:3.5+,build scons shebangfix
31
USES=		compiler:c++17-lang cpe python:3.5+,build scons
32
USE_RC_SUBR=	mongod
32
USE_RC_SUBR=	mongod
33
33
34
CONFLICTS_INSTALL=	mongodb36 mongodb4[024]
34
CONFLICTS_INSTALL=	mongodb36 mongodb4[024]
Lines 36-42 CONFLICTS_INSTALL= mongodb36 mongodb4[024] Link Here
36
OPTIONS_DEFINE=	LTO SASL SSL
36
OPTIONS_DEFINE=	LTO SASL SSL
37
OPTIONS_DEFAULT=LTO SASL SSL
37
OPTIONS_DEFAULT=LTO SASL SSL
38
38
39
python_OLD_CMD=	@python_interpreter@
40
MAKE_ARGS=	--use-system-zlib \
39
MAKE_ARGS=	--use-system-zlib \
41
		--use-system-pcre \
40
		--use-system-pcre \
42
		--use-system-snappy \
41
		--use-system-snappy \
(-)b/databases/mongodb50/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1622204953
1
TIMESTAMP = 1623670264
2
SHA256 (mongodb-src-r5.0.0-rc0.tar.gz) = 9ebf1de0a9e1d436928e69cd75a99f385e6cde83f2d60e72ac5c1d714646751c
2
SHA256 (mongodb-src-r5.0.0-rc1.tar.gz) = 17b4998385e82855bb6a17056ae75e1811c2784c14b6ba89706f0ad17f5279dc
3
SIZE (mongodb-src-r5.0.0-rc0.tar.gz) = 54327208
3
SIZE (mongodb-src-r5.0.0-rc1.tar.gz) = 54409236

Return to bug 256598