git: c1095a4409a4 - main - security/sks: Mark BROKEN, deprecate and set expiration date to 2024-06-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Thu, 06 Jun 2024 19:07:50 UTC
The branch main has been updated by diizzy:

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

commit c1095a4409a4640b9e490c023a37d87f83e3e2cb
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-06-05 19:59:51 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-06-06 19:05:47 +0000

    security/sks: Mark BROKEN, deprecate and set expiration date to 2024-06-30
    
    Unfetchable, upstream appears to be located here:
    https://github.com/SKS-Keyserver/sks-keyserver
    
    Depends on deprecated port databases/db5
    
    PR:             279157
    Approved by:    portmgr (maintainer timeout, 2+ weeks)
---
 security/sks/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/security/sks/Makefile b/security/sks/Makefile
index c2ec5cd32ffd..910d3b917c0f 100644
--- a/security/sks/Makefile
+++ b/security/sks/Makefile
@@ -12,6 +12,10 @@ WWW=		https://bitbucket.org/skskeyserver/sks-keyserver/
 
 LICENSE=	GPLv2+
 
+BROKEN=		Unfetchable
+DEPRECATED=	Depends on deprecated port databases/db5
+EXPIRATION_DATE=2024-06-30
+
 BUILD_DEPENDS=	${LOCALBASE}/${OCAML_SITELIBDIR}/num/META:math/ocaml-num
 
 USE_OCAML=	yes