From owner-dev-commits-ports-branches@freebsd.org Sat Jul 24 17:39:57 2021 Return-Path: Delivered-To: dev-commits-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D4F0B664832; Sat, 24 Jul 2021 17:39:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GXD3K53CKz4dVG; Sat, 24 Jul 2021 17:39:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 962EF14C18; Sat, 24 Jul 2021 17:39:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16OHdvHl066699; Sat, 24 Jul 2021 17:39:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16OHdvs6066698; Sat, 24 Jul 2021 17:39:57 GMT (envelope-from git) Date: Sat, 24 Jul 2021 17:39:57 GMT Message-Id: <202107241739.16OHdvs6066698@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: "Danilo G. Baio" Subject: git: d3cdf103471b - 2021Q3 - textproc/po4a: Fix runtime dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dbaio X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: d3cdf103471ba321509b63d080b1924cd83a9718 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2021 17:39:57 -0000 The branch 2021Q3 has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=d3cdf103471ba321509b63d080b1924cd83a9718 commit d3cdf103471ba321509b63d080b1924cd83a9718 Author: Danilo G. Baio AuthorDate: 2021-07-24 17:33:38 +0000 Commit: Danilo G. Baio 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