diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2010-02-17 16:30:45 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2010-02-17 16:30:45 +0000 |
commit | 8289e6d75c1b7a76c6e9801ee00454af89dc8d51 (patch) | |
tree | d6b66c7737870542527a1e7a0de1e55da1ff0784 /www/google-appengine/Makefile | |
parent | e2d723a2d03d46c5c29301757f516dc25934c8b7 (diff) | |
download | ports-8289e6d75c1b7a76c6e9801ee00454af89dc8d51.tar.gz ports-8289e6d75c1b7a76c6e9801ee00454af89dc8d51.zip |
Notes
Diffstat (limited to 'www/google-appengine/Makefile')
-rw-r--r-- | www/google-appengine/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/google-appengine/Makefile b/www/google-appengine/Makefile index 55b0daa74048..4994c1335067 100644 --- a/www/google-appengine/Makefile +++ b/www/google-appengine/Makefile @@ -6,8 +6,8 @@ # PORTNAME= google-appengine -PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTVERSION= 1.3.1 +PORTREVISION= 0 CATEGORIES= www devel python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTFILES= ${PORTNAME:S|-|_|}_${PORTVERSION}.zip @@ -41,7 +41,7 @@ REINPLACE_ARGS= -i.bak -e 's,/usr/bin/env python,&${PYTHON_VER},' GAEDATADIR= google lib new_project_template templates tools GAEDOCSREL= 20090921 -GAESCRIPTS= appcfg.py bulkload_client.py bulkloader.py dev_appserver.py +GAESCRIPTS= appcfg.py bulkload_client.py bulkloader.py dev_appserver.py remote_api_shell.py post-patch: @${FIND} ${FIND_FILES} | ${XARGS} ${XARGS_ARGS} ${REINPLACE_CMD} |