Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Oct 2014 17:34:54 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369985 - head/devel/py-itools
Message-ID:  <201410041734.s94HYsHW071994@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Sat Oct  4 17:34:54 2014
New Revision: 369985
URL: https://svnweb.freebsd.org/changeset/ports/369985
QAT: https://qat.redports.org/buildarchive/r369985/

Log:
  devel/py-itools: switch from py-imaging to py-pillow
  
  With hat:	python
  Approved by:	portmgr (bdrewery, implicit)

Modified:
  head/devel/py-itools/Makefile

Modified: head/devel/py-itools/Makefile
==============================================================================
--- head/devel/py-itools/Makefile	Sat Oct  4 17:31:26 2014	(r369984)
+++ head/devel/py-itools/Makefile	Sat Oct  4 17:34:54 2014	(r369985)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410041734.s94HYsHW071994>