diff options
Diffstat (limited to 'databases/mongodb40/Makefile')
-rw-r--r-- | databases/mongodb40/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/mongodb40/Makefile b/databases/mongodb40/Makefile index 8410c52f37cc..cc57a8842f3b 100644 --- a/databases/mongodb40/Makefile +++ b/databases/mongodb40/Makefile @@ -3,6 +3,7 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r DISTVERSION= 4.0.19 +PORTREVISION= 1 CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ @@ -21,7 +22,7 @@ LICENSE_PERMS_SSPLv1= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept ONLY_FOR_ARCHS= aarch64 amd64 ONLY_FOR_ARCHS_REASON= "Only supported on amd64 and aarch64 (i386 deprecated in v3)" -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah>=2.4.4:devel/py-cheetah@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah3>0:devel/py-cheetah3@${PY_FLAVOR} \ ${PY_TYPING} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} \ ${LOCALBASE}/bin/ar:devel/binutils @@ -30,7 +31,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libcurl.so:ftp/curl \ libsnappy.so:archivers/snappy -USES= compiler:c++14-lang cpe python:2.7,build scons:python2 shebangfix +USES= compiler:c++14-lang cpe python:3.5+,build scons shebangfix USE_RC_SUBR= mongod CONFLICTS_BUILD= mongo-cxx-driver |