Date: Tue, 17 Jun 2014 12:41:28 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358106 - in head/print: cups-filters qpdf Message-ID: <201406171241.s5HCfSqH059767@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 17 12:41:28 2014 New Revision: 358106 URL: http://svnweb.freebsd.org/changeset/ports/358106 QAT: https://qat.redports.org/buildarchive/r358106/ Log: - Add missing USES=libtool to print/qpdf, drop .la files - Bump dependent port (print/cups-filters) as .so version has changed Approved by: portmgr blanket Modified: head/print/cups-filters/Makefile head/print/qpdf/Makefile head/print/qpdf/pkg-plist Modified: head/print/cups-filters/Makefile ============================================================================== --- head/print/cups-filters/Makefile Tue Jun 17 12:41:15 2014 (r358105) +++ head/print/cups-filters/Makefile Tue Jun 17 12:41:28 2014 (r358106) @@ -2,6 +2,7 @@ PORTNAME= cups-filters PORTVERSION= 1.0.54 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/cups-filters/ Modified: head/print/qpdf/Makefile ============================================================================== --- head/print/qpdf/Makefile Tue Jun 17 12:41:15 2014 (r358105) +++ head/print/qpdf/Makefile Tue Jun 17 12:41:28 2014 (r358106) @@ -3,9 +3,9 @@ PORTNAME= qpdf PORTVERSION= 5.1.1 +PORTREVISION= 1 CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF MAINTAINER= d.y.kazarov@mail.ru COMMENT= Command-line tools for transforming and inspecting PDF files @@ -17,7 +17,7 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/deve GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake +USES= gmake libtool post-patch: @${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \ Modified: head/print/qpdf/pkg-plist ============================================================================== --- head/print/qpdf/pkg-plist Tue Jun 17 12:41:15 2014 (r358105) +++ head/print/qpdf/pkg-plist Tue Jun 17 12:41:28 2014 (r358106) @@ -29,9 +29,9 @@ include/qpdf/RandomDataProvider.hh include/qpdf/Types.h include/qpdf/qpdf-c.h lib/libqpdf.a -lib/libqpdf.la lib/libqpdf.so -lib/libqpdf.so.14 +lib/libqpdf.so.13 +lib/libqpdf.so.13.1.1 libdata/pkgconfig/libqpdf.pc man/man1/fix-qdf.1.gz man/man1/qpdf.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406171241.s5HCfSqH059767>