From owner-svn-ports-head@FreeBSD.ORG Tue Oct 7 11:49:53 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D764BF99; Tue, 7 Oct 2014 11:49:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C429F1BD; Tue, 7 Oct 2014 11:49:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s97Bnr6V036062; Tue, 7 Oct 2014 11:49:53 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s97BnrLq036061; Tue, 7 Oct 2014 11:49:53 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410071149.s97BnrLq036061@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Tue, 7 Oct 2014 11:49:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370299 - head/www/google-appengine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 11:49:53 -0000 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,-,_,}