Date: Fri, 10 Jan 2025 00:55:21 GMT From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a6e11ab69710 - main - textproc/po4a: Remove jade dependency Message-ID: <202501100055.50A0tLD1069126@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=a6e11ab69710ac0ccdfd098af7df3d9f391d6d72 commit a6e11ab69710ac0ccdfd098af7df3d9f391d6d72 Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2025-01-10 00:49:42 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2025-01-10 00:51:06 +0000 textproc/po4a: Remove jade dependency It is no longer necessary; the FreeBSD translation workflow is working fine without it. The jade dependency was probably a requirement from the past that is no longer needed. --- textproc/po4a/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/textproc/po4a/Makefile b/textproc/po4a/Makefile index 87dde5db1b51..c06ec9e25302 100644 --- a/textproc/po4a/Makefile +++ b/textproc/po4a/Makefile @@ -1,6 +1,7 @@ PORTNAME= po4a DISTVERSIONPREFIX= v DISTVERSION= 0.68 +PORTREVISION= 1 CATEGORIES= textproc perl5 MAINTAINER= dbaio@FreeBSD.org @@ -10,9 +11,6 @@ WWW= https://po4a.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Depends on expired textproc/jade -EXPIRATION_DATE=2025-03-31 - BUILD_DEPENDS= ${RUN_DEPENDS} \ p5-Pod-Parser>=0:textproc/p5-Pod-Parser RUN_DEPENDS= p5-Term-ReadKey>=2.30:devel/p5-Term-ReadKey \ @@ -22,7 +20,6 @@ RUN_DEPENDS= p5-Term-ReadKey>=2.30:devel/p5-Term-ReadKey \ p5-Unicode-LineBreak>=0:textproc/p5-Unicode-LineBreak \ p5-YAML-Tiny>=0:textproc/p5-YAML-Tiny \ p5-Syntax-Keyword-Try>=0:devel/p5-Syntax-Keyword-Try \ - jade>=0:textproc/jade \ xsltproc:textproc/libxslt \ docbook-xsl>0:textproc/docbook-xsl \ OpenSP>0:textproc/opensp \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501100055.50A0tLD1069126>