diff options
author | nivit <nivit@FreeBSD.org> | 2017-04-03 00:42:01 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2017-04-03 00:42:01 +0800 |
commit | 4265b72b54131c0fe4beb519d912f64834ec758a (patch) | |
tree | 782db4cc0afcd5dcb7284541c0e98a5b1eb9fe21 /www/google-appengine | |
parent | e50ca0f897081e7eacd61bf8dd676f9d5c1eca41 (diff) | |
download | freebsd-ports-gnome-4265b72b54131c0fe4beb519d912f64834ec758a.tar.gz freebsd-ports-gnome-4265b72b54131c0fe4beb519d912f64834ec758a.tar.zst freebsd-ports-gnome-4265b72b54131c0fe4beb519d912f64834ec758a.zip |
- Update to 1.9.51
- Use options helpers
Release Notes: https://cloud.google.com/appengine/docs/standard/python/release-notes
Diffstat (limited to 'www/google-appengine')
-rw-r--r-- | www/google-appengine/Makefile | 24 | ||||
-rw-r--r-- | www/google-appengine/distinfo | 5 |
2 files changed, 12 insertions, 17 deletions
diff --git a/www/google-appengine/Makefile b/www/google-appengine/Makefile index c3996cdcbe6f..b1a64426e950 100644 --- a/www/google-appengine/Makefile +++ b/www/google-appengine/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-appengine -PORTVERSION= 1.9.17 +PORTVERSION= 1.9.51 PORTREVISION= 0 CATEGORIES= www devel python MASTER_SITES= https://storage.googleapis.com/appengine-sdks/featured/ @@ -34,22 +34,16 @@ WRKSRC= ${WRKDIR}/${PORTNAME:S,-,_,} LN_OPTS= -sf GAEDATADIR= google lib new_project_template tools -GAESCRIPTS= _php_runtime.py _python_runtime.py api_server.py appcfg.py \ +GAESCRIPTS= _php_runtime.py _python_runtime.py appcfg.py \ backends_conversion.py bulkload_client.py bulkloader.py \ dev_appserver.py download_appstats.py endpointscfg.py \ - gen_protorpc.py google_sql.py php_cli.py \ - remote_api_shell.py run_tests.py wrapper_util.py - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MMYSQL} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.3:databases/py-MySQLdb -.endif -.if ${PORT_OPTIONS:MPHP} -GAEDATADIR+= php -USE_MYSQL= server -WANT_MYSQL_VER= 55 -.endif + gen_protorpc.py php_cli.py remote_api_shell.py \ + run_tests.py wrapper_util.py + +MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.3:databases/py-MySQLdb + +PHP_USE= mysql=server +PHP_VARS= gaedatadir+=php want_mysql_ver=55 do-install: @${MKDIR} ${STAGEDIR}${DATADIR} diff --git a/www/google-appengine/distinfo b/www/google-appengine/distinfo index 8a224984b4c7..bd3efb9784c5 100644 --- a/www/google-appengine/distinfo +++ b/www/google-appengine/distinfo @@ -1,2 +1,3 @@ -SHA256 (google_appengine_1.9.17.zip) = e76511c536c66340473e3668741aeb49c4019295f5516ea5613c15415d74aa42 -SIZE (google_appengine_1.9.17.zip) = 51946140 +TIMESTAMP = 1491137478 +SHA256 (google_appengine_1.9.51.zip) = 91f011639919ed37f25e5d6f61f9797ccfea1e8753834d77612dd365d80ee914 +SIZE (google_appengine_1.9.51.zip) = 46135398 |