View | Details | Raw Unified | Return to bug 230443 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	qpdf
4
PORTNAME=	qpdf
5
DISTVERSION=	8.0.1
5
DISTVERSION=	8.2.1
6
PORTREVISION=	2
7
CATEGORIES=	print
6
CATEGORIES=	print
8
MASTER_SITES=	SF
7
MASTER_SITES=	SF
9
8
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1520257715
1
TIMESTAMP = 1534696518
2
SHA256 (qpdf-8.0.1.tar.gz) = b2768bf1df218e203a9bc1fb6e7a3a4314bf96a4bad27a42ff3cd981a4f7bb05
2
SHA256 (qpdf-8.2.1.tar.gz) = f445d3ebda833fe675b7551378f41fa1971cc6f7a7921bbbb94d3a71a404abc9
3
SIZE (qpdf-8.0.1.tar.gz) = 7948901
3
SIZE (qpdf-8.2.1.tar.gz) = 8256216
(-)pkg-plist (-1 / +10 lines)
Lines 3-8 Link Here
3
bin/zlib-flate
3
bin/zlib-flate
4
include/qpdf/Buffer.hh
4
include/qpdf/Buffer.hh
5
include/qpdf/BufferInputSource.hh
5
include/qpdf/BufferInputSource.hh
6
include/qpdf/ClosedFileInputSource.hh
6
include/qpdf/Constants.h
7
include/qpdf/Constants.h
7
include/qpdf/DLL.h
8
include/qpdf/DLL.h
8
include/qpdf/FileInputSource.hh
9
include/qpdf/FileInputSource.hh
Lines 19-28 Link Here
19
include/qpdf/Pl_StdioFile.hh
20
include/qpdf/Pl_StdioFile.hh
20
include/qpdf/PointerHolder.hh
21
include/qpdf/PointerHolder.hh
21
include/qpdf/QPDF.hh
22
include/qpdf/QPDF.hh
23
include/qpdf/QPDFAcroFormDocumentHelper.hh
24
include/qpdf/QPDFAnnotationObjectHelper.hh
25
include/qpdf/QPDFDocumentHelper.hh
22
include/qpdf/QPDFExc.hh
26
include/qpdf/QPDFExc.hh
27
include/qpdf/QPDFFormFieldObjectHelper.hh
23
include/qpdf/QPDFObjGen.hh
28
include/qpdf/QPDFObjGen.hh
24
include/qpdf/QPDFObject.hh
29
include/qpdf/QPDFObject.hh
25
include/qpdf/QPDFObjectHandle.hh
30
include/qpdf/QPDFObjectHandle.hh
31
include/qpdf/QPDFObjectHelper.hh
32
include/qpdf/QPDFPageDocumentHelper.hh
33
include/qpdf/QPDFPageObjectHelper.hh
34
include/qpdf/QPDFSystemError.hh
26
include/qpdf/QPDFTokenizer.hh
35
include/qpdf/QPDFTokenizer.hh
27
include/qpdf/QPDFWriter.hh
36
include/qpdf/QPDFWriter.hh
28
include/qpdf/QPDFXRefEntry.hh
37
include/qpdf/QPDFXRefEntry.hh
Lines 33-39 Link Here
33
include/qpdf/qpdf-c.h
42
include/qpdf/qpdf-c.h
34
lib/libqpdf.so
43
lib/libqpdf.so
35
lib/libqpdf.so.21
44
lib/libqpdf.so.21
36
lib/libqpdf.so.21.0.1
45
lib/libqpdf.so.21.2.1
37
libdata/pkgconfig/libqpdf.pc
46
libdata/pkgconfig/libqpdf.pc
38
man/man1/fix-qdf.1.gz
47
man/man1/fix-qdf.1.gz
39
man/man1/qpdf.1.gz
48
man/man1/qpdf.1.gz

Return to bug 230443