Hi,

this will update poppler to 0.73.0. Currently going through a bulk
update on my machine. But in case, anyone wants to do some testing
with her/his favorite port in advance...

Ciao,
        Kili

Index: Makefile
===================================================================
RCS file: /cvs/ports/print/poppler/Makefile,v
retrieving revision 1.135
diff -u -p -r1.135 Makefile
--- Makefile    7 Jan 2019 23:40:38 -0000       1.135
+++ Makefile    9 Jan 2019 20:52:07 -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.72.0
+V=             0.73.0
 DISTNAME=      poppler-$V
 CATEGORIES=    print
 PKGNAME-main=  poppler-$V
@@ -13,10 +13,10 @@ PKGNAME-qt5=        poppler-qt5-$V
 
 EXTRACT_SUFX=  .tar.xz
 
-SHARED_LIBS += poppler              47.0     # 83.0
-SHARED_LIBS += poppler-glib         19.0     # 8.11
-SHARED_LIBS += poppler-qt5          6.0      # 1.17
-SHARED_LIBS += poppler-cpp          10.0     # 0.5
+SHARED_LIBS += poppler              48.0     # 84.0
+SHARED_LIBS += poppler-glib         19.1     # 8.12
+SHARED_LIBS += poppler-qt5          7.0      # 1.18
+SHARED_LIBS += poppler-cpp          10.1     # 0.6
 
 HOMEPAGE=      https://poppler.freedesktop.org/
 
@@ -101,7 +101,7 @@ WANTLIB-utils=      X11 Xext Xrender c cairo 
                png ${COMPILER_LIBCXX} xcb xcb-render xcb-shm openjp2 \
                poppler z ${cWANTLIB}
 
-CONFIGURE_ARGS+=-DENABLE_XPDF_HEADERS=True \
+CONFIGURE_ARGS+=-DENABLE_UNSTABLE_API_ABI_HEADERS=True \
                -DBUILD_GTK_TESTS=False \
                -DENABLE_LIBCURL=False \
                -DCMAKE_DISABLE_FIND_PACKAGE_NSS3=True \
Index: distinfo
===================================================================
RCS file: /cvs/ports/print/poppler/distinfo,v
retrieving revision 1.67
diff -u -p -r1.67 distinfo
--- distinfo    4 Jan 2019 21:05:34 -0000       1.67
+++ distinfo    9 Jan 2019 20:52:07 -0000
@@ -1,2 +1,2 @@
-SHA256 (poppler-0.72.0.tar.xz) = wXR+uPJunnU8QAHtlR2yiW7cECG20PVHoL0qJ8MK2lE=
-SIZE (poppler-0.72.0.tar.xz) = 1492912
+SHA256 (poppler-0.73.0.tar.xz) = 5EtVQ5AxKIhLpFOMKpfTvMiInpf/rMRjYRIQHwI42wM=
+SIZE (poppler-0.73.0.tar.xz) = 1507068
Index: patches/patch-poppler_XRef_cc
===================================================================
RCS file: /cvs/ports/print/poppler/patches/patch-poppler_XRef_cc,v
retrieving revision 1.20
diff -u -p -r1.20 patch-poppler_XRef_cc
--- patches/patch-poppler_XRef_cc       4 Jan 2019 21:05:34 -0000       1.20
+++ patches/patch-poppler_XRef_cc       9 Jan 2019 20:52:07 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-poppler_XRef_cc,v 1.20 2
 Index: poppler/XRef.cc
 --- poppler/XRef.cc.orig
 +++ poppler/XRef.cc
-@@ -1015,49 +1015,38 @@ void XRef::getEncryptionParameters(Guchar **fileKeyA, 
+@@ -1015,49 +1015,38 @@ void XRef::getEncryptionParameters(unsigned char **fil
  }
  
  bool XRef::okToPrint(bool ignoreOwnerPW) const {
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/print/poppler/pkg/PLIST-main,v
retrieving revision 1.29
diff -u -p -r1.29 PLIST-main
--- pkg/PLIST-main      4 Jan 2019 21:05:34 -0000       1.29
+++ pkg/PLIST-main      9 Jan 2019 20:52:07 -0000
@@ -9,6 +9,7 @@ include/poppler/BuiltinFontTables.h
 include/poppler/CMap.h
 include/poppler/CachedFile.h
 include/poppler/Catalog.h
+include/poppler/CertificateInfo.h
 include/poppler/CharCodeToUnicode.h
 include/poppler/CharTypes.h
 include/poppler/CompactFontTables.h
@@ -127,8 +128,8 @@ include/poppler/goo/gfile.h
 include/poppler/goo/gmem.h
 include/poppler/goo/grandom.h
 include/poppler/goo/gstrtod.h
-include/poppler/goo/gtypes.h
 include/poppler/poppler-config.h
+include/poppler/qt5/poppler-version.h
 include/poppler/splash/
 include/poppler/splash/Splash.h
 include/poppler/splash/SplashBitmap.h

Reply via email to