diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-04-16 06:29:51 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-04-16 06:29:51 +0200 |
commit | 2f973a2955686494aff30a15f18be3fa0492d9de (patch) | |
tree | 8b2e931bf59847b5cd67d9cae62c7e3e4a010b26 /editors/texworks | |
parent | b13ef0d4ca3007334aea285667da0922fe0ea9c7 (diff) | |
download | freebsd-ports-2f973a2955686494aff30a15f18be3fa0492d9de.zip |
graphics/poppler: update to 21.04.0
Release 21.04.0:
core:
* Hide symbols by default
* TextSelectionDumper: fix word order for RTL text
* Fix rendering of text in some files. Issue #1052
* Implement rendering of Masks of Image subtype. Issue #1058
* Forms: fix unclicking standalone form buttons. Issue #1034
glib:
* Expose more fields from MediaRendition in PopplerMedia
* Use stock glib macro to define boxed type
* Remove incorrecly used volatile from enum type registration code
qt5:
* Fix crash in files with malformed signatures
* Fix memory leak when QImage constructor "fails"
qt6:
* Fix crash in files with malformed signatures
* Fix memory leak when QImage constructor "fails"
utils:
* pdfsig: New paragraph for "-sign" in manpage
* pdfimages: Do not assert in "too big images". Issue #1061
build system:
* Require cmake >= 3.10
* Require Qt 5 >= 5.9
* Require glib >= 2.56
* Require gtk 3 >= 3.22
* Require gdk-pixbuf >= 2.36
PR: poppler-21.04.0
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 bc47f9f347e8..88d59054c5d8 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -3,7 +3,7 @@ PORTNAME= texworks DISTVERSIONPREFIX= release- DISTVERSION= 0.6.2 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= editors MAINTAINER= hrs@FreeBSD.org |