diff options
-rw-r--r-- | graphics/poppler/Makefile | 4 | ||||
-rw-r--r-- | graphics/poppler/distinfo | 6 | ||||
-rw-r--r-- | 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> |