From owner-svn-ports-head@FreeBSD.ORG Sat Oct 4 23:52:13 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E0B93C48; Sat, 4 Oct 2014 23:52:13 +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 B3C4B2BB; Sat, 4 Oct 2014 23:52:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s94NqDn6006055; Sat, 4 Oct 2014 23:52:13 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94NqDqZ006053; Sat, 4 Oct 2014 23:52:13 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410042352.s94NqDqZ006053@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 4 Oct 2014 23:52:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370020 - in head/graphics: ocrfeeder py-sane 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: Sat, 04 Oct 2014 23:52:14 -0000 Author: antoine Date: Sat Oct 4 23:52:12 2014 New Revision: 370020 URL: https://svnweb.freebsd.org/changeset/ports/370020 QAT: https://qat.redports.org/buildarchive/r370020/ Log: Unbreak ocrfeeder, it depended on both py-imaging (via self+py-sane) and py-pillow (via py-reportlab2) Modified: head/graphics/ocrfeeder/Makefile head/graphics/py-sane/Makefile Modified: head/graphics/ocrfeeder/Makefile ============================================================================== --- head/graphics/ocrfeeder/Makefile Sat Oct 4 23:51:21 2014 (r370019) +++ head/graphics/ocrfeeder/Makefile Sat Oct 4 23:52:12 2014 (r370020) @@ -3,7 +3,7 @@ PORTNAME= ocrfeeder PORTVERSION= 0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= GNOME @@ -13,7 +13,7 @@ COMMENT= Document layout analysis and op LICENSE= GPLv3 BUILD_DEPENDS= goocanvas2>0:${PORTSDIR}/graphics/goocanvas2 \ - ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \ + ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}sane>0:${PORTSDIR}/graphics/py-sane \ ${PYTHON_PKGNAMEPREFIX}reportlab2>0:${PORTSDIR}/print/py-reportlab2 \ ${PYTHON_PKGNAMEPREFIX}enchant>0:${PORTSDIR}/textproc/py-enchant Modified: head/graphics/py-sane/Makefile ============================================================================== --- head/graphics/py-sane/Makefile Sat Oct 4 23:51:21 2014 (r370019) +++ head/graphics/py-sane/Makefile Sat Oct 4 23:52:12 2014 (r370020) @@ -3,6 +3,7 @@ PORTNAME= sane PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= http://effbot.org/media/downloads/ \ http://www.pythonware.net/storage/ @@ -13,7 +14,7 @@ MAINTAINER= buganini@gmail.com COMMENT= Python bindings for Sane LIB_DEPENDS= libsane.so:${PORTSDIR}/graphics/sane-backends -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=1.1.7:${PORTSDIR}/graphics/py-imaging +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow DIST_SUBDIR= python USE_PYTHON= yes