git: 9cba1e488a0c - main - databases/jasperreports: Deprecate and set expiration date to 2022-03-31

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Mon, 11 Oct 2021 19:39:35 UTC
The branch main has been updated by diizzy:

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

commit 9cba1e488a0c0faea8e00d40e4a15848d71af34d
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-10-11 19:36:33 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2021-10-11 19:38:05 +0000

    databases/jasperreports: Deprecate and set expiration date to 2022-03-31
    
    Released in 2013 and depends on textproc/crimson which upstream retired in 2010
    Upstream is now at 6.X
    
    Approved by:    arrowd (mentor)
    Differential Revision:  https://reviews.freebsd.org/D32380
---
 databases/jasperreports/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/databases/jasperreports/Makefile b/databases/jasperreports/Makefile
index 478a4fa8a04b..16d8f7cc9a78 100644
--- a/databases/jasperreports/Makefile
+++ b/databases/jasperreports/Makefile
@@ -10,6 +10,9 @@ DISTFILES=	${PORTNAME}-${PORTVERSION}.jar ${PORTNAME}-applet-${PORTVERSION}.jar
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Powerful open source Java reporting tool
 
+DEPRECATED=	Unsupported by upstream, released in 2013
+EXPIRATION_DATE=2022-03-31
+
 RUN_DEPENDS=	${JAVALIBDIR}/itext.jar:devel/itext			\
 		${JAVALIBDIR}/xalan.jar:textproc/xalan-j		\
 		${JAVALIBDIR}/crimson.jar:textproc/crimson		\