git: 0fa0e51a1638 - main - security/p5-openxpki: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 May 2023 16:20:30 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0fa0e51a16382510c81a1f97e3608a7126829ace
commit 0fa0e51a16382510c81a1f97e3608a7126829ace
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-03 15:45:40 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-03 16:20:00 +0000
security/p5-openxpki: Mark BROKEN_SSL
- Fails to detect OpenSSL 3.0.0 and later
Approved by: portmgr (blanket)
---
security/p5-openxpki/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/security/p5-openxpki/Makefile b/security/p5-openxpki/Makefile
index ab7beb2daa51..34249ae7a85f 100644
--- a/security/p5-openxpki/Makefile
+++ b/security/p5-openxpki/Makefile
@@ -11,6 +11,9 @@ WWW= https://www.openxpki.org/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_SSL= openssl30 openssl31
+BROKEN_SSL_REASON= Fails to detect OpenSSL 3.0.0 and later
+
MY_DEPENDS= bash:shells/bash \
p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
p5-Cache-LRU>=0:devel/p5-Cache-LRU \