diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2010-07-24 15:00:35 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2010-07-24 15:00:35 +0000 |
commit | a9a479c415d9824088d1f0264a4ac55e2ee83f3d (patch) | |
tree | 3d28f9ba7683f33b458de81f9a77680dbfc5c2bf /www/google-appengine/Makefile | |
parent | b5b0df1e18cced56d4380aca350baf3b02716a8a (diff) | |
download | ports-a9a479c415d9824088d1f0264a4ac55e2ee83f3d.tar.gz ports-a9a479c415d9824088d1f0264a4ac55e2ee83f3d.zip |
Notes
Diffstat (limited to 'www/google-appengine/Makefile')
-rw-r--r-- | www/google-appengine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/google-appengine/Makefile b/www/google-appengine/Makefile index ad19f2a35c97..5e15e9f8f774 100644 --- a/www/google-appengine/Makefile +++ b/www/google-appengine/Makefile @@ -6,7 +6,7 @@ # PORTNAME= google-appengine -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.5 PORTREVISION= 0 CATEGORIES= www devel python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -40,7 +40,7 @@ XARGS_ARGS= -0 REINPLACE_ARGS= -i.bak -e 's,/usr/bin/env python,&${PYTHON_VER},' GAEDATADIR= google lib new_project_template templates tools -GAEDOCSREL= 20091215 +GAEDOCSREL= 20100630 GAESCRIPTS= appcfg.py bulkload_client.py bulkloader.py dev_appserver.py remote_api_shell.py post-patch: |