Sun Apr 17 11:09:24 2022 UTC ()
texlive-collection-formatsextra: update to revision 62226


(markd)
diff -r1.9 -r1.10 pkgsrc/meta-pkgs/texlive-collection-formatsextra/Makefile

cvs diff -r1.9 -r1.10 pkgsrc/meta-pkgs/texlive-collection-formatsextra/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/texlive-collection-formatsextra/Makefile 2020/05/10 04:13:24 1.9
+++ pkgsrc/meta-pkgs/texlive-collection-formatsextra/Makefile 2022/04/17 11:09:24 1.10
@@ -1,36 +1,37 @@ @@ -1,36 +1,37 @@
1# $NetBSD: Makefile,v 1.9 2020/05/10 04:13:24 markd Exp $ 1# $NetBSD: Makefile,v 1.10 2022/04/17 11:09:24 markd Exp $
2 2
3DISTNAME= collection-formatsextra 3DISTNAME= collection-formatsextra
4PKGNAME= texlive-${DISTNAME}-2020 4PKGNAME= texlive-${DISTNAME}-2022
5CATEGORIES= meta-pkgs 5CATEGORIES= meta-pkgs
6MASTER_SITES= # empty 6MASTER_SITES= # empty
7TEXLIVE_REV= 54074 7TEXLIVE_REV= 62226
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://www.tug.org/texlive/ 10HOMEPAGE= https://www.tug.org/texlive/
11COMMENT= Additional formats for TeX 11COMMENT= Additional formats for TeX
12 12
13DEPENDS+= texlive-collection-latex-[0-9]*:../../meta-pkgs/texlive-collection-latex 13DEPENDS+= texlive-collection-latex-[0-9]*:../../meta-pkgs/texlive-collection-latex
14 14
 15DEPENDS+= tex-aleph-[0-9]*:../../print/tex-aleph
 16DEPENDS+= tex-antomega-[0-9]*:../../print/tex-antomega
15DEPENDS+= tex-edmac-[0-9]*:../../print/tex-edmac 17DEPENDS+= tex-edmac-[0-9]*:../../print/tex-edmac
16DEPENDS+= tex-eplain-[0-9]*:../../print/tex-eplain 18DEPENDS+= tex-eplain-[0-9]*:../../print/tex-eplain
 19DEPENDS+= tex-hitex-[0-9]*:../../print/tex-hitex
17DEPENDS+= tex-jadetex-[0-9]*:../../print/tex-jadetex 20DEPENDS+= tex-jadetex-[0-9]*:../../print/tex-jadetex
 21DEPENDS+= tex-lambda-[0-9]*:../../print/tex-lambda
18DEPENDS+= tex-lollipop-[0-9]*:../../print/tex-lollipop 22DEPENDS+= tex-lollipop-[0-9]*:../../print/tex-lollipop
19DEPENDS+= tex-mltex-[0-9]*:../../print/tex-mltex 23DEPENDS+= tex-mltex-[0-9]*:../../print/tex-mltex
 24DEPENDS+= tex-mxedruli-[0-9]*:../../fonts/tex-mxedruli
 25DEPENDS+= tex-omega-[0-9]*:../../print/tex-omega
 26# omegaware is entirely included in web2c
 27DEPENDS+= tex-otibet-[0-9]*:../../print/tex-otibet
20DEPENDS+= tex-passivetex-[0-9]*:../../print/tex-passivetex 28DEPENDS+= tex-passivetex-[0-9]*:../../print/tex-passivetex
21DEPENDS+= tex-psizzl-[0-9]*:../../print/tex-psizzl 29DEPENDS+= tex-psizzl-[0-9]*:../../print/tex-psizzl
22DEPENDS+= tex-startex-[0-9]*:../../print/tex-startex 30DEPENDS+= tex-startex-[0-9]*:../../print/tex-startex
23DEPENDS+= tex-texsis-[0-9]*:../../print/tex-texsis 31DEPENDS+= tex-texsis-[0-9]*:../../print/tex-texsis
24DEPENDS+= tex-xmltex-[0-9]*:../../textproc/tex-xmltex 32DEPENDS+= tex-xmltex-[0-9]*:../../textproc/tex-xmltex
25DEPENDS+= tex-xmltexconfig-[0-9]*:../../textproc/tex-xmltexconfig 33DEPENDS+= tex-xmltexconfig-[0-9]*:../../textproc/tex-xmltexconfig
26DEPENDS+= tex-aleph-[0-9]*:../../print/tex-aleph 
27DEPENDS+= tex-antomega-[0-9]*:../../print/tex-antomega 
28DEPENDS+= tex-lambda-[0-9]*:../../print/tex-lambda 
29DEPENDS+= tex-mxedruli-[0-9]*:../../fonts/tex-mxedruli 
30DEPENDS+= tex-omega-[0-9]*:../../print/tex-omega 
31# omegaware is entirely included in web2c 
32DEPENDS+= tex-otibet-[0-9]*:../../print/tex-otibet 
33 34
34META_PACKAGE= yes 35META_PACKAGE= yes
35 36
36.include "../../mk/bsd.pkg.mk" 37.include "../../mk/bsd.pkg.mk"