Date: Mon, 11 Oct 2021 19:39:35 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9cba1e488a0c - main - databases/jasperreports: Deprecate and set expiration date to 2022-03-31 Message-ID: <202110111939.19BJdZaa037964@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110111939.19BJdZaa037964>