aboutsummaryrefslogtreecommitdiff
path: root/print/texlive-texmf-source/Makefile
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2015-07-19 20:33:34 +0000
committerHiroki Sato <hrs@FreeBSD.org>2015-07-19 20:33:34 +0000
commit90410e570da38ffd6b5077fafe644b17378e70a9 (patch)
tree346ed2be37b627807351d830ba39e46d40a65664 /print/texlive-texmf-source/Makefile
parentf49e638aa3db5c8ca44767d7ff0af45b59f0602f (diff)
downloadports-90410e570da38ffd6b5077fafe644b17378e70a9.tar.gz
ports-90410e570da38ffd6b5077fafe644b17378e70a9.zip
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.
Notes
Notes: svn path=/head/; revision=392534
Diffstat (limited to 'print/texlive-texmf-source/Makefile')
-rw-r--r--print/texlive-texmf-source/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/print/texlive-texmf-source/Makefile b/print/texlive-texmf-source/Makefile
index a34d0cdd6669..eb2ec8ba0e18 100644
--- a/print/texlive-texmf-source/Makefile
+++ b/print/texlive-texmf-source/Makefile
@@ -1,9 +1,9 @@
# $FreeBSD$
PORTNAME= texlive
-PORTVERSION= 20140525
+PORTVERSION= 20150523
CATEGORIES= print
-MASTER_SITES= ftp://ftp.tug.org/historic/systems/texlive/2014/
+MASTER_SITES= ftp://ftp.tug.org/historic/systems/texlive/2015/
PKGNAMESUFFIX= -texmf-source
DISTNAME= ${PORTNAME}-${PORTVERSION}-texmf
DIST_SUBDIR= TeX
@@ -11,10 +11,10 @@ DIST_SUBDIR= TeX
MAINTAINER= hrs@FreeBSD.org
COMMENT= TeX Live Typesetting System, texmf Tree (source)
-CONFLICTS_INSTALL= texlive-base-201[23]*
+CONFLICTS_INSTALL= texlive-base-201[234]*
USES= tar:xz
-USE_TEX= texmf>=20140525_3
+USE_TEX= texmf>=20150523
TEXHASHDIRS= ${TEXMFDISTDIR}
NO_BUILD= yes
NO_WRKSRC= yes