diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-01-08 03:23:00 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-01-08 03:23:00 +0800 |
commit | c565bdb335ac533e3c18b4660ee0120941fcd39f (patch) | |
tree | b1246865cd973e52ef28ed0a95da8a6f5af3a8d5 /x11/rubygem-gnome | |
parent | 9f9d721a683945dd823bd031f26893c6247d1c67 (diff) | |
download | freebsd-ports-gnome-c565bdb335ac533e3c18b4660ee0120941fcd39f.tar.gz freebsd-ports-gnome-c565bdb335ac533e3c18b4660ee0120941fcd39f.tar.zst freebsd-ports-gnome-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 'x11/rubygem-gnome')
-rw-r--r-- | x11/rubygem-gnome/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/rubygem-gnome/Makefile b/x11/rubygem-gnome/Makefile index fb399a41cbe4..b7a4b23a45ce 100644 --- a/x11/rubygem-gnome/Makefile +++ b/x11/rubygem-gnome/Makefile @@ -2,7 +2,7 @@ PORTNAME= gnome PORTVERSION= 3.4.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 gnome rubygems PKGNAMEPREFIX= rubygem- |