Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jul 2021 17:39:57 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: d3cdf103471b - 2021Q3 - textproc/po4a: Fix runtime dependencies
Message-ID:  <202107241739.16OHdvs6066698@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by dbaio:

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

commit d3cdf103471ba321509b63d080b1924cd83a9718
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2021-07-24 17:33:38 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2021-07-24 17:37:18 +0000

    textproc/po4a: Fix runtime dependencies
    
    Can't exec "msgmerge": No such file or directory at
    /usr/local/bin/po4a-updatepo line 308
    
    (cherry picked from commit 74e29f3395fed8abb5ec50b4a12af088246485d7)
---
 textproc/po4a/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/textproc/po4a/Makefile b/textproc/po4a/Makefile
index 68f7422954e3..9826fb9b93a0 100644
--- a/textproc/po4a/Makefile
+++ b/textproc/po4a/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	po4a
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.63
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc perl5
 
 MAINTAINER=	dbaio@FreeBSD.org
@@ -23,7 +23,8 @@ RUN_DEPENDS=	p5-Term-ReadKey>=2.30:devel/p5-Term-ReadKey \
 		jade>=0:textproc/jade \
 		xsltproc:textproc/libxslt \
 		docbook-xsl>0:textproc/docbook-xsl \
-		OpenSP>0:textproc/opensp
+		OpenSP>0:textproc/opensp \
+		msgmerge:devel/gettext-tools
 
 USES=		gettext perl5
 USE_PERL5=	modbuild



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