diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2020-06-10 13:25:33 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2020-06-10 13:25:33 +0000 |
commit | e878d182e749b6fa2a1596cad52e51d8efcf8f16 (patch) | |
tree | bac5782a46468aa1cf88842328d6d3e48886220b /databases/mongodb36-tools/Makefile | |
parent | 711f3d4e1078d4224c817bd71691750c3b1ac1ff (diff) | |
download | ports-e878d182e749b6fa2a1596cad52e51d8efcf8f16.tar.gz ports-e878d182e749b6fa2a1596cad52e51d8efcf8f16.zip |
New Port: databases/mongodb42-tools
Update mongo tools to version 4.2 which is required to manage mongodb version 4.2.
PR: 247021
Submitted by: Ronald Klop <ronald-lists@klop.ws>
Reviewed by: mfechner
Relnotes: https://docs.mongodb.com/manual/release-notes/4.2/
Notes
Notes:
svn path=/head/; revision=538395
Diffstat (limited to 'databases/mongodb36-tools/Makefile')
-rw-r--r-- | databases/mongodb36-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mongodb36-tools/Makefile b/databases/mongodb36-tools/Makefile index 728f9be1a6e1..473e6bea828e 100644 --- a/databases/mongodb36-tools/Makefile +++ b/databases/mongodb36-tools/Makefile @@ -17,7 +17,7 @@ BROKEN_SSL_REASON_openssl= variable has incomplete type 'BIO_METHOD' (aka 'struc BROKEN_SSL_REASON_libressl= could not determine kind of name for C.EVP_sha BROKEN_SSL_REASON_libressl-devel= ${BROKEN_SSL_REASON_libressl} -CONFLICTS_INSTALL= mongodb mongodb[32-34]-tools +CONFLICTS_INSTALL= mongodb mongodb4[02] mongodb4[02]-tools USES= go localbase |