git: 5beef0b781c9 - main - security/p5-OpenCA-OpenSSL: deprecate
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Feb 2023 17:20:54 UTC
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=5beef0b781c9835b16f660180420fc4c8adf8c92 commit 5beef0b781c9835b16f660180420fc4c8adf8c92 Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2023-02-20 17:04:28 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2023-02-20 17:09:28 +0000 security/p5-OpenCA-OpenSSL: deprecate --- security/p5-OpenCA-OpenSSL/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/p5-OpenCA-OpenSSL/Makefile b/security/p5-OpenCA-OpenSSL/Makefile index b9fdde151a0c..5afd8d31dbc9 100644 --- a/security/p5-OpenCA-OpenSSL/Makefile +++ b/security/p5-OpenCA-OpenSSL/Makefile @@ -27,5 +27,7 @@ MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC} .if ${OPSYS} == FreeBSD && (${SSL_DEFAULT} == base || ${SSL_DEFAULT} == openssl) BROKEN= Does not support OpenSSL 1.1 .endif +DEPRECATED= Broken since 2021 +EXPIRATION_DATE= 2023-03-21 .include <bsd.port.mk>