diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2013-09-26 10:58:10 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2013-09-26 10:58:10 +0800 |
commit | f995f1cb99a020c43332741c09ab7f0a02cef9a4 (patch) | |
tree | 7c5f72c31625bea79126c22ab6fa489966cdfb40 /print | |
parent | ac3bccaa40d77f25f8abbca5d8ff9bbd6d6c1399 (diff) | |
download | freebsd-ports-gnome-f995f1cb99a020c43332741c09ab7f0a02cef9a4.tar.gz freebsd-ports-gnome-f995f1cb99a020c43332741c09ab7f0a02cef9a4.tar.zst freebsd-ports-gnome-f995f1cb99a020c43332741c09ab7f0a02cef9a4.zip |
- Update to 5.0.0
PR: ports/182109
Submitted by: Dmitry Kazarov <d.y.kazarov@mail.ru> (maintainer)
Diffstat (limited to 'print')
-rw-r--r-- | print/qpdf/Makefile | 2 | ||||
-rw-r--r-- | print/qpdf/distinfo | 4 | ||||
-rw-r--r-- | print/qpdf/pkg-plist | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/print/qpdf/Makefile b/print/qpdf/Makefile index 3a89bcf78e20..832c6b502c52 100644 --- a/print/qpdf/Makefile +++ b/print/qpdf/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qpdf -PORTVERSION= 4.0.1 +PORTVERSION= 5.0.0 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION} diff --git a/print/qpdf/distinfo b/print/qpdf/distinfo index 7e0e7b17befa..30f552e79851 100644 --- a/print/qpdf/distinfo +++ b/print/qpdf/distinfo @@ -1,2 +1,2 @@ -SHA256 (qpdf-4.0.1.tar.gz) = a4080ad53c778d60aa56df724751fb55bd096130d244fb1483c9257b9739c04d -SIZE (qpdf-4.0.1.tar.gz) = 5031080 +SHA256 (qpdf-5.0.0.tar.gz) = ddeac2272cbabffbaf7320d7e783085ed3690710616e0b855947b25e59a97b37 +SIZE (qpdf-5.0.0.tar.gz) = 7556793 diff --git a/print/qpdf/pkg-plist b/print/qpdf/pkg-plist index 382729362718..01844c7c859a 100644 --- a/print/qpdf/pkg-plist +++ b/print/qpdf/pkg-plist @@ -17,6 +17,7 @@ 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 @@ -27,8 +28,9 @@ include/qpdf/QUtil.hh include/qpdf/Types.h include/qpdf/qpdf-c.h lib/libqpdf.a +lib/libqpdf.la lib/libqpdf.so -lib/libqpdf.so.10 +lib/libqpdf.so.13 libdata/pkgconfig/libqpdf.pc share/doc/qpdf/qpdf-manual.html share/doc/qpdf/qpdf-manual.pdf |