diff options
author | tcberner <tcberner@FreeBSD.org> | 2019-08-01 05:14:15 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2019-08-01 05:14:15 +0800 |
commit | fa720974f69114cc49994bf99a4e42bcd5714e81 (patch) | |
tree | b030cf5a28682a43a6a2fb609a290b4ec084abc5 /x11 | |
parent | 5dd8ba29d19424b3203046a9a194a23c3a48a859 (diff) | |
download | freebsd-ports-gnome-fa720974f69114cc49994bf99a4e42bcd5714e81.tar.gz freebsd-ports-gnome-fa720974f69114cc49994bf99a4e42bcd5714e81.tar.zst freebsd-ports-gnome-fa720974f69114cc49994bf99a4e42bcd5714e81.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 'x11')
-rw-r--r-- | x11/eaglemode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/eaglemode/Makefile b/x11/eaglemode/Makefile index 419f5f7641d5..98c6202228d7 100644 --- a/x11/eaglemode/Makefile +++ b/x11/eaglemode/Makefile @@ -3,7 +3,7 @@ PORTNAME= eaglemode PORTVERSION= 0.94.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} |