svn commit: r362974 - head/print/qpdf
Bartek Rutkowski
robak at FreeBSD.org
Sat Jul 26 15:23:04 UTC 2014
Author: robak
Date: Sat Jul 26 15:23:03 2014
New Revision: 362974
URL: http://svnweb.freebsd.org/changeset/ports/362974
QAT: https://qat.redports.org/buildarchive/r362974/
Log:
print/qpdf: update 5.1.1 -> 5.1.2
- Fix DEPENDS ordering
- Remove PORTREVISION
- Remove bsd.port.options.mk
- Pet portlint
PR: 191855
Submitted by: Dmitry Kazarov <d.y.kazarov at mail.ru>
Approved by: swills (mentor)
Modified:
head/print/qpdf/Makefile
head/print/qpdf/distinfo
head/print/qpdf/pkg-plist
Modified: head/print/qpdf/Makefile
==============================================================================
--- head/print/qpdf/Makefile Sat Jul 26 14:04:52 2014 (r362973)
+++ head/print/qpdf/Makefile Sat Jul 26 15:23:03 2014 (r362974)
@@ -2,19 +2,23 @@
# $FreeBSD$
PORTNAME= qpdf
-PORTVERSION= 5.1.1
-PORTREVISION= 1
+PORTVERSION= 5.1.2
CATEGORIES= print
MASTER_SITES= SF
MAINTAINER= d.y.kazarov at mail.ru
-COMMENT= Command-line tools for transforming and inspecting PDF files
+COMMENT= Command-line tools for transforming and inspecting PDF documents
LICENSE= ART20
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
+OPTIONS_DEFINE= SDK
+OPTIONS_SUB= yes
+
+SDK_DESC= Install header files.
+
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= gmake libtool
Modified: head/print/qpdf/distinfo
==============================================================================
--- head/print/qpdf/distinfo Sat Jul 26 14:04:52 2014 (r362973)
+++ head/print/qpdf/distinfo Sat Jul 26 15:23:03 2014 (r362974)
@@ -1,2 +1,2 @@
-SHA256 (qpdf-5.1.1.tar.gz) = 95d355d8fa5e1c677e04d884161de94f5438bf3bdc1638498796b042bad4a726
-SIZE (qpdf-5.1.1.tar.gz) = 7662701
+SHA256 (qpdf-5.1.2.tar.gz) = e9dd8d5d0a322078ffd573f057f03d24a734cc5b7dd925b089ebcb0f6e867bfd
+SIZE (qpdf-5.1.2.tar.gz) = 7664268
Modified: head/print/qpdf/pkg-plist
==============================================================================
--- head/print/qpdf/pkg-plist Sat Jul 26 14:04:52 2014 (r362973)
+++ head/print/qpdf/pkg-plist Sat Jul 26 15:23:03 2014 (r362974)
@@ -1,37 +1,37 @@
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_Discard.hh
-include/qpdf/Pl_Flate.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
+%%SDK%%include/qpdf/Buffer.hh
+%%SDK%%include/qpdf/BufferInputSource.hh
+%%SDK%%include/qpdf/Constants.h
+%%SDK%%include/qpdf/DLL.h
+%%SDK%%include/qpdf/FileInputSource.hh
+%%SDK%%include/qpdf/InputSource.hh
+%%SDK%%include/qpdf/Pipeline.hh
+%%SDK%%include/qpdf/Pl_Buffer.hh
+%%SDK%%include/qpdf/Pl_Concatenate.hh
+%%SDK%%include/qpdf/Pl_Count.hh
+%%SDK%%include/qpdf/Pl_Discard.hh
+%%SDK%%include/qpdf/Pl_Flate.hh
+%%SDK%%include/qpdf/Pl_StdioFile.hh
+%%SDK%%include/qpdf/PointerHolder.hh
+%%SDK%%include/qpdf/QPDF.hh
+%%SDK%%include/qpdf/QPDFExc.hh
+%%SDK%%include/qpdf/QPDFObjGen.hh
+%%SDK%%include/qpdf/QPDFObject.hh
+%%SDK%%include/qpdf/QPDFObjectHandle.hh
+%%SDK%%include/qpdf/QPDFTokenizer.hh
+%%SDK%%include/qpdf/QPDFWriter.hh
+%%SDK%%include/qpdf/QPDFXRefEntry.hh
+%%SDK%%include/qpdf/QTC.hh
+%%SDK%%include/qpdf/QUtil.hh
+%%SDK%%include/qpdf/RandomDataProvider.hh
+%%SDK%%include/qpdf/Types.h
+%%SDK%%include/qpdf/qpdf-c.h
lib/libqpdf.a
lib/libqpdf.so
lib/libqpdf.so.13
-lib/libqpdf.so.13.1.1
+lib/libqpdf.so.13.1.2
libdata/pkgconfig/libqpdf.pc
man/man1/fix-qdf.1.gz
man/man1/qpdf.1.gz
More information about the svn-ports-all
mailing list