Lines 1-6
Link Here
|
1 |
PORTNAME= mongodb |
1 |
PORTNAME= mongodb |
2 |
DISTVERSIONPREFIX= r |
2 |
DISTVERSIONPREFIX= r |
3 |
DISTVERSION= 4.2.18 |
3 |
DISTVERSION= 4.2.19 |
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 35-41
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
Link Here
|
35 |
USES= compiler:c++17-lang cpe python:3.5+,build scons shebangfix |
35 |
USES= compiler:c++17-lang cpe python:3.5+,build scons shebangfix |
36 |
USE_RC_SUBR= mongod |
36 |
USE_RC_SUBR= mongod |
37 |
|
37 |
|
38 |
CONFLICTS_INSTALL= mongodb36 mongodb4[04] mongodb50 |
38 |
CONFLICTS_INSTALL= mongodb[0-9][0-9] |
39 |
|
39 |
|
40 |
OPTIONS_DEFINE= LTO SASL SSL |
40 |
OPTIONS_DEFINE= LTO SASL SSL |
41 |
OPTIONS_DEFAULT=LTO SASL SSL |
41 |
OPTIONS_DEFAULT=LTO SASL SSL |