From ea67b9da08e94711a2b658c865b1d21dcee73d93 Mon Sep 17 00:00:00 2001 From: William Grzybowski Date: Sat, 4 Oct 2014 17:34:54 +0000 Subject: [PATCH] devel/py-itools: switch from py-imaging to py-pillow With hat: python Approved by: portmgr (bdrewery, implicit) --- devel/py-itools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/py-itools/Makefile b/devel/py-itools/Makefile index d55ab6c59fb3..889d5f17257e 100644 --- a/devel/py-itools/Makefile +++ b/devel/py-itools/Makefile @@ -3,7 +3,7 @@ PORTNAME= itools PORTVERSION= 0.75.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${LOCALBASE}/include/poppler/goo/gtypes.h:${PORTSDIR}/graphics/poppler \ ${LOCALBASE}/include/git2.h:${PORTSDIR}/devel/libgit2 \ ${PYTHON_PKGNAMEPREFIX}reportlab2>=2.3:${PORTSDIR}/print/py-reportlab2 \ - ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \ + ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:${PORTSDIR}/math/py-matplotlib \ ${PYTHON_PKGNAMEPREFIX}gobject>=2.16.1:${PORTSDIR}/devel/py-gobject \ gettext:${PORTSDIR}/devel/gettext \