git: f80c8e344d4d - main - net-im/conduit: Add security/ca_root_nss to RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Jun 2024 07:39:51 UTC
The branch main has been updated by ashish:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f80c8e344d4d8d666424888cdc369ec43c908931
commit f80c8e344d4d8d666424888cdc369ec43c908931
Author: Fabien Droux <fabien.droux@mailspec.com>
AuthorDate: 2024-06-15 07:11:43 +0000
Commit: Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2024-06-15 07:35:10 +0000
net-im/conduit: Add security/ca_root_nss to RUN_DEPENDS
---
net-im/conduit/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-im/conduit/Makefile b/net-im/conduit/Makefile
index 0d312135ac78..8a7cdb84f175 100644
--- a/net-im/conduit/Makefile
+++ b/net-im/conduit/Makefile
@@ -1,7 +1,7 @@
PORTNAME= conduit
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-im
PKGNAMEPREFIX= matrix-
@@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_powerpc64le= compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs: # see https://gitlab.com/famedly/conduit/-/issues/416
BUILD_DEPENDS= ${LOCALBASE}/llvm${LLVM_DEFAULT}/lib/libclang.so:devel/llvm${LLVM_DEFAULT}
+RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
USES= cargo gmake
USE_RC_SUBR= ${PORTNAME}