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 /editors/texworks | |
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 'editors/texworks')
-rw-r--r-- | editors/texworks/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index 74c9eae30461..83e69eba89ee 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -4,7 +4,7 @@ PORTNAME= texworks DISTVERSIONPREFIX= release- DISTVERSION= 0.6.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= editors MAINTAINER= hrs@FreeBSD.org |