Date: Sun, 5 Jun 2022 14:04:12 GMT From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8c87bf083167 - main - graphics/poppler: update to 22.06 Message-ID: <202206051404.255E4C2Q001786@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=8c87bf0831677a00a0bc7b3069f31e5a19bb441e commit 8c87bf0831677a00a0bc7b3069f31e5a19bb441e Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2022-06-02 18:38:09 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-06-05 14:03:46 +0000 graphics/poppler: update to 22.06 Release 22.06.0: core: * Forms: Fix crash in forms with their own DR * Refactor CairoFontEngine caching * CairoOutputDev: preserve text color when drawing type 3 glyphs * Windows: font code simplification * Minor code improvements utils: * pdfattach: Assume filename is utf8 encoded * pdftohtml: Fix type 3 font size calculation cpp: * Add missing header Exp-run by: antoine PR: 264419 --- graphics/poppler/Makefile | 4 ++-- graphics/poppler/distinfo | 6 +++--- graphics/poppler/files/patch-cpp_poppler-global.h | 10 ---------- 3 files changed, 5 insertions(+), 15 deletions(-) diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index 385eecd62593..7d5897864e62 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -1,7 +1,7 @@ # Created by: marcus@FreeBSD.org PORTNAME= poppler -DISTVERSION= 22.05.0 +DISTVERSION= 22.06.0 CATEGORIES= graphics print MASTER_SITES= https://poppler.freedesktop.org/ @@ -52,7 +52,7 @@ CMAKE_OFF+= ${_POPPLER_SLAVES:N${_SLAVE_PORT}:tu:S/^/ENABLE_/} PORTSCOUT= limitw:1,even USES+= iconv CMAKE_ON+= ENABLE_CPP -PLIST_SUB+= SHLIB_VER=121 +PLIST_SUB+= SHLIB_VER=122 OPTIONS_DEFINE= CURL OPENJPEG OPTIONS_DEFAULT= OPENJPEG diff --git a/graphics/poppler/distinfo b/graphics/poppler/distinfo index 3a9c968012a2..1932de4e4db2 100644 --- a/graphics/poppler/distinfo +++ b/graphics/poppler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651637742 -SHA256 (poppler-22.05.0.tar.xz) = a969ced458e050d6202367bd7427054e2bd19bae39e8f969910d3b9151abf958 -SIZE (poppler-22.05.0.tar.xz) = 1828628 +TIMESTAMP = 1654194711 +SHA256 (poppler-22.06.0.tar.xz) = a0f9aaa3918bad781039fc307a635652a14d1b391cd559b66edec4bedba3c5d7 +SIZE (poppler-22.06.0.tar.xz) = 1834980 diff --git a/graphics/poppler/files/patch-cpp_poppler-global.h b/graphics/poppler/files/patch-cpp_poppler-global.h deleted file mode 100644 index bca69c7dd3ff..000000000000 --- a/graphics/poppler/files/patch-cpp_poppler-global.h +++ /dev/null @@ -1,10 +0,0 @@ ---- cpp/poppler-global.h.orig 2022-05-05 04:55:38 UTC -+++ cpp/poppler-global.h -@@ -25,6 +25,7 @@ - - #include "poppler_cpp_export.h" - -+#include <ctime> - #include <iosfwd> - #include <string> - #include <vector>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206051404.255E4C2Q001786>