svn commit: r437570 - head/www/google-appengine
Nicola Vitale
nivit at FreeBSD.org
Sun Apr 2 16:42:03 UTC 2017
Author: nivit
Date: Sun Apr 2 16:42:01 2017
New Revision: 437570
URL: https://svnweb.freebsd.org/changeset/ports/437570
Log:
- Update to 1.9.51
- Use options helpers
Release Notes: https://cloud.google.com/appengine/docs/standard/python/release-notes
Modified:
head/www/google-appengine/Makefile
head/www/google-appengine/distinfo
Modified: head/www/google-appengine/Makefile
==============================================================================
--- head/www/google-appengine/Makefile Sun Apr 2 16:37:07 2017 (r437569)
+++ head/www/google-appengine/Makefile Sun Apr 2 16:42:01 2017 (r437570)
@@ -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
+ gen_protorpc.py php_cli.py remote_api_shell.py \
+ run_tests.py wrapper_util.py
-.include <bsd.port.options.mk>
+MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.3:databases/py-MySQLdb
-.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
+PHP_USE= mysql=server
+PHP_VARS= gaedatadir+=php want_mysql_ver=55
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
Modified: head/www/google-appengine/distinfo
==============================================================================
--- head/www/google-appengine/distinfo Sun Apr 2 16:37:07 2017 (r437569)
+++ head/www/google-appengine/distinfo Sun Apr 2 16:42:01 2017 (r437570)
@@ -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
More information about the svn-ports-head
mailing list