diff options
author | minskim <minskim@pkgsrc.org> | 2010-12-25 02:44:49 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-12-25 02:44:49 +0000 |
commit | 2fe41adba767a7503ea1d9fa8268974c36daab70 (patch) | |
tree | 9eec365155f28a5c44eb9e2d5619a81a6353465e /print | |
parent | c5732a17e2dc8fa34345c9fd90acbe33708005da (diff) | |
download | pkgsrc-2fe41adba767a7503ea1d9fa8268974c36daab70.tar.gz |
Update tex-latex{,-doc} to 2010.
Changes:
- Use PDF-1.5 instead of PDF-1.4.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-latex-doc/Makefile | 6 | ||||
-rw-r--r-- | print/tex-latex-doc/distinfo | 8 | ||||
-rw-r--r-- | print/tex-latex/Makefile | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/print/tex-latex-doc/Makefile b/print/tex-latex-doc/Makefile index d4cb2619ae7..9407f95132a 100644 --- a/print/tex-latex-doc/Makefile +++ b/print/tex-latex-doc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2010/09/14 00:18:13 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2010/12/25 02:44:49 minskim Exp $ DISTNAME= latex.doc -PKGNAME= tex-${DISTNAME:S/./-/}-2009 -TEXLIVE_REV= 16172 +PKGNAME= tex-${DISTNAME:S/./-/}-2010 +TEXLIVE_REV= 20256 MAINTAINER= minskim@NetBSD.org COMMENT= Documentation for tex-latex diff --git a/print/tex-latex-doc/distinfo b/print/tex-latex-doc/distinfo index 1ad303627d4..8e5e50fa686 100644 --- a/print/tex-latex-doc/distinfo +++ b/print/tex-latex-doc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/09/14 00:18:13 minskim Exp $ +$NetBSD: distinfo,v 1.3 2010/12/25 02:44:49 minskim Exp $ -SHA1 (tex-latex-16172/latex.doc.tar.xz) = 53451115d4ce1cd2c797701571f51f5a0bc876fb -RMD160 (tex-latex-16172/latex.doc.tar.xz) = 40b004ba859d3d391bed2d594721ddefd800b0af -Size (tex-latex-16172/latex.doc.tar.xz) = 8293192 bytes +SHA1 (tex-latex-20256/latex.doc.tar.xz) = a39da01e55d68968cef07ea88dbb86de50d1aad4 +RMD160 (tex-latex-20256/latex.doc.tar.xz) = 5c696ca7d719817db66461200ece08d24b54807b +Size (tex-latex-20256/latex.doc.tar.xz) = 11315288 bytes diff --git a/print/tex-latex/Makefile b/print/tex-latex/Makefile index f7378610772..256ff8a34da 100644 --- a/print/tex-latex/Makefile +++ b/print/tex-latex/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.4 2010/09/14 00:18:13 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2010/12/25 02:44:49 minskim Exp $ DISTNAME= latex -PKGNAME= tex-${DISTNAME}-2009 -TEXLIVE_REV= 16172 +PKGNAME= tex-${DISTNAME}-2010 +TEXLIVE_REV= 20256 MAINTAINER= minskim@NetBSD.org COMMENT= TeX macro package that defines LaTeX CONFLICTS+= teTeX-texmf<=3.0nb12 -DEPENDS+= tex-latexconfig>=2009:../../print/tex-latexconfig +DEPENDS+= tex-latexconfig>=2010:../../print/tex-latexconfig DEPENDS+= tex-latex-fonts-[0-9]*:../../fonts/tex-latex-fonts DEPENDS+= tex-luatex-[0-9]*:../../print/tex-luatex DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex |