diff options
author | hrs <hrs@FreeBSD.org> | 2015-07-19 20:33:34 +0000 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2015-07-19 20:33:34 +0000 |
commit | 99f046593cd9ecc71229ea5cf10b1562515fd4f4 (patch) | |
tree | 346ed2be37b627807351d830ba39e46d40a65664 /print/tex-xmltex/Makefile | |
parent | 3577ef58062a5f29377ab57d9e562df7ebaddf9d (diff) | |
download | FreeBSD-ports-99f046593cd9ecc71229ea5cf10b1562515fd4f4.zip FreeBSD-ports-99f046593cd9ecc71229ea5cf10b1562515fd4f4.tar.gz |
Update TeXLive to TL2015.
- print/texlive-infra was renamed with print/texlive-tlmgr.
Note that currently tlmgr(1) does not work because of
lack of TLPDB. This will be fixed.
- Lua libraries used in LuaTeX are separated into
devel/tex-libtexlua and devel/texlibtexluajit.
USE_TEX supports them via keywords "texlua" and "texluajit".
- libsynctex is currently installed by devel/tex-web2c.
This will be separated into a single port.
- Add graphics/libpotrace and use installed libpotrace
and libharfbuzz.
Diffstat (limited to 'print/tex-xmltex/Makefile')
-rw-r--r-- | print/tex-xmltex/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/tex-xmltex/Makefile b/print/tex-xmltex/Makefile index d7c2e31..9e18653 100644 --- a/print/tex-xmltex/Makefile +++ b/print/tex-xmltex/Makefile @@ -2,11 +2,11 @@ PORTNAME= xmltex PORTVERSION= 1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print -MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/ +MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- -DISTNAME= texlive-20140525-texmf +DISTNAME= texlive-20150523-texmf DIST_SUBDIR= TeX EXTRACT_ONLY= @@ -28,6 +28,6 @@ TEX_FORMATS= xmltex do-install: ${CAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} \ - ${EXTRACT_AFTER_ARGS} + ${EXTRACT_AFTER_ARGS} .include <bsd.port.mk> |