Received: by mail.netbsd.org (Postfix, from userid 605) id E57CF84D75; Fri, 4 Sep 2020 10:38:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6E42584D61 for ; Fri, 4 Sep 2020 10:38:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id cCTraUW6E775 for ; Fri, 4 Sep 2020 10:38:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BECF184CEC for ; Fri, 4 Sep 2020 10:38:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B7FCBFB28; Fri, 4 Sep 2020 10:38:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159921589382690" MIME-Version: 1.0 Date: Fri, 4 Sep 2020 10:38:13 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/po4a To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200904103813.B7FCBFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159921589382690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Sep 4 10:38:13 UTC 2020 Modified Files: pkgsrc/textproc/po4a: Makefile Log Message: po4a: add some missing dependencies Now more of the testsuite runs through successfully. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/textproc/po4a/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159921589382690 Content-Disposition: inline Content-Length: 1359 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/po4a/Makefile diff -u pkgsrc/textproc/po4a/Makefile:1.41 pkgsrc/textproc/po4a/Makefile:1.42 --- pkgsrc/textproc/po4a/Makefile:1.41 Mon Aug 31 18:12:17 2020 +++ pkgsrc/textproc/po4a/Makefile Fri Sep 4 10:38:13 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2020/08/31 18:12:17 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2020/09/04 10:38:13 wiz Exp $ DISTNAME= po4a-0.57 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=mquinson/} GITHUB_RELEASE= v${PKGVERSION_NOREV} @@ -15,11 +15,15 @@ DEPENDS+= docbook-xsl-[0-9]*:../../textp DEPENDS+= p5-gettext>=1.01:../../devel/p5-gettext DEPENDS+= p5-SGMLS-[0-9]*:../../textproc/p5-SGMLS DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey +DEPENDS+= p5-Pod-Parser-[0-9]*:../../textproc/p5-Pod-Parser DEPENDS+= p5-Text-WrapI18N-[0-9]*:../../textproc/p5-Text-WrapI18N -DEPENDS+= p5-CPAN-Meta>=2.141170:../../devel/p5-CPAN-Meta DEPENDS+= p5-PerlIO-utf8_strict-[0-9]*:../../devel/p5-PerlIO-utf8_strict DEPENDS+= p5-Unicode-LineBreak-[0-9]*:../../textproc/p5-Unicode-LineBreak DEPENDS+= p5-YAML-Tiny-[0-9]*:../../textproc/p5-YAML-Tiny +# kpsewhich +DEPENDS+= kpathsea-[0-9]*:../../print/kpathsea +# article.cls +DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex USE_TOOLS+= pkg-config perl:run msgmerge:run msgfmt:run --_----------=_159921589382690--