aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2021-10-11 19:36:33 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2021-10-11 19:38:05 +0000
commit9cba1e488a0c0faea8e00d40e4a15848d71af34d (patch)
tree59104dc715e194c092e9c0770b0d220424efacda
parentccafa2129c8c37d9aaa9edad4b310e67ed0c26f9 (diff)
downloadports-9cba1e488a0c0faea8e00d40e4a15848d71af34d.tar.gz
ports-9cba1e488a0c0faea8e00d40e4a15848d71af34d.zip
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
-rw-r--r--databases/jasperreports/Makefile3
1 files changed, 3 insertions, 0 deletions
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 \