summaryrefslogtreecommitdiff
path: root/sysutils/rsfetch
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-04-30 21:54:36 +0200
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-01 00:38:44 +0200
commit06ca1499635a7e85ccb814cf1d25c08acd4d0551 (patch)
tree5fa921e468e8402e29539c51aea2711936e5bfdb /sysutils/rsfetch
parentb5ed862979ede19a95849e855e4f3f032c92474a (diff)
downloadfreebsd-ports-06ca1499635a7e85ccb814cf1d25c08acd4d0551.zip
sysutils/rsfetch: Mark BROKEN_SSL
- Fails to detect OpenSSL 3.0.0 and later Approved by: portmgr (blanket)
Diffstat (limited to 'sysutils/rsfetch')
-rw-r--r--sysutils/rsfetch/Makefile2
1 files changed, 2 insertions, 0 deletions
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}