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

Collapse All | Expand All

(-)mongodb32/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	mongodb32
4
PORTNAME=	mongodb32
5
PORTVERSION=	3.2.1
5
PORTVERSION=	3.2.3
6
DISTVERSIONPREFIX=	r
6
DISTVERSIONPREFIX=	r
7
PORTREVISION=	1
7
PORTREVISION=	1
8
CATEGORIES=	databases net
8
CATEGORIES=	databases net
Lines 27-33 Link Here
27
ONLY_FOR_ARCHS_REASON=	"not yet ported to anything other than i386 and amd64"
27
ONLY_FOR_ARCHS_REASON=	"not yet ported to anything other than i386 and amd64"
28
28
29
OPTIONS_DEFINE=		SASL SSL WIREDTIGER
29
OPTIONS_DEFINE=		SASL SSL WIREDTIGER
30
OPTIONS_DEFAULT=	SSL WIREDTIGER
30
OPTIONS_DEFAULT=	SASL SSL WIREDTIGER
31
31
32
# Only supported on 64-bit
32
# Only supported on 64-bit
33
OPTIONS_EXCLUDE_i386=	WIREDTIGER
33
OPTIONS_EXCLUDE_i386=	WIREDTIGER
(-)mongodb32/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (mongodb-src-r3.2.1.tar.gz) = 50431a3ba5ab68bd0bed4a157a8528ca27753a63cf101f13135255e4e9d42f15
1
SHA256 (mongodb-src-r3.2.3.tar.gz) = 82030ada190095b5d95c0b59e9cf74efe9db602b49d2b8857b06f2683a5227fa
2
SIZE (mongodb-src-r3.2.1.tar.gz) = 26397562
2
SIZE (mongodb-src-r3.2.3.tar.gz) = 29607224

Return to bug 207417