databases/mongodb34: upgrade 3.4.22 -> 3.4.23
- fixed some portlint warnings PR: 241078 Submitted by: Ronald Klop <ronald-lists@klop.ws> (maintainer) Relnotes: https://docs.mongodb.com/manual/release-notes/3.4/#sep-16-2019
This commit is contained in:
parent
d2f70543be
commit
c0c6aed875
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514294
2 changed files with 7 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= mongodb
|
||||
DISTVERSIONPREFIX= r
|
||||
DISTVERSION= 3.4.22
|
||||
DISTVERSION= 3.4.23
|
||||
CATEGORIES= databases net
|
||||
MASTER_SITES= https://fastdl.mongodb.org/src/ \
|
||||
http://fastdl.mongodb.org/src/ \
|
||||
|
@ -17,7 +17,7 @@ COMMENT= Distributed document-oriented "NoSQL" database
|
|||
LICENSE= AGPLv3 APACHE20
|
||||
LICENSE_COMB= multi
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 aarch64
|
||||
ONLY_FOR_ARCHS= aarch64 amd64
|
||||
ONLY_FOR_ARCHS_REASON= "Only supported on amd64 and aarch64 (i386 deprecated in v3)"
|
||||
|
||||
LIB_DEPENDS= libpcre.so:devel/pcre \
|
||||
|
@ -26,10 +26,11 @@ LIB_DEPENDS= libpcre.so:devel/pcre \
|
|||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pymongo>=3.0:databases/pymongo@${PY_FLAVOR}
|
||||
|
||||
USES= compiler:c++14-lang cpe dos2unix python:build scons
|
||||
|
||||
CONFLICTS_BUILD= mongo-cxx-driver
|
||||
CONFLICTS_INSTALL= mongodb36 mongodb40
|
||||
|
||||
USES= compiler:c++14-lang cpe dos2unix python:build scons
|
||||
DOS2UNIX_FILES= src/third_party/IntelRDFPMathLib20U1/LIBRARY/src/bid_functions.h
|
||||
|
||||
USE_RC_SUBR= mongod
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1565266677
|
||||
SHA256 (mongodb-src-r3.4.22.tar.gz) = de46ef5a6cb2fde1889a1c3dfc7b1d4e1f342614c58e93963bde88954cce3fe6
|
||||
SIZE (mongodb-src-r3.4.22.tar.gz) = 40172095
|
||||
TIMESTAMP = 1570244898
|
||||
SHA256 (mongodb-src-r3.4.23.tar.gz) = 8a8bfad7a0c115e6101d9c823ccff76e4fd619367c6f700f1323827063113c9f
|
||||
SIZE (mongodb-src-r3.4.23.tar.gz) = 40176687
|
||||
|
|
Loading…
Reference in a new issue