View | Details | Raw Unified | Return to bug 224821 | Differences between
and this patch

Collapse All | Expand All

(-)databases/mongodb36/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	mongodb
3
PORTNAME=	mongodb
4
DISTVERSIONPREFIX=	r
4
DISTVERSIONPREFIX=	r
5
DISTVERSION=	3.6.0
5
DISTVERSION=	3.6.1
6
CATEGORIES=	databases net
6
CATEGORIES=	databases net
7
MASTER_SITES=	https://fastdl.mongodb.org/src/ \
7
MASTER_SITES=	https://fastdl.mongodb.org/src/ \
8
		http://fastdl.mongodb.org/src/ \
8
		http://fastdl.mongodb.org/src/ \
Lines 37-43 Link Here
37
37
38
MAKE_ARGS=	--prefix=${STAGEDIR}${PREFIX} \
38
MAKE_ARGS=	--prefix=${STAGEDIR}${PREFIX} \
39
		--use-system-pcre --use-system-snappy \
39
		--use-system-pcre --use-system-snappy \
40
		--use-system-boost --use-system-zlib \
40
		--use-system-zlib \
41
		--cxx-std=14 --libc++ \
41
		--cxx-std=14 --libc++ \
42
		--runtime-hardening=on \
42
		--runtime-hardening=on \
43
		--disable-warnings-as-errors \
43
		--disable-warnings-as-errors \
(-)databases/mongodb36/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1513015173
1
TIMESTAMP = 1514831367
2
SHA256 (mongodb-src-r3.6.0.tar.gz) = 1573e6e172a6a1e559e1156b0f059f3639774a9f3db33790cb826c56e1398efd
2
SHA256 (mongodb-src-r3.6.1.tar.gz) = 59c646453120778911cc0d300b7da17e21765270d4575118bd4aa43ea1bf1e75
3
SIZE (mongodb-src-r3.6.0.tar.gz) = 39994543
3
SIZE (mongodb-src-r3.6.1.tar.gz) = 39996730

Return to bug 224821