Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/po4a po4a: add some missing dependencies
details: https://anonhg.NetBSD.org/pkgsrc/rev/49bc9026b196
branches: trunk
changeset: 438000:49bc9026b196
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Sep 04 10:38:13 2020 +0000
description:
po4a: add some missing dependencies
Now more of the testsuite runs through successfully.
Bump PKGREVISION.
diffstat:
textproc/po4a/Makefile | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r 4fcd3306beba -r 49bc9026b196 textproc/po4a/Makefile
--- a/textproc/po4a/Makefile Fri Sep 04 10:33:14 2020 +0000
+++ b/textproc/po4a/Makefile Fri Sep 04 10:38:13 2020 +0000
@@ -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+= 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
Home |
Main Index |
Thread Index |
Old Index