- Update to 1.9.17
This commit is contained in:
parent
ef4e1d3389
commit
cc33b4c3c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379451
2 changed files with 12 additions and 13 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue