summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@codelibre.net>2022-11-11 13:43:00 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2023-04-28 18:17:30 +0200
commit8aace14a34875d56851ef129c4682291e2f30e5b (patch)
tree186fb4580c5d4589744f0407641ccc10e2857f8c
parente9b7c7598b956dd924dc655c88026a17454ff2ae (diff)
downloadfreebsd-ports-8aace14a34875d56851ef129c4682291e2f30e5b.zip
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)
-rw-r--r--textproc/xalan-c/Makefile7
1 files 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