git: 191d86b34211 - main - www/lychee: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 May 2023 16:20:15 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=191d86b34211867c2ee536749361a004ef8402cc commit 191d86b34211867c2ee536749361a004ef8402cc Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-03 13:54:19 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-03 16:19:57 +0000 www/lychee: Mark BROKEN_SSL - Fails to detect OpenSSL 3.0.0 and later Approved by: portmgr (blanket) --- www/lychee/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/lychee/Makefile b/www/lychee/Makefile index e2848bc8908a..b68bfd9b517f 100644 --- a/www/lychee/Makefile +++ b/www/lychee/Makefile @@ -11,6 +11,9 @@ WWW= https://github.com/lycheeverse/lychee LICENSE= APACHE20 MIT LICENSE_COMB= dual +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Fails to detect OpenSSL 3.0.0 and later + USES= cargo ssl USE_GITHUB= yes GH_ACCOUNT= lycheeverse