diff options
author | markd <markd@pkgsrc.org> | 2019-05-15 09:07:04 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2019-05-15 09:07:04 +0000 |
commit | 288b634cdb9d193d3b256f03b330d4a4abcffce1 (patch) | |
tree | 5fedcdbb0befe825b8c432929e652d0ac788934e /meta-pkgs | |
parent | 4d916119de29e2b5fb6ca4c5019e2fd17683699a (diff) | |
download | pkgsrc-288b634cdb9d193d3b256f03b330d4a4abcffce1.tar.gz |
texlive-collection-basic: update to 2019
add tex-tlshell
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/texlive-collection-basic/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-pkgs/texlive-collection-basic/Makefile b/meta-pkgs/texlive-collection-basic/Makefile index c89c9ee54a7..fea431cc462 100644 --- a/meta-pkgs/texlive-collection-basic/Makefile +++ b/meta-pkgs/texlive-collection-basic/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2019/01/26 09:50:34 markd Exp $ +# $NetBSD: Makefile,v 1.10 2019/05/15 09:07:04 markd Exp $ DISTNAME= collection-basic -PKGNAME= texlive-${DISTNAME}-2018.48869 +PKGNAME= texlive-${DISTNAME}-2019 CATEGORIES= meta-pkgs MASTER_SITES= # empty -TEXLIVE_REV= 48869 +TEXLIVE_REV= 50324 MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://www.tug.org/texlive/ @@ -44,6 +44,7 @@ DEPENDS+= tex-tex-ini-files-[0-9]*:../../print/tex-tex-ini-files DEPENDS+= tex-texlive-docindex>=2014:../../print/tex-texlive-docindex # texlive-msg-translations is not needed in pkgsrc. DEPENDS+= tex-texlive-scripts>=2013:../../print/tex-texlive-scripts +DEPENDS+= tex-tlshell-[0-9]*:../../devel/tex-tlshell DEPENDS+= tex-unicode-data-[0-9]*:../../print/tex-unicode-data DEPENDS+= tex-updmap-map-[0-9]*:../../print/tex-updmap-map DEPENDS+= tex-xdvi>=22.87:../../print/tex-xdvi |