Wed Dec 21 19:15:24 2022 UTC ()
tex-europasscv: add some missing dependencies. Bump PKGREVISION.


(wiz)
diff -r1.9 -r1.10 pkgsrc/print/tex-europasscv/Makefile

cvs diff -r1.9 -r1.10 pkgsrc/print/tex-europasscv/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-europasscv/Makefile 2020/12/01 22:47:05 1.9
+++ pkgsrc/print/tex-europasscv/Makefile 2022/12/21 19:15:24 1.10
@@ -1,29 +1,34 @@ @@ -1,29 +1,34 @@
1# $NetBSD: Makefile,v 1.9 2020/12/01 22:47:05 nikita Exp $ 1# $NetBSD: Makefile,v 1.10 2022/12/21 19:15:24 wiz Exp $
2 2
3DISTNAME= europasscv 3DISTNAME= europasscv
4PKGNAME= tex-${DISTNAME}-2020.10.31.56829 4PKGNAME= tex-${DISTNAME}-2020.10.31.56829
 5PKGREVISION= 1
5TEXLIVE_REV= 56829 6TEXLIVE_REV= 56829
6 7
7MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/europasscv 9HOMEPAGE= https://ctan.org/pkg/europasscv
9COMMENT= Unofficial class for the new version of the Europass curriculum vitae 10COMMENT= Unofficial class for the new version of the Europass curriculum vitae
10LICENSE= lppl-1.3c 11LICENSE= lppl-1.3c
11 12
12DEPENDS+= tex-colortbl-[0-9]*:../../print/tex-colortbl 13DEPENDS+= tex-colortbl-[0-9]*:../../print/tex-colortbl
13DEPENDS+= tex-enumitem-[0-9]*:../../print/tex-enumitem 14DEPENDS+= tex-enumitem-[0-9]*:../../print/tex-enumitem
14DEPENDS+= tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr 15DEPENDS+= tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr
 16DEPENDS+= tex-tex-gyre-[0-9]*:../../fonts/tex-tex-gyre
 17DEPENDS+= tex-tex-gyre-math-[0-9]*:../../fonts/tex-tex-gyre-math
15DEPENDS+= tex-geometry-[0-9]*:../../print/tex-geometry 18DEPENDS+= tex-geometry-[0-9]*:../../print/tex-geometry
16DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics 19DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
17DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref 20DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
18DEPENDS+= tex-setspace-[0-9]*:../../print/tex-setspace 21DEPENDS+= tex-setspace-[0-9]*:../../print/tex-setspace
19DEPENDS+= tex-soul-[0-9]*:../../print/tex-soul 22DEPENDS+= tex-soul-[0-9]*:../../print/tex-soul
 23DEPENDS+= tex-substr-[0-9]*:../../print/tex-substr
20DEPENDS+= tex-tabu-[0-9]*:../../print/tex-tabu 24DEPENDS+= tex-tabu-[0-9]*:../../print/tex-tabu
21DEPENDS+= tex-totpages-[0-9]*:../../print/tex-totpages 25DEPENDS+= tex-totpages-[0-9]*:../../print/tex-totpages
22DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools 26DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
23DEPENDS+= tex-url-[0-9]*:../../print/tex-url 27DEPENDS+= tex-url-[0-9]*:../../print/tex-url
24DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor 28DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor
25DEPENDS+= tex-xifthen-[0-9}]*:../../devel/tex-xifthen 29DEPENDS+= tex-xifthen-[0-9]*:../../devel/tex-xifthen
 30DEPENDS+= tex-xstring-[0-9]*:../../print/tex-xstring
26 31
27TEXLIVE_UNVERSIONED= yes 32TEXLIVE_UNVERSIONED= yes
28.include "../../print/texlive/package.mk" 33.include "../../print/texlive/package.mk"
29.include "../../mk/bsd.pkg.mk" 34.include "../../mk/bsd.pkg.mk"