diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-02-13 11:23:06 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-02-13 11:23:06 +0000 |
commit | eee470795149de4197e84c9d23cf92fa0984d49f (patch) | |
tree | 22f59a5a8837c83150ed03605f8e59c7d911d1a7 | |
parent | www/gobuffalo: Update to 0.13.13 (diff) |
www/google-appengine: Update to 1.9.82
PR: 235280
Submitted by: Dmitri Goutnik <dg@syrec.org>
Approved by: nivit (maintainer's timeout; 14 days)
-rw-r--r-- | www/google-appengine/Makefile | 6 | ||||
-rw-r--r-- | www/google-appengine/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/google-appengine/Makefile b/www/google-appengine/Makefile index a7d5d75d65f7..c7a800befce6 100644 --- a/www/google-appengine/Makefile +++ b/www/google-appengine/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-appengine -DISTVERSION= 1.9.74 +DISTVERSION= 1.9.82 CATEGORIES= www devel python MASTER_SITES= https://storage.googleapis.com/appengine-sdks/featured/ DISTFILES= ${PORTNAME:S|-|_|}_${PORTVERSION}.zip @@ -42,8 +42,8 @@ GAESCRIPTS= _php_runtime.py _python_runtime.py api_server.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=56 +PHP_USES= mysql:server +PHP_VARS= gaedatadir+=php do-install: @${MKDIR} ${STAGEDIR}${DATADIR} diff --git a/www/google-appengine/distinfo b/www/google-appengine/distinfo index efac3e8dd7c0..69b337a99e8b 100644 --- a/www/google-appengine/distinfo +++ b/www/google-appengine/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1534495254 -SHA256 (google_appengine_1.9.74.zip) = 971e3397e313796cf0d802ea84689ae7c2607698a2fcd0b252787a27e6659212 -SIZE (google_appengine_1.9.74.zip) = 55732970 +TIMESTAMP = 1548678075 +SHA256 (google_appengine_1.9.82.zip) = c8a51cb86266068cc8ca23943a6894289b184c82bbac37dbf00c68a11fada8ef +SIZE (google_appengine_1.9.82.zip) = 55706844 |