From owner-svn-ports-all@FreeBSD.ORG Fri Sep 12 13:25:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E8C8850; Fri, 12 Sep 2014 13:25:17 +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 39BB5EE9; Fri, 12 Sep 2014 13:25:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8CDPHAw041176; Fri, 12 Sep 2014 13:25:17 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8CDPHvW041175; Fri, 12 Sep 2014 13:25:17 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201409121325.s8CDPHvW041175@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Fri, 12 Sep 2014 13:25:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368025 - head/print/cups-filters X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2014 13:25:17 -0000 Author: kmoore Date: Fri Sep 12 13:25:16 2014 New Revision: 368025 URL: http://svnweb.freebsd.org/changeset/ports/368025 QAT: https://qat.redports.org/buildarchive/r368025/ Log: - cups-filters requires pdftops during build / runtime to support Brother, Minolta, and Konica Minolta and possible others. - Bump PORTREV Approved by: Maintainer Modified: head/print/cups-filters/Makefile Modified: head/print/cups-filters/Makefile ============================================================================== --- head/print/cups-filters/Makefile Fri Sep 12 13:20:10 2014 (r368024) +++ head/print/cups-filters/Makefile Fri Sep 12 13:25:16 2014 (r368025) @@ -2,13 +2,15 @@ PORTNAME= cups-filters PORTVERSION= 1.0.57 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/cups-filters/ MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Backends, filters and other software (was part of the core CUPS) +BUILD_DEPENDS= pdftops:${PORTSDIR}/graphics/poppler-utils +RUN_DEPENDS= pdftops:${PORTSDIR}/graphics/poppler-utils LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libtiff.so:${PORTSDIR}/graphics/tiff \ libpng15.so:${PORTSDIR}/graphics/png \