diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2018-08-18 09:22:02 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2018-08-18 09:22:02 +0000 |
commit | 692de2f4b7f6ef238467cbc6a571aac75ace5ec5 (patch) | |
tree | b88310b4eb336380ce816e3ebdd5b3d849b6c661 /www/google-appengine | |
parent | f7738b13e34b923c25e3f38cba51b290f191dad7 (diff) |
Notes
Diffstat (limited to 'www/google-appengine')
-rw-r--r-- | www/google-appengine/Makefile | 7 | ||||
-rw-r--r-- | www/google-appengine/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/google-appengine/Makefile b/www/google-appengine/Makefile index 8f401a37708a..a7d5d75d65f7 100644 --- a/www/google-appengine/Makefile +++ b/www/google-appengine/Makefile @@ -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_VER}:databases/py-sqlite3@ 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.py \ 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} diff --git a/www/google-appengine/distinfo b/www/google-appengine/distinfo index 1141322daf30..efac3e8dd7c0 100644 --- a/www/google-appengine/distinfo +++ b/www/google-appengine/distinfo @@ -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 |