git: 06ca1499635a - main - sysutils/rsfetch: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Apr 2023 22:38:55 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=06ca1499635a7e85ccb814cf1d25c08acd4d0551
commit 06ca1499635a7e85ccb814cf1d25c08acd4d0551
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-04-30 19:54:36 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-04-30 22:38:44 +0000
sysutils/rsfetch: Mark BROKEN_SSL
- Fails to detect OpenSSL 3.0.0 and later
Approved by: portmgr (blanket)
---
sysutils/rsfetch/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sysutils/rsfetch/Makefile b/sysutils/rsfetch/Makefile
index 383b36b084ca..789e929d2cf1 100644
--- a/sysutils/rsfetch/Makefile
+++ b/sysutils/rsfetch/Makefile
@@ -11,6 +11,8 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cargo ssl
+BROKEN_SSL= openssl30 openssl31
+BROKEN_SSL_REASON= Fails to detect OpenSSL 3.0.0 and later
USE_GITHUB= yes
GH_ACCOUNT= ${PORTNAME}