From 71837aca55f947cace114ec72c665b2fcb45cb2e Mon Sep 17 00:00:00 2001 From: William Grzybowski Date: Tue, 7 Oct 2014 11:49:53 +0000 Subject: [PATCH] www/google-appengine: switch from py-imaging to py-pillow - USES python With hat: python Approved by: portmgr (bdrewery, implicit) --- www/google-appengine/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/www/google-appengine/Makefile b/www/google-appengine/Makefile index 77cc694d92cf..7f3419fef171 100644 --- a/www/google-appengine/Makefile +++ b/www/google-appengine/Makefile @@ -3,7 +3,7 @@ PORTNAME= google-appengine PORTVERSION= 1.9.8 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= https://storage.googleapis.com/appengine-sdks/featured/ DISTFILES= ${PORTNAME:S|-|_|}_${PORTVERSION}.zip @@ -15,7 +15,7 @@ LICENSE= APACHE20 BSD3CLAUSE GPLv2 LGPL21 MIT MPL PSFL LICENSE_COMB= multi RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=${PYTHON_VER}:${PORTSDIR}/databases/py-sqlite3 \ - ${PYTHON_PKGNAMEPREFIX}imaging>=1.1.6_2:${PORTSDIR}/graphics/py-imaging \ + ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.6:${PORTSDIR}/security/py-pycrypto NO_BUILD= yes @@ -27,8 +27,7 @@ PORTDATA= * PORTEXAMPLES= * PLIST_FILES= ${GAESCRIPTS:C,^| ,bin/&,g} -USE_PYTHON= 2 -USES= gettext shebangfix zip +USES= gettext python:2 shebangfix zip WRKSRC= ${WRKDIR}/${PORTNAME:S,-,_,}