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

(-)b/databases/mongodb44/Makefile (-3 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	mongodb
1
PORTNAME=	mongodb
2
DISTVERSIONPREFIX=	r
2
DISTVERSIONPREFIX=	r
3
DISTVERSION=	4.4.7
3
DISTVERSION=	4.4.8
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[02]
34
CONFLICTS_INSTALL=	mongodb36 mongodb4[02]
Lines 36-42 CONFLICTS_INSTALL= mongodb36 mongodb4[02] 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/mongodb44/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1626429656
1
TIMESTAMP = 1628281136
2
SHA256 (mongodb-src-r4.4.7.tar.gz) = 5deaa20aa92dcf33558b323b45e1fcae413f69b3eb088b98e1eb243f1ac68727
2
SHA256 (mongodb-src-r4.4.8.tar.gz) = 6f9bd6626ef61ec3cd9051ff8576bf499936de99c4fc3551f8bde4e9ba504a97
3
SIZE (mongodb-src-r4.4.7.tar.gz) = 50442373
3
SIZE (mongodb-src-r4.4.8.tar.gz) = 50492854

Return to bug 257688