Download raw body.
FYI: update print/poppler
Hi, This updates poppler to 26.04.0. I'll not commit this until I've fixed all ports it breaks and until I've at least roughly tested wether there's no new runtime breakage. Ciao, Kili Index: Makefile =================================================================== RCS file: /cvs/ports/print/poppler/Makefile,v diff -u -p -r1.207 Makefile --- Makefile 12 Mar 2026 19:20:16 -0000 1.207 +++ Makefile 6 Apr 2026 16:43:08 -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= 26.03.0 +V= 26.04.0 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 100.0 # 158.0 +SHARED_LIBS += poppler 101.0 # 159.0 SHARED_LIBS += poppler-glib 19.19 # 8.31 SHARED_LIBS += poppler-qt5 9.3 # 1.40 SHARED_LIBS += poppler-qt6 2.3 # 3.12 Index: distinfo =================================================================== RCS file: /cvs/ports/print/poppler/distinfo,v diff -u -p -r1.123 distinfo --- distinfo 12 Mar 2026 19:20:16 -0000 1.123 +++ distinfo 6 Apr 2026 16:21:33 -0000 @@ -1,2 +1,2 @@ -SHA256 (poppler-26.03.0.tar.xz) = izxeKp8qtMPsUCnyivG0M8a3Hw0eezmXqlYc8cDKTr4= -SIZE (poppler-26.03.0.tar.xz) = 2029264 +SHA256 (poppler-26.04.0.tar.xz) = sJVRYxFK+WvAEG9oyyTa+XOmKUYkU9i4J3X4Gw1OBpM= +SIZE (poppler-26.04.0.tar.xz) = 2032180
FYI: update print/poppler