Update to qpdf-9.1.0.
This commit is contained in:
parent
c27c585f87
commit
3e42020337
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2019/10/19 10:17:07 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2019/11/23 12:31:55 ajacoutot Exp $
|
||||
|
||||
COMMENT= PDF transformation and inspection utility
|
||||
|
||||
DISTNAME= qpdf-9.0.2
|
||||
DISTNAME= qpdf-9.1.0
|
||||
|
||||
SHARED_LIBS += qpdf 7.0 # 26.2
|
||||
SHARED_LIBS += qpdf 7.1 # 26.2
|
||||
|
||||
CATEGORIES= print graphics
|
||||
|
||||
@ -15,7 +15,8 @@ MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
# Artistic License 2.0
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB += c jpeg m ${COMPILER_LIBCXX} z
|
||||
WANTLIB += ${COMPILER_LIBCXX} c ffi gmp gnutls hogweed iconv idn2
|
||||
WANTLIB += intl jpeg m nettle p11-kit tasn1 unistring z
|
||||
|
||||
COMPILER= base-clang ports-gcc base-gcc
|
||||
|
||||
@ -23,7 +24,8 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qpdf/}
|
||||
|
||||
USE_GMAKE= Yes
|
||||
|
||||
LIB_DEPENDS= graphics/jpeg
|
||||
LIB_DEPENDS= graphics/jpeg \
|
||||
security/gnutls
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
@ -33,4 +35,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
ac_cv_prog_XSLTPROC= \
|
||||
ac_cv_prog_XMLLINT=
|
||||
|
||||
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (qpdf-9.0.2.tar.gz) = 0CRR2QYGiUf0XlIWAy8PKa5TMTxwxN7tzzw+FzWE0iw=
|
||||
SIZE (qpdf-9.0.2.tar.gz) = 18168977
|
||||
SHA256 (qpdf-9.1.0.tar.gz) = Oru7eQfy51Aza5yX5ntugGrKkatTdALsCAZW1jlA7Xk=
|
||||
SIZE (qpdf-9.1.0.tar.gz) = 18285597
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.12 2019/09/07 16:16:36 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.13 2019/11/23 12:31:55 ajacoutot Exp $
|
||||
bin/fix-qdf
|
||||
@bin bin/qpdf
|
||||
@bin bin/zlib-flate
|
||||
@ -26,6 +26,8 @@ include/qpdf/QIntC.hh
|
||||
include/qpdf/QPDF.hh
|
||||
include/qpdf/QPDFAcroFormDocumentHelper.hh
|
||||
include/qpdf/QPDFAnnotationObjectHelper.hh
|
||||
include/qpdf/QPDFCryptoImpl.hh
|
||||
include/qpdf/QPDFCryptoProvider.hh
|
||||
include/qpdf/QPDFDocumentHelper.hh
|
||||
include/qpdf/QPDFExc.hh
|
||||
include/qpdf/QPDFFormFieldObjectHelper.hh
|
||||
@ -49,7 +51,7 @@ include/qpdf/QUtil.hh
|
||||
include/qpdf/RandomDataProvider.hh
|
||||
include/qpdf/Types.h
|
||||
include/qpdf/qpdf-c.h
|
||||
lib/libqpdf.a
|
||||
@static-lib lib/libqpdf.a
|
||||
lib/libqpdf.la
|
||||
@lib lib/libqpdf.so.${LIBqpdf_VERSION}
|
||||
lib/pkgconfig/libqpdf.pc
|
||||
|
Loading…
Reference in New Issue
Block a user