Hi,

just in case anyone wants to do some more tests...
this updates poppler to 0.80.0. Built (including all ports) and
tested (with a few ports) on amd64.  Following minor / major shared
library bumps, since they look sane (both by looking at code diffs
and using check_sym).

Ciao,
        Kili


Index: Makefile
===================================================================
RCS file: /cvs/ports/print/poppler/Makefile,v
retrieving revision 1.145
diff -u -p -r1.145 Makefile
--- Makefile    6 Aug 2019 18:32:20 -0000       1.145
+++ Makefile    8 Sep 2019 20:29:39 -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.79.0
+V=             0.80.0
 DISTNAME=      poppler-$V
 CATEGORIES=    print
 PKGNAME-main=  poppler-$V
@@ -13,9 +13,9 @@ PKGNAME-qt5=  poppler-qt5-$V
 
 EXTRACT_SUFX=  .tar.xz
 
-SHARED_LIBS += poppler              53.0     # 89.0
-SHARED_LIBS += poppler-glib         19.2     # 8.13
-SHARED_LIBS += poppler-qt5          7.2      # 1.20
+SHARED_LIBS += poppler              54.0     # 90.0
+SHARED_LIBS += poppler-glib         19.3     # 8.14
+SHARED_LIBS += poppler-qt5          7.3      # 1.21
 SHARED_LIBS += poppler-cpp          11.0     # 0.7
 
 HOMEPAGE=      https://poppler.freedesktop.org/
Index: distinfo
===================================================================
RCS file: /cvs/ports/print/poppler/distinfo,v
retrieving revision 1.74
diff -u -p -r1.74 distinfo
--- distinfo    6 Aug 2019 18:32:20 -0000       1.74
+++ distinfo    8 Sep 2019 20:29:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (poppler-0.79.0.tar.xz) = +YWkYI/lktJUbZ031BguUC/2tMQvjbS+CgIaHDaVKMg=
-SIZE (poppler-0.79.0.tar.xz) = 1544140
+SHA256 (poppler-0.80.0.tar.xz) = TTymt5vBO44kCS40+D7184fzuwu9c1mmwHjgnGltEE8=
+SIZE (poppler-0.80.0.tar.xz) = 1548908
Index: patches/patch-poppler_Form_cc
===================================================================
RCS file: /cvs/ports/print/poppler/patches/patch-poppler_Form_cc,v
retrieving revision 1.4
diff -u -p -r1.4 patch-poppler_Form_cc
--- patches/patch-poppler_Form_cc       19 Jun 2019 19:39:14 -0000      1.4
+++ patches/patch-poppler_Form_cc       8 Sep 2019 20:29:39 -0000
@@ -3,7 +3,7 @@ $OpenBSD: patch-poppler_Form_cc,v 1.4 20
 Index: poppler/Form.cc
 --- poppler/Form.cc.orig
 +++ poppler/Form.cc
-@@ -32,6 +32,7 @@
+@@ -33,6 +33,7 @@
  #include <config.h>
  
  #include <set>
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/print/poppler/pkg/PLIST-main,v
retrieving revision 1.32
diff -u -p -r1.32 PLIST-main
--- pkg/PLIST-main      6 May 2019 21:17:19 -0000       1.32
+++ pkg/PLIST-main      8 Sep 2019 20:29:39 -0000
@@ -114,7 +114,6 @@ include/poppler/glib/poppler-page.h
 include/poppler/glib/poppler-structure-element.h
 include/poppler/glib/poppler.h
 include/poppler/goo/
-include/poppler/goo/FixedPoint.h
 include/poppler/goo/GooCheckedOps.h
 include/poppler/goo/GooLikely.h
 include/poppler/goo/GooString.h

Reply via email to