diff options
-rw-r--r-- | textproc/xalan-c/Makefile | 7 |
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 |