Thu Sep 28 12:41:34 2017 UTC ()
Update to 0.9.7

Changelog:
pdf2djvu (0.9.7) unstable; urgency=low

  * Fix build failure with Poppler ≥ 0.58.
  * Improve the build system:
    + Fix non-portable sed(1) calls in the manpage translations makefile.
    + Use relative paths when building OpenJPEG for Windows (so that absolute
      paths are not included in the binary).
  * Upgrade libraries bundled with the Windows package:
    - Poppler 0.59.

 -- Jakub Wilk <jwilk@jwilk.net>  Mon, 04 Sep 2017 21:15:05 +0200

pdf2djvu (0.9.6) unstable; urgency=low

  * Port the code to C++11.
    Incidentally, this fixes build failure with Poppler ≥ 0.57.
  * Fix GCC 8 warnings about catching polymorphic type by value.
    https://github.com/jwilk/pdf2djvu/issues/122
  * Upgrade libraries bundled with the Windows package:
    - Poppler 0.57;
    - GraphicsMagick 1.3.26;
    - Expat 2.2.3;
    - FreeType 2.8;
    - fontconfig 2.12.4.
  * Windows: build Poppler against OpenJPEG 2.1.2.
  * Improve the test suite.

 -- Jakub Wilk <jwilk@jwilk.net>  Mon, 07 Aug 2017 14:52:02 +0200


(ryoon)
diff -r1.51 -r1.52 pkgsrc/print/pdf2djvu/Makefile
diff -r1.12 -r1.13 pkgsrc/print/pdf2djvu/distinfo

cvs diff -r1.51 -r1.52 pkgsrc/print/pdf2djvu/Makefile (expand / switch to context diff)
--- pkgsrc/print/pdf2djvu/Makefile 2017/09/04 20:20:55 1.51
+++ pkgsrc/print/pdf2djvu/Makefile 2017/09/28 12:41:34 1.52
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.51 2017/09/04 20:20:55 ryoon Exp $
+# $NetBSD: Makefile,v 1.52 2017/09/28 12:41:34 ryoon Exp $
 #
 
-DISTNAME=	pdf2djvu-0.9.5
-PKGREVISION=	3
+DISTNAME=	pdf2djvu-0.9.7
 CATEGORIES=	print
 MASTER_SITES=	https://github.com/jwilk/pdf2djvu/releases/download/${PKGVERSION_NOREV}/
 EXTRACT_SUFX=	.tar.xz

cvs diff -r1.12 -r1.13 pkgsrc/print/pdf2djvu/distinfo (expand / switch to context diff)
--- pkgsrc/print/pdf2djvu/distinfo 2017/05/16 12:43:47 1.12
+++ pkgsrc/print/pdf2djvu/distinfo 2017/09/28 12:41:34 1.13
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2017/05/16 12:43:47 ryoon Exp $
+$NetBSD: distinfo,v 1.13 2017/09/28 12:41:34 ryoon Exp $
 
-SHA1 (pdf2djvu-0.9.5.tar.xz) = 31243c5c90cf89110191866159bdfd9164150e45
+SHA1 (pdf2djvu-0.9.7.tar.xz) = 2b3e655301a97191a19791a05d73b7cd2428be66
-RMD160 (pdf2djvu-0.9.5.tar.xz) = 638aaf4b4a2885a5138cad3df0e67bbe89496f2a
+RMD160 (pdf2djvu-0.9.7.tar.xz) = fba9b77b24829b726e636e9362fbb887d50544a4
-SHA512 (pdf2djvu-0.9.5.tar.xz) = d3628f40f17fc2a2449f45a51a5641cb0fc0f55fc71cc481cd71e029bc870280bdf938d3ed1e757c61ea100d9a67af316362f9e7c3cc10c0d704ca3645d6633a
+SHA512 (pdf2djvu-0.9.7.tar.xz) = d068e214b90f85c97117e30fb1d3c2625defc81348f65c656712b754ddac3116338a1294d8545caec2cf00e6e8014b0e6a97b043504d90a5074469e039eb9366
-Size (pdf2djvu-0.9.5.tar.xz) = 267188 bytes
+Size (pdf2djvu-0.9.7.tar.xz) = 268344 bytes