Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Apr 2023 16:18:03 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8aace14a3487 - main - textproc/xalan-c: Deprecate following upstream retirement
Message-ID:  <202304281618.33SGI3go044611@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8aace14a34875d56851ef129c4682291e2f30e5b

commit 8aace14a34875d56851ef129c4682291e2f30e5b
Author:     Roger Leigh <rleigh@codelibre.net>
AuthorDate: 2022-11-11 13:43:00 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-04-28 16:17:30 +0000

    textproc/xalan-c: Deprecate following upstream retirement
    
    Submitter is probably maintainer (email address change).
    Change maintainer to submitter's address.
    
    PR:             267711
    Approved by:    rleigh@apache.org (maintainer timeout)
---
 textproc/xalan-c/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile
index 983c93aadc74..1099d59e74f5 100644
--- a/textproc/xalan-c/Makefile
+++ b/textproc/xalan-c/Makefile
@@ -1,16 +1,19 @@
 PORTNAME=	xalan-c
 PORTVERSION=	1.12
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	textproc
 MASTER_SITES=	APACHE/xalan/xalan-c/sources
 DISTNAME=	xalan_c-${PORTVERSION}
 
-MAINTAINER=	rleigh@apache.org
+MAINTAINER=	rleigh@codelibre.net
 COMMENT=	XSLT processor from the Apache XML Project
 WWW=		https://apache.github.io/xalan-c/
 
 LICENSE=	APACHE20
 
+DEPRECATED=	Upstream no longer continuing; please consider textproc/libxslt, textproc/qt5-xmlpatterns or SaxonC as potential alternatives
+EXPIRATION_DATE=	2023-10-28
+
 LIB_DEPENDS=	libxerces-c.so:textproc/xerces-c3
 
 USES=		cmake compiler:c++11-lang



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304281618.33SGI3go044611>