Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Aug 2018 09:22:02 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477489 - head/www/google-appengine
Message-ID:  <201808180922.w7I9M2xc045363@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nivit
Date: Sat Aug 18 09:22:02 2018
New Revision: 477489
URL: https://svnweb.freebsd.org/changeset/ports/477489

Log:
  - Update to 1.9.74
  - Update MySQL version to the current default
  - Add NO_ARCH=yes
  
  Changes:	https://cloud.google.com/appengine/docs/standard/python/release-notes
  PR:		230192
  Submitted by:	Dmitri Goutnik <dg@syrec.org>

Modified:
  head/www/google-appengine/Makefile
  head/www/google-appengine/distinfo

Modified: head/www/google-appengine/Makefile
==============================================================================
--- head/www/google-appengine/Makefile	Sat Aug 18 09:08:06 2018	(r477488)
+++ head/www/google-appengine/Makefile	Sat Aug 18 09:22:02 2018	(r477489)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	google-appengine
-DISTVERSION=	1.9.66
+DISTVERSION=	1.9.74
 CATEGORIES=	www devel python
 MASTER_SITES=	https://storage.googleapis.com/appengine-sdks/featured/
 DISTFILES=	${PORTNAME:S|-|_|}_${PORTVERSION}.zip
@@ -20,6 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>=${PYTHON_
 WRKSRC=	${WRKDIR}/${PORTNAME:S,-,_,}
 
 USES=		gettext python:2.7 shebangfix zip
+NO_ARCH=	yes
 NO_BUILD=	yes
 SHEBANG_FILES=	${GAESCRIPTS}
 
@@ -33,7 +34,7 @@ PLIST_FILES=	${GAESCRIPTS:C,^| ,bin/&,g}
 LN_OPTS=	-sf
 
 GAEDATADIR=	google lib new_project_template tools
-GAESCRIPTS=	_php_runtime.py _python_runtime.py appcfg.py \
+GAESCRIPTS=	_php_runtime.py _python_runtime.py api_server.py appcfg.py \
 		backends_conversion.py bulkload_client.py bulkloader.py \
 		dev_appserver.py download_appstats.py endpointscfg.py \
 		gen_protorpc.py php_cli.py remote_api_shell.py \
@@ -42,7 +43,7 @@ GAESCRIPTS=	_php_runtime.py _python_runtime.py appcfg.
 MYSQL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.3:databases/py-MySQLdb@${PY_FLAVOR}
 
 PHP_USE=	mysql=server
-PHP_VARS=	gaedatadir+=php want_mysql_ver=55
+PHP_VARS=	gaedatadir+=php want_mysql_ver=56
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${DATADIR}

Modified: head/www/google-appengine/distinfo
==============================================================================
--- head/www/google-appengine/distinfo	Sat Aug 18 09:08:06 2018	(r477488)
+++ head/www/google-appengine/distinfo	Sat Aug 18 09:22:02 2018	(r477489)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1518375886
-SHA256 (google_appengine_1.9.66.zip) = 2cc738a377686ad60b11aea110db5832e9089f7be8fb12a6e98136eeb6c528ba
-SIZE (google_appengine_1.9.66.zip) = 54071053
+TIMESTAMP = 1534495254
+SHA256 (google_appengine_1.9.74.zip) = 971e3397e313796cf0d802ea84689ae7c2607698a2fcd0b252787a27e6659212
+SIZE (google_appengine_1.9.74.zip) = 55732970



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