Hi,

here's an update  to poppler-0.45.0 (and this time I didn't need a
reminder from aja@ ;-))

Adding a major bump to poppler-cpp, because

        time_type detail::convert_date(const char *date)

had been removed. Nothing external should use it, but you never
know...

Built but not yet packaged nor tested on amd64 (because I've still
a bulk build running on my test/build machine), so if anyone wants
to give it a try, go ahead ;-)

Ciao,
        Kili

Index: Makefile
===================================================================
RCS file: /cvs/ports/print/poppler/Makefile,v
retrieving revision 1.106
diff -u -p -r1.106 Makefile
--- Makefile    27 May 2016 21:14:31 -0000      1.106
+++ Makefile    17 Jun 2016 19:20:24 -0000
@@ -6,7 +6,7 @@ COMMENT-qt4=    qt4 interface to PDF render
 COMMENT-qt5=   Qt5 interface to PDF rendering library
 COMMENT-utils= PDF conversion tools and utilities
 
-V=             0.44.0
+V=             0.45.0
 DISTNAME=      poppler-$V
 CATEGORIES=    print
 PKGNAME-main=  poppler-$V
@@ -16,12 +16,12 @@ PKGNAME-qt4=        poppler-qt4-$V
 PKGNAME-qt5=   poppler-qt5-$V
 OLDSHIT =      poppler-0.16.7
 
-SHARED_LIBS += poppler              37.0     # 61.0
+SHARED_LIBS += poppler              38.0     # 62.0
 SHARED_LIBS += poppler-glib         15.0     # 15.0
 SHARED_LIBS += poppler-qt           12.0     # 3.0
 SHARED_LIBS += poppler-qt4          18.0     # 13.0
 SHARED_LIBS += poppler-qt5          0.0      # 7.0
-SHARED_LIBS += poppler-cpp          6.1      # 2.1
+SHARED_LIBS += poppler-cpp          7.0      # 2.1
 
 DISTFILES = ${DISTNAME}.tar.xz ${OLDSHIT}.tar.gz
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/print/poppler/distinfo,v
retrieving revision 1.54
diff -u -p -r1.54 distinfo
--- distinfo    27 May 2016 21:14:31 -0000      1.54
+++ distinfo    17 Jun 2016 18:46:11 -0000
@@ -1,4 +1,4 @@
 SHA256 (poppler-0.16.7.tar.gz) = +rTory001BQqcYgZ/XR9QJMLce9SDuDmvMlOLETyK80=
-SHA256 (poppler-0.44.0.tar.xz) = W0Z+0mpV4YJNpr2G9fVisbRVggacA4mMkfAa1cb6Dqs=
+SHA256 (poppler-0.45.0.tar.xz) = lt0aYCS82qRTCjtJaH2z1cJN39ByzLN8beDkJZlyh5g=
 SIZE (poppler-0.16.7.tar.gz) = 1952179
-SIZE (poppler-0.44.0.tar.xz) = 1671900
+SIZE (poppler-0.45.0.tar.xz) = 1674464
Index: patches/patch-configure_ac
===================================================================
RCS file: /cvs/ports/print/poppler/patches/patch-configure_ac,v
retrieving revision 1.18
diff -u -p -r1.18 patch-configure_ac
--- patches/patch-configure_ac  1 May 2016 12:33:24 -0000       1.18
+++ patches/patch-configure_ac  17 Jun 2016 19:01:13 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configure_ac,v 1.18 2016/05/01 12:33:24 kili Exp $
---- configure.ac.orig  Fri Apr 29 00:30:06 2016
-+++ configure.ac       Fri Apr 29 20:48:31 2016
-@@ -679,6 +679,24 @@ AC_SUBST(POPPLER_GLIB_DISABLE_SINGLE_INCLUDES)
+--- configure.ac.orig  Fri Jun 17 00:12:16 2016
++++ configure.ac       Fri Jun 17 21:01:05 2016
+@@ -680,6 +680,24 @@ AC_SUBST(POPPLER_GLIB_DISABLE_SINGLE_INCLUDES)
  
  GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
  
@@ -26,7 +26,7 @@ $OpenBSD: patch-configure_ac,v 1.18 2016
  dnl 
  dnl Try Qt4
  dnl
-@@ -771,31 +789,35 @@ if test x$enable_poppler_qt5 = xyes; then
+@@ -772,31 +790,35 @@ if test x$enable_poppler_qt5 = xyes; then
    AC_CHECK_TOOL(MOCQT5, moc)
    AC_MSG_CHECKING([for Qt5 moc])
    mocversion=`$MOCQT5 -v 2>&1`
@@ -75,7 +75,7 @@ $OpenBSD: patch-configure_ac,v 1.18 2016
    AC_SUBST(MOCQT5)
    AC_MSG_RESULT([$MOCQT5])
  fi
-@@ -996,6 +1018,9 @@ glib/reference/Makefile
+@@ -997,6 +1019,9 @@ glib/reference/Makefile
  glib/reference/version.xml
  glib/demo/Makefile
  test/Makefile
@@ -85,7 +85,7 @@ $OpenBSD: patch-configure_ac,v 1.18 2016
  qt4/Makefile
  qt4/src/Makefile
  qt4/tests/Makefile
-@@ -1031,6 +1056,7 @@ if test x$enable_cmyk = xyes;then
+@@ -1032,6 +1057,7 @@ if test x$enable_cmyk = xyes;then
          echo "      with CMYK support"
  fi
  echo "  cairo output:        $use_cairo"

Reply via email to