Date: Sat, 4 Oct 2014 23:52:13 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> 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 Message-ID: <201410042352.s94NqDqZ006053@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410042352.s94NqDqZ006053>