git: 20de538a4349 - main - databases/mongodb{,42}-tools: enable on riscv64

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Mon, 27 Mar 2023 11:27:35 UTC
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=20de538a43492f45bc99ba756d2084d94b9a9f02

commit 20de538a43492f45bc99ba756d2084d94b9a9f02
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2023-03-26 18:37:14 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-03-27 11:25:00 +0000

    databases/mongodb{,42}-tools: enable on riscv64
    
    Build fine.
    
    Sponsored by:   Berliner Linux User Group e.V.
    Approved by:    portmgr (build fix blanket)
---
 databases/mongodb-tools/Makefile   | 2 +-
 databases/mongodb42-tools/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/databases/mongodb-tools/Makefile b/databases/mongodb-tools/Makefile
index a8d1310ddbcc..47878290790e 100644
--- a/databases/mongodb-tools/Makefile
+++ b/databases/mongodb-tools/Makefile
@@ -10,7 +10,7 @@ WWW=		https://docs.mongodb.com/database-tools/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-ONLY_FOR_ARCHS=	aarch64 amd64 armv7 i386
+ONLY_FOR_ARCHS=	aarch64 amd64 armv7 i386 riscv64
 ONLY_FOR_ARCHS_REASON=	not yet ported to other architectures
 
 USES=		compiler:c++14-lang go localbase
diff --git a/databases/mongodb42-tools/Makefile b/databases/mongodb42-tools/Makefile
index b87247e55a7f..9c9d96efe29b 100644
--- a/databases/mongodb42-tools/Makefile
+++ b/databases/mongodb42-tools/Makefile
@@ -11,7 +11,7 @@ WWW=		https://github.com/mongodb/mongo-tools
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-ONLY_FOR_ARCHS=	aarch64 amd64 armv7 i386
+ONLY_FOR_ARCHS=	aarch64 amd64 armv7 i386 riscv64
 ONLY_FOR_ARCHS_REASON=	not yet ported to other architectures
 
 USES=		compiler:c++14-lang go localbase