git: 91f21c0f444c - main - security/pks: deprecate

From: Antoine Brodin <antoine_at_FreeBSD.org>
Date: Mon, 20 Feb 2023 14:42:12 UTC
The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=91f21c0f444ca34c26c6ee29e7f0fa11bc9bce50

commit 91f21c0f444ca34c26c6ee29e7f0fa11bc9bce50
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2023-02-20 14:39:07 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2023-02-20 14:42:08 +0000

    security/pks: deprecate
    
    it is broken with "recent" (newer than 2018) ssl
---
 security/pks/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/security/pks/Makefile b/security/pks/Makefile
index 51538382d737..614e53f98f89 100644
--- a/security/pks/Makefile
+++ b/security/pks/Makefile
@@ -14,6 +14,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_SSL=	openssl
 BROKEN_SSL_REASON_openssl=	member access into incomplete type 'EVP_PKEY' (aka 'evp_pkey_st')
+DEPRECATED=	Broken with recent ssl
+EXPIRATION_DATE=	2023-03-20
 
 USES=		bdb ssl
 USE_GCC=	yes