From cc33b4c3c2bd1752ff89ef15f97ee15ec5548651 Mon Sep 17 00:00:00 2001 From: Nicola Vitale Date: Fri, 20 Feb 2015 17:11:58 +0000 Subject: - Update to 1.9.17 --- www/google-appengine/Makefile | 21 ++++++++++----------- www/google-appengine/distinfo | 4 ++-- 2 files changed, 12 insertions(+), 13 deletions(-) (limited to 'www/google-appengine') diff --git a/www/google-appengine/Makefile b/www/google-appengine/Makefile index 7f3419fef171..a423647c3ef1 100644 --- a/www/google-appengine/Makefile +++ b/www/google-appengine/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= google-appengine -PORTVERSION= 1.9.8 -PORTREVISION= 1 +PORTVERSION= 1.9.17 +PORTREVISION= 0 CATEGORIES= www devel python MASTER_SITES= https://storage.googleapis.com/appengine-sdks/featured/ DISTFILES= ${PORTNAME:S|-|_|}_${PORTVERSION}.zip @@ -37,7 +37,7 @@ GAEDATADIR= google lib new_project_template tools 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 google_sql.py old_dev_appserver.py php_cli.py \ + gen_protorpc.py google_sql.py php_cli.py \ remote_api_shell.py run_tests.py wrapper_util.py .include @@ -53,15 +53,14 @@ WANT_MYSQL_VER= 55 do-install: @${MKDIR} ${STAGEDIR}${DATADIR} -.for D in ${GAEDATADIR} - (cd ${WRKSRC} && ${COPYTREE_SHARE} ${D} ${STAGEDIR}${DATADIR}) -.endfor + (cd ${WRKSRC} && ${COPYTREE_SHARE} "${GAEDATADIR}" ${STAGEDIR}${DATADIR}) @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC} && ${COPYTREE_SHARE} demos ${STAGEDIR}${EXAMPLESDIR}) -.for S in ${GAESCRIPTS} - ${INSTALL_SCRIPT} ${WRKSRC}/${S} ${STAGEDIR}${DATADIR} - ${LN} ${LN_OPTS} ${DATADIR}/${S} ${STAGEDIR}${PREFIX}/bin/${S} -.endfor + (cd ${WRKSRC}/demos && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) + (cd ${STAGEDIR}${PREFIX}/bin && \ + for S in ${GAESCRIPTS}; do \ + ${INSTALL_SCRIPT} ${WRKSRC}/$${S} ${STAGEDIR}${DATADIR}; \ + ${LN} ${LN_OPTS} ../${DATADIR_REL}/$${S} $${S}; \ + done) ${INSTALL_DATA} ${WRKSRC}/VERSION ${STAGEDIR}${DATADIR} post-install: diff --git a/www/google-appengine/distinfo b/www/google-appengine/distinfo index 6a1617e7a074..8a224984b4c7 100644 --- a/www/google-appengine/distinfo +++ b/www/google-appengine/distinfo @@ -1,2 +1,2 @@ -SHA256 (google_appengine_1.9.8.zip) = c7d70d9a5a3ec54b45ed4bf431027a9c09c804285c50c0b1a95f9a0c0bbcd5ad -SIZE (google_appengine_1.9.8.zip) = 51745199 +SHA256 (google_appengine_1.9.17.zip) = e76511c536c66340473e3668741aeb49c4019295f5516ea5613c15415d74aa42 +SIZE (google_appengine_1.9.17.zip) = 51946140 -- cgit v1.2.3