Index: head/print/qpdf/Makefile =================================================================== --- head/print/qpdf/Makefile (revision 460958) +++ head/print/qpdf/Makefile (revision 460959) @@ -1,22 +1,22 @@ # Created by: Dmitry Kazarov # $FreeBSD$ PORTNAME= qpdf -PORTVERSION= 7.1.0 +PORTVERSION= 7.1.1 CATEGORIES= print MASTER_SITES= SF MAINTAINER= d.y.kazarov@mail.ru COMMENT= Command-line tools for transforming and inspecting PDF documents LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/Artistic-2.0 USES= gmake jpeg libtool localbase GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS .include Index: head/print/qpdf/distinfo =================================================================== --- head/print/qpdf/distinfo (revision 460958) +++ head/print/qpdf/distinfo (revision 460959) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516116745 -SHA256 (qpdf-7.1.0.tar.gz) = 27054bfb83a4f4f70053c6d4c2de5e18ddf60c9a8edbce219ac1bdcf03f16a2e -SIZE (qpdf-7.1.0.tar.gz) = 7097479 +TIMESTAMP = 1517797977 +SHA256 (qpdf-7.1.1.tar.gz) = 8a0dbfa000a5c257abbc03721c7be277920fe0fcff08202b61c9c2464eedf2fa +SIZE (qpdf-7.1.1.tar.gz) = 7099282 Index: head/print/qpdf/files/patch-libqpdf_QUtil.cc =================================================================== --- head/print/qpdf/files/patch-libqpdf_QUtil.cc (revision 460958) +++ head/print/qpdf/files/patch-libqpdf_QUtil.cc (nonexistent) @@ -1,13 +0,0 @@ -Workaround for https://github.com/qpdf/qpdf/issues/177 - ---- libqpdf/QUtil.cc.orig 2018-01-29 18:08:43 UTC -+++ libqpdf/QUtil.cc -@@ -354,7 +354,7 @@ void - QUtil::setLineBuf(FILE* f) - { - #ifndef _WIN32 -- setvbuf(f, reinterpret_cast(NULL), _IOLBF, 0); -+ setvbuf(f, reinterpret_cast(0), _IOLBF, 0); - #endif - } - Property changes on: head/print/qpdf/files/patch-libqpdf_QUtil.cc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/print/qpdf/files/patch-libqpdf_Pl__PNGFilter.cc =================================================================== --- head/print/qpdf/files/patch-libqpdf_Pl__PNGFilter.cc (revision 460958) +++ head/print/qpdf/files/patch-libqpdf_Pl__PNGFilter.cc (nonexistent) @@ -1,12 +0,0 @@ -Needed on 10.4 only. -Upstream is aware of the issue: https://github.com/qpdf/qpdf/pull/172 - ---- libqpdf/Pl_PNGFilter.cc.orig 2018-01-15 01:09:20 UTC -+++ libqpdf/Pl_PNGFilter.cc -@@ -1,5 +1,6 @@ - #include - #include -+#include - #include - #include - #include Property changes on: head/print/qpdf/files/patch-libqpdf_Pl__PNGFilter.cc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/print/qpdf/pkg-plist =================================================================== --- head/print/qpdf/pkg-plist (revision 460958) +++ head/print/qpdf/pkg-plist (revision 460959) @@ -1,42 +1,42 @@ bin/fix-qdf bin/qpdf bin/zlib-flate include/qpdf/Buffer.hh include/qpdf/BufferInputSource.hh include/qpdf/Constants.h include/qpdf/DLL.h include/qpdf/FileInputSource.hh include/qpdf/InputSource.hh include/qpdf/Pipeline.hh include/qpdf/Pl_Buffer.hh include/qpdf/Pl_Concatenate.hh include/qpdf/Pl_Count.hh include/qpdf/Pl_DCT.hh include/qpdf/Pl_Discard.hh include/qpdf/Pl_Flate.hh include/qpdf/Pl_RunLength.hh include/qpdf/Pl_StdioFile.hh include/qpdf/PointerHolder.hh include/qpdf/QPDF.hh include/qpdf/QPDFExc.hh include/qpdf/QPDFObjGen.hh include/qpdf/QPDFObject.hh include/qpdf/QPDFObjectHandle.hh include/qpdf/QPDFTokenizer.hh include/qpdf/QPDFWriter.hh include/qpdf/QPDFXRefEntry.hh include/qpdf/QTC.hh include/qpdf/QUtil.hh include/qpdf/RandomDataProvider.hh include/qpdf/Types.h include/qpdf/qpdf-c.h lib/libqpdf.so lib/libqpdf.so.18 -lib/libqpdf.so.18.2.0 +lib/libqpdf.so.18.2.1 libdata/pkgconfig/libqpdf.pc man/man1/fix-qdf.1.gz man/man1/qpdf.1.gz man/man1/zlib-flate.1.gz %%PORTDOCS%%%%DOCSDIR%%/qpdf-manual.html %%PORTDOCS%%%%DOCSDIR%%/qpdf-manual.pdf %%PORTDOCS%%%%DOCSDIR%%/stylesheet.css