svn commit: r370023 - head/graphics/py-gchartwrapper
William Grzybowski
wg at FreeBSD.org
Sun Oct 5 00:08:33 UTC 2014
Author: wg
Date: Sat Oct 4 23:59:47 2014
New Revision: 370023
URL: https://svnweb.freebsd.org/changeset/ports/370023
QAT: https://qat.redports.org/buildarchive/r370023/
Log:
graphics/py-gchartwrapper: switch from py-imaging to py-pillow
- USES python
With hat: python
Approved by: portmgr (bdrewery, implicit)
Modified:
head/graphics/py-gchartwrapper/Makefile
Modified: head/graphics/py-gchartwrapper/Makefile
==============================================================================
--- head/graphics/py-gchartwrapper/Makefile Sat Oct 4 23:59:40 2014 (r370022)
+++ head/graphics/py-gchartwrapper/Makefile Sat Oct 4 23:59:47 2014 (r370023)
@@ -3,7 +3,7 @@
PORTNAME= GChartWrapper
PORTVERSION= 0.9
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,12 +13,11 @@ COMMENT= Python Google Chart Wrapper
LICENSE= BSD3CLAUSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=1.1.6_2:${PORTSDIR}/graphics/py-imaging
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow
PROJECTHOST= google-chartwrapper
-PYDISTUTILS_AUTOPLIST= yes
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
+USES= python
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list