From owner-svn-ports-head@FreeBSD.ORG Sun Oct 12 15:35:20 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 269C3BCA; Sun, 12 Oct 2014 15:35:20 +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 132865F3; Sun, 12 Oct 2014 15:35:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9CFZJqc014941; Sun, 12 Oct 2014 15:35:19 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9CFZJdC014940; Sun, 12 Oct 2014 15:35:19 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410121535.s9CFZJdC014940@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Sun, 12 Oct 2014 15:35:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370724 - head/print/hplip 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-1 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: Sun, 12 Oct 2014 15:35:20 -0000 Author: wg Date: Sun Oct 12 15:35:19 2014 New Revision: 370724 URL: https://svnweb.freebsd.org/changeset/ports/370724 QAT: https://qat.redports.org/buildarchive/r370724/ Log: print/hplip: switch from py-imaging to py-pillow - USES python With hat: python Approved by: portmgr (bdrewery, implicit) Modified: head/print/hplip/Makefile Modified: head/print/hplip/Makefile ============================================================================== --- head/print/hplip/Makefile Sun Oct 12 15:33:48 2014 (r370723) +++ head/print/hplip/Makefile Sun Oct 12 15:35:19 2014 (r370724) @@ -3,7 +3,7 @@ PORTNAME= hplip PORTVERSION= 3.14.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= SF @@ -23,9 +23,8 @@ RUN_DEPENDS= espgs:${PORTSDIR}/print/cup CONFLICTS_INSTALL= hpijs-[0-9]* INSTALL_TARGET= install-strip -USES= dos2unix libtool pkgconfig shebangfix +USES= dos2unix libtool pkgconfig python shebangfix USE_GHOSTSCRIPT_RUN= yes -USE_PYTHON= yes USE_GNOME= pygobject USE_LDCONFIG= yes @@ -98,7 +97,7 @@ SNMP_CONFIGURE_ENABLE= network-build SCAN_DESC= Scanning support SCAN_LIB_DEPENDS= libsane.so:${PORTSDIR}/graphics/sane-backends -SCAN_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging +SCAN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow SCAN_CONFIGURE_ENABLE= scan-build XSANE_DESC= Install XSane for scanning (requires SCAN)