pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/po4a



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.

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
 



Home | Main Index | Thread Index | Old Index