git: 234bec768bed - main - security/p5-Filter-Crypto: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Apr 2023 22:39:00 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=234bec768bed1ee513c5ad9f5d79abc849c0f177 commit 234bec768bed1ee513c5ad9f5d79abc849c0f177 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-30 20:40:30 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-30 22:38:45 +0000 security/p5-Filter-Crypto: Mark BROKEN_SSL - Cannot detect OpenSSL 3.0.0 and later Approved by: portmgr (blanket) --- security/p5-Filter-Crypto/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/p5-Filter-Crypto/Makefile b/security/p5-Filter-Crypto/Makefile index 0242122113ff..41c36586f757 100644 --- a/security/p5-Filter-Crypto/Makefile +++ b/security/p5-Filter-Crypto/Makefile @@ -16,6 +16,8 @@ RUN_DEPENDS= p5-PAR-Packer>=0:devel/p5-PAR-Packer TEST_DEPENDS= p5-CPAN-Changes>=0:devel/p5-CPAN-Changes USES= perl5 ssl +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Cannot detect OpenSSL 3.0.0 and later USE_PERL5= configure CONFIGURE_ARGS= --prefix-dir=${OPENSSLBASE} --defaults