git: 0bd530b417ba - main - security/shishi: Deprecate and set expiration date to 2022-06-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Mon, 23 May 2022 11:40:20 UTC
The branch main has been updated by diizzy:

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

commit 0bd530b417ba1d2c36a634b89dfc5c2f099cfbf2
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-05-23 11:32:01 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-05-23 11:39:27 +0000

    security/shishi: Deprecate and set expiration date to 2022-06-30
    
    Abandonware, last release in 2013 and no development since
    
    PR:             263914
---
 security/shishi/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/security/shishi/Makefile b/security/shishi/Makefile
index 5c546276a7f8..44b38713d2ef 100644
--- a/security/shishi/Makefile
+++ b/security/shishi/Makefile
@@ -7,6 +7,9 @@ MASTER_SITES=	GNU
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Free implementation of the Kerberos 5 network security system
 
+DEPRECATED=	Abandonware, last release in 2013 and no development since
+EXPIRATION_DATE=2022-06-30
+
 LIB_DEPENDS=	libidn.so:dns/libidn \
 		libtasn1.so:security/libtasn1 \
 		libgcrypt.so:security/libgcrypt \