Hi,
untested, breakage so far is editors/libreoffice -- i'm waiting
for dpb to pick it up again after i hopefully fixed it.
If anyone wants to beat me and to test (-build) other ports using
it, be aware that there are some changes where unique_ptr<LinkAction>
are now used instead of LinkAction *.
Ciao,
Kili
Index: Makefile
===================================================================
RCS file: /cvs/ports/print/poppler/Makefile,v
retrieving revision 1.154
diff -u -p -r1.154 Makefile
--- Makefile 22 Feb 2020 18:55:24 -0000 1.154
+++ Makefile 6 Mar 2020 21:10:28 -0000
@@ -4,7 +4,7 @@ COMMENT-main= PDF rendering library
COMMENT-qt5= Qt5 interface to PDF rendering library
COMMENT-utils= PDF conversion tools and utilities
-V= 0.85.0
+V= 0.86.1
DISTNAME= poppler-$V
CATEGORIES= print
PKGNAME-main= poppler-$V
@@ -16,10 +16,10 @@ REVISION-qt5= 0
EXTRACT_SUFX= .tar.xz
-SHARED_LIBS += poppler 60.0 # 95.0
+SHARED_LIBS += poppler 61.0 # 97.0
SHARED_LIBS += poppler-glib 19.4 # 8.15
-SHARED_LIBS += poppler-qt5 8.1 # 1.22
-SHARED_LIBS += poppler-cpp 15.0 # 0.7
+SHARED_LIBS += poppler-qt5 8.2 # 1.22
+SHARED_LIBS += poppler-cpp 16.0 # 0.7
HOMEPAGE= https://poppler.freedesktop.org/
Index: distinfo
===================================================================
RCS file: /cvs/ports/print/poppler/distinfo,v
retrieving revision 1.80
diff -u -p -r1.80 distinfo
--- distinfo 17 Feb 2020 20:33:00 -0000 1.80
+++ distinfo 6 Mar 2020 21:10:28 -0000
@@ -1,2 +1,2 @@
-SHA256 (poppler-0.85.0.tar.xz) = K8h16zIwAq5rKH4JmARzUY4rLta1t9LhCJ42ps0A2Us=
-SIZE (poppler-0.85.0.tar.xz) = 1588616
+SHA256 (poppler-0.86.1.tar.xz) = r2MKJ3yOGUwxM5xURiQYNK7W7T1LTccIAxHlHGYlf2w=
+SIZE (poppler-0.86.1.tar.xz) = 1593856
Index: patches/patch-poppler_XRef_cc
===================================================================
RCS file: /cvs/ports/print/poppler/patches/patch-poppler_XRef_cc,v
retrieving revision 1.22
diff -u -p -r1.22 patch-poppler_XRef_cc
--- patches/patch-poppler_XRef_cc 19 Jun 2019 19:39:14 -0000 1.22
+++ patches/patch-poppler_XRef_cc 6 Mar 2020 21:10:28 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-poppler_XRef_cc,v 1.22 2
Index: poppler/XRef.cc
--- poppler/XRef.cc.orig
+++ poppler/XRef.cc
-@@ -1013,49 +1013,38 @@ void XRef::getEncryptionParameters(unsigned char **fil
+@@ -1042,49 +1042,38 @@ bool XRef::isRefEncrypted(Ref r)
}
bool XRef::okToPrint(bool ignoreOwnerPW) const {