Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2014 11:49:53 +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: r370299 - head/www/google-appengine
Message-ID:  <201410071149.s97BnrLq036061@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Tue Oct  7 11:49:53 2014
New Revision: 370299
URL: https://svnweb.freebsd.org/changeset/ports/370299
QAT: https://qat.redports.org/buildarchive/r370299/

Log:
  www/google-appengine: switch from py-imaging to py-pillow
  
  - USES python
  
  With hat:	python
  Approved by:	portmgr (bdrewery, implicit)

Modified:
  head/www/google-appengine/Makefile

Modified: head/www/google-appengine/Makefile
==============================================================================
--- head/www/google-appengine/Makefile	Tue Oct  7 11:42:25 2014	(r370298)
+++ head/www/google-appengine/Makefile	Tue Oct  7 11:49:53 2014	(r370299)
@@ -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 LGPL2
 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,-,_,}
 



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