From c565bdb335ac533e3c18b4660ee0120941fcd39f Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Thu, 7 Jan 2021 19:23:00 +0000 Subject: 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 --- converters/pdf2djvu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converters') diff --git a/converters/pdf2djvu/Makefile b/converters/pdf2djvu/Makefile index 6b2aa1c0210f..6bced7efdf05 100644 --- a/converters/pdf2djvu/Makefile +++ b/converters/pdf2djvu/Makefile @@ -2,7 +2,7 @@ PORTNAME= pdf2djvu DISTVERSION= 0.9.17.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= converters MASTER_SITES= https://github.com/jwilk/${PORTNAME}/releases/download/${PORTVERSION}/ -- cgit v1.2.3