mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
print/qpdf: Update to 8.0.1
Port changes: * Add the second license Bump print/cups-filters PR: 226370 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: d.y.kazarov@mail.ru (maintainer's timeout, 14 days)
This commit is contained in:
parent
85a6a142cd
commit
1f9bc2001b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465064
4 changed files with 12 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= cups-filters
|
PORTNAME= cups-filters
|
||||||
PORTVERSION= 1.16.0
|
PORTVERSION= 1.16.0
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= print
|
CATEGORIES= print
|
||||||
MASTER_SITES= http://www.openprinting.org/download/cups-filters/
|
MASTER_SITES= http://www.openprinting.org/download/cups-filters/
|
||||||
|
|
||||||
|
|
|
@ -2,15 +2,17 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= qpdf
|
PORTNAME= qpdf
|
||||||
PORTVERSION= 7.1.1
|
DISTVERSION= 8.0.1
|
||||||
CATEGORIES= print
|
CATEGORIES= print
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
|
||||||
MAINTAINER= d.y.kazarov@mail.ru
|
MAINTAINER= d.y.kazarov@mail.ru
|
||||||
COMMENT= Command-line tools for transforming and inspecting PDF documents
|
COMMENT= Command-line tools for transforming and inspecting PDF documents
|
||||||
|
|
||||||
LICENSE= ART20
|
LICENSE= ART20 APACHE20
|
||||||
LICENSE_FILE= ${WRKSRC}/Artistic-2.0
|
LICENSE_COMB= dual
|
||||||
|
LICENSE_FILE_ART20= ${WRKSRC}/Artistic-2.0
|
||||||
|
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.txt
|
||||||
|
|
||||||
USES= gmake jpeg libtool localbase
|
USES= gmake jpeg libtool localbase
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1517797977
|
TIMESTAMP = 1520257715
|
||||||
SHA256 (qpdf-7.1.1.tar.gz) = 8a0dbfa000a5c257abbc03721c7be277920fe0fcff08202b61c9c2464eedf2fa
|
SHA256 (qpdf-8.0.1.tar.gz) = b2768bf1df218e203a9bc1fb6e7a3a4314bf96a4bad27a42ff3cd981a4f7bb05
|
||||||
SIZE (qpdf-7.1.1.tar.gz) = 7099282
|
SIZE (qpdf-8.0.1.tar.gz) = 7948901
|
||||||
|
|
|
@ -14,6 +14,7 @@ include/qpdf/Pl_Count.hh
|
||||||
include/qpdf/Pl_DCT.hh
|
include/qpdf/Pl_DCT.hh
|
||||||
include/qpdf/Pl_Discard.hh
|
include/qpdf/Pl_Discard.hh
|
||||||
include/qpdf/Pl_Flate.hh
|
include/qpdf/Pl_Flate.hh
|
||||||
|
include/qpdf/Pl_QPDFTokenizer.hh
|
||||||
include/qpdf/Pl_RunLength.hh
|
include/qpdf/Pl_RunLength.hh
|
||||||
include/qpdf/Pl_StdioFile.hh
|
include/qpdf/Pl_StdioFile.hh
|
||||||
include/qpdf/PointerHolder.hh
|
include/qpdf/PointerHolder.hh
|
||||||
|
@ -31,8 +32,8 @@ include/qpdf/RandomDataProvider.hh
|
||||||
include/qpdf/Types.h
|
include/qpdf/Types.h
|
||||||
include/qpdf/qpdf-c.h
|
include/qpdf/qpdf-c.h
|
||||||
lib/libqpdf.so
|
lib/libqpdf.so
|
||||||
lib/libqpdf.so.18
|
lib/libqpdf.so.21
|
||||||
lib/libqpdf.so.18.2.1
|
lib/libqpdf.so.21.0.1
|
||||||
libdata/pkgconfig/libqpdf.pc
|
libdata/pkgconfig/libqpdf.pc
|
||||||
man/man1/fix-qdf.1.gz
|
man/man1/fix-qdf.1.gz
|
||||||
man/man1/qpdf.1.gz
|
man/man1/qpdf.1.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue