git: ccafa2129c8c - main - textproc/crimson: Deprecate and set expiration date to 2022-03-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Oct 2021 19:39:34 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=ccafa2129c8c37d9aaa9edad4b310e67ed0c26f9 commit ccafa2129c8c37d9aaa9edad4b310e67ed0c26f9 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2021-10-11 19:34:57 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-10-11 19:35:03 +0000 textproc/crimson: Deprecate and set expiration date to 2022-03-31 Retired upstream 2010-08-06 Reference: http://xml.apache.org/crimson/ Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32379 --- textproc/crimson/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/textproc/crimson/Makefile b/textproc/crimson/Makefile index 30bd73b21fe6..8d07769cfca4 100644 --- a/textproc/crimson/Makefile +++ b/textproc/crimson/Makefile @@ -10,6 +10,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-bin MAINTAINER= ports@FreeBSD.org COMMENT= Implements the Java API for XML Processing (JAXP) +DEPRECATED= Deprecated by upstream 2010-08-06 +EXPIRATION_DATE=2022-03-31 + USE_JAVA= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}