diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-01-07 19:23:00 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-01-07 19:23:00 +0000 |
commit | c565bdb335ac533e3c18b4660ee0120941fcd39f (patch) | |
tree | b1246865cd973e52ef28ed0a95da8a6f5af3a8d5 /editors/texworks | |
parent | 9f9d721a683945dd823bd031f26893c6247d1c67 (diff) | |
download | freebsd-ports-c565bdb335ac533e3c18b4660ee0120941fcd39f.zip |
graphics/poppler: update to 21.01.0
Release 21.01.0:
core:
* Faster routines for jpeg decoding
* Fix reading signatures in encrypted files
* Add white point correction when lcms is used
* JBIG2Stream: Fix byte counting
* Fix potential data loss if we try to fetch a non existing Ref after modifying the document
* Specifically use DeviceGray instead of DefaultGray for softmasks
* Fix various issues handling broken files
utils:
* pdftocairo: Setmode binary for windows
* pdfsig: Add hability to digitally sign files
* pdftoppm: add options to set DeviceGray/DeviceRGB/DeviceCMYK
* pdftops: add options to set DeviceGray/DeviceRGB/DeviceCMYK
* pdfimages: Account for rotation in PPI calculation
qt5:
* Add hability to digitally sign files
qt6:
* Add hability to digitally sign files
build system:
* Enable clang-tidy bugprone-signed-char-misuse
PR: 252377
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 856b673515f7..f17b4ebaf99a 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -4,7 +4,7 @@ PORTNAME= texworks DISTVERSIONPREFIX= release- DISTVERSION= 0.6.2 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= editors MAINTAINER= hrs@FreeBSD.org |