git: 1fe24e50fc5b - main - www/rearx: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Apr 2023 17:19:57 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1fe24e50fc5bf4f9abe7736aecf7658602696b8c commit 1fe24e50fc5bf4f9abe7736aecf7658602696b8c Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-28 16:56:18 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-28 17:19:14 +0000 www/rearx: Mark BROKEN_SSL - Fails to detect OpenSSL 3.0.0 and later Approved by: portmgr (blanket) --- www/rearx/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/rearx/Makefile b/www/rearx/Makefile index 76d7a7cab8bc..c60872a910fe 100644 --- a/www/rearx/Makefile +++ b/www/rearx/Makefile @@ -12,6 +12,8 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= cargo ssl +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Fails to detect OpenSSL 3.0.0 and later USE_GITHUB= yes GH_ACCOUNT= garak92