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 /editors/kile | |
parent | devel/cmake: update to 3.18.4 (diff) |
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
Notes
Notes:
svn path=/head/; revision=552050
Diffstat (limited to 'editors/kile')
-rw-r--r-- | editors/kile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/kile/Makefile b/editors/kile/Makefile index db2dc79b345a..20b77275db66 100644 --- a/editors/kile/Makefile +++ b/editors/kile/Makefile @@ -3,7 +3,7 @@ PORTNAME= kile DISTVERSIONPREFIX= v DISTVERSION= 3.0b3 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org |