aboutsummaryrefslogtreecommitdiff
path: root/www/google-appengine
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2015-02-20 17:11:58 +0000
committerNicola Vitale <nivit@FreeBSD.org>2015-02-20 17:11:58 +0000
commitcc33b4c3c2bd1752ff89ef15f97ee15ec5548651 (patch)
treeb2efb992c98c417ee60a84f5d86ae6a86029f6f4 /www/google-appengine
parentef4e1d3389e65a61a03043f0793b348da93901f6 (diff)
downloadports-cc33b4c3c2bd1752ff89ef15f97ee15ec5548651.tar.gz
ports-cc33b4c3c2bd1752ff89ef15f97ee15ec5548651.zip
- Update to 1.9.17
Notes
Notes: svn path=/head/; revision=379451
Diffstat (limited to 'www/google-appengine')
-rw-r--r--www/google-appengine/Makefile21
-rw-r--r--www/google-appengine/distinfo4
2 files changed, 12 insertions, 13 deletions
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 <bsd.port.options.mk>
@@ -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