Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Oct 2014 23:59:48 +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: r370023 - head/graphics/py-gchartwrapper
Message-ID:  <201410042359.s94Nxm5A007288@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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