Date: Tue, 26 Jul 2022 21:09:07 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: abe9b5553d5a - main - textproc/po4a: add missing dependencies Message-ID: <202207262109.26QL97Mw057178@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=abe9b5553d5a33af71224cc9e7c8ff272821999b commit abe9b5553d5a33af71224cc9e7c8ff272821999b Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-07-26 15:23:52 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-07-26 21:08:38 +0000 textproc/po4a: add missing dependencies PR: 265453 Approved by: dbaio (maintainer) --- textproc/po4a/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/textproc/po4a/Makefile b/textproc/po4a/Makefile index 5c37ab6e28ce..2539ad5f2af1 100644 --- a/textproc/po4a/Makefile +++ b/textproc/po4a/Makefile @@ -1,6 +1,7 @@ PORTNAME= po4a DISTVERSIONPREFIX= v DISTVERSION= 0.67 +PORTREVISION= 1 CATEGORIES= textproc perl5 MAINTAINER= dbaio@FreeBSD.org @@ -17,11 +18,13 @@ RUN_DEPENDS= p5-Term-ReadKey>=2.30:devel/p5-Term-ReadKey \ p5-Locale-gettext>=1.05:devel/p5-Locale-gettext \ 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 \ msgmerge:devel/gettext-tools +TEST_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod USES= cpe gettext perl5 USE_PERL5= modbuild
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207262109.26QL97Mw057178>