diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-10-11 10:58:15 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-10-11 10:58:15 +0000 |
commit | aa3db148fc30ca93d96fe6ab7c839c46769cc45e (patch) | |
tree | d62aa685394ff7563c60999eb45275e1fe13032d /print/tex-luatex/Makefile | |
parent | 05b1c9a5f4a2aaea3b4a155dcf68921d7d855ba3 (diff) | |
download | freebsd-ports-aa3db148fc30ca93d96fe6ab7c839c46769cc45e.zip |
graphics/poppler: update to 20.10.0
Release 20.10.0:
core:
* Filter out repeated forms
* Implement EmbedStream::reset()
* CairoOutputDev: evict just font faces owned solely by cache.
* Splash: Rename Yd to Ydown, Xu to Xup, etc.
* Splash: fix crash in out-of-memory situation.
* Fix some undefined behaviour situation with forged files
PR: 250052
Exp-run by: antoine
Diffstat (limited to 'print/tex-luatex/Makefile')
-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 e79af9a1b296..254da6cc92f9 100644 --- a/print/tex-luatex/Makefile +++ b/print/tex-luatex/Makefile @@ -2,7 +2,7 @@ PORTNAME= luatex PORTVERSION= 0.80.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- |