diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-12-05 06:22:06 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-12-08 05:44:34 +0000 |
commit | fd029c32a72ce501b183b9550475545a0fe1c45d (patch) | |
tree | 9f26da169dbda09770b525a396b64e96602088a5 | |
parent | 8c8d69ed5f88e9523f75899a40fc0eb02658bcb8 (diff) |
graphics/poppler: update to 22.12
The latest stable release is poppler-22.12.0.tar.xz, released on
December 1, 2022:
Release 22.12.0:
core:
* Form::addFontToDefaultResources: Be stubborn in finding a
font we can use. Issue #1272
PR: 268163
Exp-run by: antoine
-rw-r--r-- | graphics/poppler-glib/Makefile | 1 | ||||
-rw-r--r-- | graphics/poppler-qt5/Makefile | 1 | ||||
-rw-r--r-- | graphics/poppler-qt6/Makefile | 1 | ||||
-rw-r--r-- | graphics/poppler-utils/Makefile | 1 | ||||
-rw-r--r-- | graphics/poppler/Makefile | 4 | ||||
-rw-r--r-- | graphics/poppler/distinfo | 6 |
6 files changed, 5 insertions, 9 deletions
diff --git a/graphics/poppler-glib/Makefile b/graphics/poppler-glib/Makefile index 1ff9ad5524a1..b30606a25301 100644 --- a/graphics/poppler-glib/Makefile +++ b/graphics/poppler-glib/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 0 COMMENT= GLib bindings to poppler diff --git a/graphics/poppler-qt5/Makefile b/graphics/poppler-qt5/Makefile index 7c907c3f7eda..0ca2a84d9b7d 100644 --- a/graphics/poppler-qt5/Makefile +++ b/graphics/poppler-qt5/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 0 COMMENT= Qt 5 bindings to poppler diff --git a/graphics/poppler-qt6/Makefile b/graphics/poppler-qt6/Makefile index 523a6f6c6313..193287587b11 100644 --- a/graphics/poppler-qt6/Makefile +++ b/graphics/poppler-qt6/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 COMMENT= Qt 6 bindings to poppler diff --git a/graphics/poppler-utils/Makefile b/graphics/poppler-utils/Makefile index d5344a56089b..cfc4c58ef31e 100644 --- a/graphics/poppler-utils/Makefile +++ b/graphics/poppler-utils/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 0 COMMENT= Poppler's xpdf-workalike command line utilities # ' diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index d6599e4738a9..6f7596b41e5d 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -1,5 +1,5 @@ PORTNAME= poppler -DISTVERSION= 22.11.0 +DISTVERSION= 22.12.0 CATEGORIES= graphics print MASTER_SITES= https://poppler.freedesktop.org/ @@ -55,7 +55,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=125 +PLIST_SUB+= SHLIB_VER=126 OPTIONS_DEFINE= CURL OPENJPEG OPTIONS_DEFAULT= OPENJPEG diff --git a/graphics/poppler/distinfo b/graphics/poppler/distinfo index 49c5e9236191..4d40a5f7a6fb 100644 --- a/graphics/poppler/distinfo +++ b/graphics/poppler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667292617 -SHA256 (poppler-22.11.0.tar.xz) = 093ba9844ed774285517361c15e21a31ba4df278a499263d4403cca74f2da828 -SIZE (poppler-22.11.0.tar.xz) = 1845444 +TIMESTAMP = 1670220875 +SHA256 (poppler-22.12.0.tar.xz) = d9aa9cacdfbd0f8e98fc2b3bb008e645597ed480685757c3e7bc74b4278d15c0 +SIZE (poppler-22.12.0.tar.xz) = 1845856 |