svn commit: r370020 - in head/graphics: ocrfeeder py-sane

Antoine Brodin antoine at FreeBSD.org
Sat Oct 4 23:52:14 UTC 2014


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 at 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


More information about the svn-ports-all mailing list