svn commit: r369985 - head/devel/py-itools
William Grzybowski
wg at FreeBSD.org
Sat Oct 4 17:34:55 UTC 2014
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 \
More information about the svn-ports-head
mailing list