From owner-svn-ports-head@FreeBSD.ORG Tue Jun 17 12:41:29 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B315F91; Tue, 17 Jun 2014 12:41:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2C662ACD; Tue, 17 Jun 2014 12:41:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5HCfS7h059770; Tue, 17 Jun 2014 12:41:28 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5HCfSqH059767; Tue, 17 Jun 2014 12:41:28 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406171241.s5HCfSqH059767@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 17 Jun 2014 12:41:28 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2014 12:41:29 -0000 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