pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/tex-europasscv



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec 21 19:15:24 UTC 2022

Modified Files:
        pkgsrc/print/tex-europasscv: Makefile

Log Message:
tex-europasscv: add some missing dependencies. Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/print/tex-europasscv/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/tex-europasscv/Makefile
diff -u pkgsrc/print/tex-europasscv/Makefile:1.9 pkgsrc/print/tex-europasscv/Makefile:1.10
--- pkgsrc/print/tex-europasscv/Makefile:1.9    Tue Dec  1 22:47:05 2020
+++ pkgsrc/print/tex-europasscv/Makefile        Wed Dec 21 19:15:24 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2020/12/01 22:47:05 nikita Exp $
+# $NetBSD: Makefile,v 1.10 2022/12/21 19:15:24 wiz Exp $
 
 DISTNAME=      europasscv
 PKGNAME=       tex-${DISTNAME}-2020.10.31.56829
+PKGREVISION=   1
 TEXLIVE_REV=   56829
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -12,17 +13,21 @@ LICENSE=    lppl-1.3c
 DEPENDS+=      tex-colortbl-[0-9]*:../../print/tex-colortbl
 DEPENDS+=      tex-enumitem-[0-9]*:../../print/tex-enumitem
 DEPENDS+=      tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr
+DEPENDS+=      tex-tex-gyre-[0-9]*:../../fonts/tex-tex-gyre
+DEPENDS+=      tex-tex-gyre-math-[0-9]*:../../fonts/tex-tex-gyre-math
 DEPENDS+=      tex-geometry-[0-9]*:../../print/tex-geometry
 DEPENDS+=      tex-graphics-[0-9]*:../../print/tex-graphics
 DEPENDS+=      tex-hyperref-[0-9]*:../../print/tex-hyperref
 DEPENDS+=      tex-setspace-[0-9]*:../../print/tex-setspace
 DEPENDS+=      tex-soul-[0-9]*:../../print/tex-soul
+DEPENDS+=      tex-substr-[0-9]*:../../print/tex-substr
 DEPENDS+=      tex-tabu-[0-9]*:../../print/tex-tabu
 DEPENDS+=      tex-totpages-[0-9]*:../../print/tex-totpages
 DEPENDS+=      tex-tools-[0-9]*:../../print/tex-tools
 DEPENDS+=      tex-url-[0-9]*:../../print/tex-url
 DEPENDS+=      tex-xcolor-[0-9]*:../../print/tex-xcolor
-DEPENDS+=      tex-xifthen-[0-9}]*:../../devel/tex-xifthen
+DEPENDS+=      tex-xifthen-[0-9]*:../../devel/tex-xifthen
+DEPENDS+=      tex-xstring-[0-9]*:../../print/tex-xstring
 
 TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"



Home | Main Index | Thread Index | Old Index