diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-08-01 05:14:15 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-08-01 05:14:15 +0800 |
commit | a5b210399a2808325462e2d518e5fcdc7bf69ac1 (patch) | |
tree | b030cf5a28682a43a6a2fb609a290b4ec084abc5 /editors/kile | |
parent | 328a32ab54f6e5c681f2d9a174147f5b784243dc (diff) | |
download | freebsd-ports-gnome-a5b210399a2808325462e2d518e5fcdc7bf69ac1.tar.gz freebsd-ports-gnome-a5b210399a2808325462e2d518e5fcdc7bf69ac1.tar.zst freebsd-ports-gnome-a5b210399a2808325462e2d518e5fcdc7bf69ac1.zip |
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)
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 c23603215175..f50d0db6b6a3 100644 --- a/editors/kile/Makefile +++ b/editors/kile/Makefile @@ -3,7 +3,7 @@ PORTNAME= kile DISTVERSIONPREFIX= v DISTVERSION= 3.0b2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org |