pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/qpdf qpdf: updated to 7.1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5730c02d0966
branches:  trunk
changeset: 375845:5730c02d0966
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Feb 23 06:25:23 2018 +0000

description:
qpdf: updated to 7.1.1

7.1.1: release
* Bug fix: properly linearize files whose /ID has a length of
  other than 16 bytes.
* Rename some test files to avoid files with three dots in their
  names.
* Fix various build and compilation issues on some platforms and
  compilers.
* Fix a few typos and clarify a few comments in header files.

diffstat:

 print/qpdf/Makefile |  14 +++++++-------
 print/qpdf/distinfo |  10 +++++-----
 2 files changed, 12 insertions(+), 12 deletions(-)

diffs (47 lines):

diff -r f4b961e54849 -r 5730c02d0966 print/qpdf/Makefile
--- a/print/qpdf/Makefile       Fri Feb 23 02:43:02 2018 +0000
+++ b/print/qpdf/Makefile       Fri Feb 23 06:25:23 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2018/02/05 13:39:05 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2018/02/23 06:25:23 adam Exp $
 
-DISTNAME=      qpdf-7.1.0
+DISTNAME=      qpdf-7.1.1
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qpdf/}
 
@@ -9,12 +9,12 @@
 COMMENT=       Structural, content-preserving transformations on PDF files
 LICENSE=       apache-2.0
 
-GNU_CONFIGURE= yes
-USE_LIBTOOL=   yes
-USE_TOOLS+=    gmake perl:run pkg-config
-USE_LANGUAGES= c c++
+USE_LANGUAGES=         c c++
+USE_LIBTOOL=           yes
+USE_TOOLS+=            gmake perl:run pkg-config
+GNU_CONFIGURE=         yes
+PKGCONFIG_OVERRIDE+=   libqpdf.pc.in
 
-PKGCONFIG_OVERRIDE+=   libqpdf.pc.in
 REPLACE_PERL=  qpdf/fix-qdf
 
 .include "../../mk/jpeg.buildlink3.mk"
diff -r f4b961e54849 -r 5730c02d0966 print/qpdf/distinfo
--- a/print/qpdf/distinfo       Fri Feb 23 02:43:02 2018 +0000
+++ b/print/qpdf/distinfo       Fri Feb 23 06:25:23 2018 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.14 2018/02/05 13:39:05 ryoon Exp $
+$NetBSD: distinfo,v 1.15 2018/02/23 06:25:23 adam Exp $
 
-SHA1 (qpdf-7.1.0.tar.gz) = c5b95eeed5cb3bb70e9c365e1ed5aeef578a4496
-RMD160 (qpdf-7.1.0.tar.gz) = 5f4aa26e31a323290d6bba8744214446f015a390
-SHA512 (qpdf-7.1.0.tar.gz) = 28c00f0e7e1d89ab8165031b7e741297d472801fd115911b5f970e97f27fb0c463169dad2d59bb35885de5989984bc5f31a9c26be42015c0dba41105ae342726
-Size (qpdf-7.1.0.tar.gz) = 7097479 bytes
+SHA1 (qpdf-7.1.1.tar.gz) = d2bbc564c0b6abe3c3c939d092870574ab7025c2
+RMD160 (qpdf-7.1.1.tar.gz) = a8bead427d4c819cae4935b9c635c97d220a656b
+SHA512 (qpdf-7.1.1.tar.gz) = a75f988c7dd7ac174bdc981cd3696ca8b539ac6c581e3afecf601dc67277014cb4fe3f0e5cb75a67412cafa4eb645b2fc2d8a0ec203834464baf0c7e80baa0b4
+Size (qpdf-7.1.1.tar.gz) = 7099282 bytes
 SHA1 (patch-libqpdf.pc.in) = f592899487bb958a01931afbe4ddf3c749ea103e
 SHA1 (patch-make_libtool.mk) = 8622d6a446da284269102dde38bf14271363dfdc



Home | Main Index | Thread Index | Old Index