diff options
author | kwm <kwm@FreeBSD.org> | 2015-08-03 00:06:16 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-08-03 00:06:16 +0800 |
commit | 8f94d278a507c65b7105b66ec382fccd45bb1066 (patch) | |
tree | 285caa0f6748288fdb1ce4fa217f5dfb7cfb3f1b /print/tex-luatex | |
parent | 0830c2a1aef98627ad8af305c2e68e21f7b5a74c (diff) | |
download | freebsd-ports-gnome-8f94d278a507c65b7105b66ec382fccd45bb1066.tar.gz freebsd-ports-gnome-8f94d278a507c65b7105b66ec382fccd45bb1066.tar.zst freebsd-ports-gnome-8f94d278a507c65b7105b66ec382fccd45bb1066.zip |
Update poppler to 0.34.0. [1]
Chase all users of shlib version change of libpoppler.so.
PR: 201477 [1]
Submitted by: olivierd@ [1]
Diffstat (limited to 'print/tex-luatex')
-rw-r--r-- | print/tex-luatex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/tex-luatex/Makefile b/print/tex-luatex/Makefile index da510ce02658..5d25ff3b0237 100644 --- a/print/tex-luatex/Makefile +++ b/print/tex-luatex/Makefile @@ -2,7 +2,7 @@ PORTNAME= luatex PORTVERSION= 0.80.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- |