diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-04-02 04:41:02 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-04-02 04:41:02 +0000 |
commit | ff3b39857ede4b9db1cc272f6ea683b8facf7a67 (patch) | |
tree | 4270cf0a84858f13ff270030175232fe11d8ce05 /x11-toolkits | |
parent | b098c167d2451c9a92b0f8415dcca82627908599 (diff) | |
download | freebsd-ports-ff3b39857ede4b9db1cc272f6ea683b8facf7a67.zip |
graphics/poppler: update to 0.87.0
Release 0.87.0:
core:
* Fix crashes due to inconsistent vtables for Clang builds
* Fix leak in broken files
* Internal code improvements
qt5:
* Add option to get form choice for export value
* ArthurOutputDev: Avoid division by zero in updateLineDash. Issue #695
glib:
* Internal code improvements
utils:
* pdftohtml: Fix memory leak in HtmlOutputDev::getLinkDest
PR: 245150
Exp-run by: antoine
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/rubygem-poppler/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/rubygem-poppler/Makefile b/x11-toolkits/rubygem-poppler/Makefile index d6d1b9e57a43..57a5a73cea58 100644 --- a/x11-toolkits/rubygem-poppler/Makefile +++ b/x11-toolkits/rubygem-poppler/Makefile @@ -2,7 +2,7 @@ PORTNAME= poppler PORTVERSION= 3.4.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG |