Download raw body.
update print/poppler
Hi,
this updates poppler to 25.09.1.
Diffs for the fallout will follow in a few minutes:
editors/libreoffice
graphics/dia
graphics/inkscape
print/scribus
Ciao,
Kili
Index: Makefile
===================================================================
RCS file: /cvs/ports/print/poppler/Makefile,v
diff -u -p -r1.199 Makefile
--- Makefile 14 Aug 2025 18:21:15 -0000 1.199
+++ Makefile 10 Sep 2025 17:22:59 -0000
@@ -3,7 +3,7 @@ COMMENT-qt5= Qt5 interface to PDF render
COMMENT-qt6= Qt6 interface to PDF rendering library
COMMENT-utils= PDF conversion tools and utilities
-V= 25.08.0
+V= 25.09.1
DISTNAME= poppler-$V
CATEGORIES= print
PKGNAME-main= poppler-$V
@@ -13,7 +13,7 @@ PKGNAME-qt6= poppler-qt6-$V
EXTRACT_SUFX= .tar.xz
-SHARED_LIBS += poppler 94.0 # 152.0
+SHARED_LIBS += poppler 95.0 # 153.0
SHARED_LIBS += poppler-glib 19.17 # 8.30
SHARED_LIBS += poppler-qt5 9.2 # 1.39
SHARED_LIBS += poppler-qt6 2.2 # 3.11
Index: distinfo
===================================================================
RCS file: /cvs/ports/print/poppler/distinfo,v
diff -u -p -r1.116 distinfo
--- distinfo 14 Aug 2025 18:21:15 -0000 1.116
+++ distinfo 10 Sep 2025 17:22:59 -0000
@@ -1,2 +1,2 @@
-SHA256 (poppler-25.08.0.tar.xz) = Ql7U1FFaCTvc27qsaHbyBhdFHtxxDfak/WxF3WfrQY0=
-SIZE (poppler-25.08.0.tar.xz) = 1975316
+SHA256 (poppler-25.09.1.tar.xz) = DBCR0B090WZKE4FoYegS0CspIB6WZlRUuBtS0mH61lg=
+SIZE (poppler-25.09.1.tar.xz) = 1980980
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/print/poppler/patches/patch-CMakeLists_txt,v
diff -u -p -r1.8 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt 23 Mar 2025 22:04:27 -0000 1.8
+++ patches/patch-CMakeLists_txt 10 Sep 2025 17:22:59 -0000
@@ -3,7 +3,7 @@ Allow to build against qt-6.5.
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
-@@ -218,7 +218,7 @@ find_soft_mandatory_package(ENABLE_QT5 Qt5Xml ${QT5_VE
+@@ -223,7 +223,7 @@ find_soft_mandatory_package(ENABLE_QT5 Qt5Xml ${QT5_VE
find_soft_mandatory_package(ENABLE_QT5 Qt5Widgets ${QT5_VERSION})
find_soft_mandatory_package(ENABLE_QT5 Qt5Test ${QT5_VERSION})
update print/poppler