diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-07-31 21:14:15 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-07-31 21:14:15 +0000 |
commit | a5b210399a2808325462e2d518e5fcdc7bf69ac1 (patch) | |
tree | b030cf5a28682a43a6a2fb609a290b4ec084abc5 /graphics/okular | |
parent | 328a32ab54f6e5c681f2d9a174147f5b784243dc (diff) |
graphics/poppler: update to 0.79.0
Release 0.79.0:
core:
* Fix regression on TextSelectionPainter
* Fix parsing of DefaultAppearance
* Fix memory leak in PostScriptFunction
* Fix crashes in fuzzed files
qt5:
* Implemented support for setIcon by changing appearance
* Added option to set the form available to print
* QString::null is deprecated, use QString()
* Replace deprecated qStableSort with std::stable_sort
build system:
* Turn README into README.md and expand it
PR: 239277
Exp-run by: antoine
Approved by: gnome (kwm, implicit)
Notes
Notes:
svn path=/head/; revision=507740
Diffstat (limited to 'graphics/okular')
-rw-r--r-- | graphics/okular/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/okular/Makefile b/graphics/okular/Makefile index b45f42c48e16..676f32e2ba6b 100644 --- a/graphics/okular/Makefile +++ b/graphics/okular/Makefile @@ -2,7 +2,7 @@ PORTNAME= okular DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org |