diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2008-10-10 09:11:19 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2008-10-10 09:11:19 +0000 |
commit | 22e2f9aad17f0138d5f0b544bb56e53a7fb6f3c5 (patch) | |
tree | fc5ac7f2205bc5754699222f11bf2fd791c5bace /www | |
parent | 42320668d83d6555dcd11d8ba9a4590f1dbc53ec (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/google-appengine/Makefile | 7 | ||||
-rw-r--r-- | www/google-appengine/distinfo | 12 | ||||
-rw-r--r-- | www/google-appengine/pkg-plist | 6 |
3 files changed, 16 insertions, 9 deletions
diff --git a/www/google-appengine/Makefile b/www/google-appengine/Makefile index 56158b307d07..14c5ce1887cf 100644 --- a/www/google-appengine/Makefile +++ b/www/google-appengine/Makefile @@ -6,14 +6,14 @@ # PORTNAME= google-appengine -PORTVERSION= 1.1.4 +PORTVERSION= 1.1.5 #PORTREVISION= 0 #PORTEPOCH= 0 CATEGORIES= www devel python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTFILES= ${PORTNAME:S|-|_|}_${PORTVERSION}.zip .if !defined(NOPORTDOCS) -DISTFILES+= ${PORTNAME}-docs-20080816.zip +DISTFILES+= ${PORTNAME}-docs-${GAEDOCSREL}.zip .endif MAINTAINER= nivit@FreeBSD.org @@ -39,6 +39,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= 20081003 post-patch: @${FIND} ${FIND_FILES} | ${XARGS} ${XARGS_ARGS} ${REINPLACE_CMD} @@ -53,7 +54,7 @@ do-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/LICENSE ${WRKSRC}/README ${DOCSDIR} - cd ${WRKDIR}/google-appengine-docs-20080816 && ${COPYTREE_SHARE} . ${DOCSDIR} + cd ${WRKDIR}/google-appengine-docs-${GAEDOCSREL} && ${COPYTREE_SHARE} . ${DOCSDIR} .endif ${INSTALL_SCRIPT} ${WRKSRC}/dev_appserver.py ${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/appcfg.py ${DATADIR} diff --git a/www/google-appengine/distinfo b/www/google-appengine/distinfo index d4bd3f842d8e..c772fc515a6d 100644 --- a/www/google-appengine/distinfo +++ b/www/google-appengine/distinfo @@ -1,6 +1,6 @@ -MD5 (google_appengine_1.1.4.zip) = b13fc7b96ce13bc7e9753cacc1bbc936 -SHA256 (google_appengine_1.1.4.zip) = 685a523e9fc4fb552f1c6c875aaf2290ad9abb6176bc4eb9df2dfe3a62395097 -SIZE (google_appengine_1.1.4.zip) = 2725494 -MD5 (google-appengine-docs-20080816.zip) = 949e18874344fb07348850029338285e -SHA256 (google-appengine-docs-20080816.zip) = 4624a15d35cc4bb892fa25ff2bbc7f7bbc2914902ed2fb5efd6447d666ac2764 -SIZE (google-appengine-docs-20080816.zip) = 1970905 +MD5 (google_appengine_1.1.5.zip) = 5f92d5476b38ee27336d37a86cc32414 +SHA256 (google_appengine_1.1.5.zip) = 7f7797d1dca0c47593b00106ff49919a370f55662c40f5f72e9110aec8534660 +SIZE (google_appengine_1.1.5.zip) = 2727325 +MD5 (google-appengine-docs-20081003.zip) = 4285bef20ad7a6cfe5215b32bd1eccca +SHA256 (google-appengine-docs-20081003.zip) = a079d15dca90b41520f7caf162e35ed846b77d9da528d0865a81836b773ee822 +SIZE (google-appengine-docs-20081003.zip) = 2031495 diff --git a/www/google-appengine/pkg-plist b/www/google-appengine/pkg-plist index 29c9f59e3bcb..8c7cb1e7e705 100644 --- a/www/google-appengine/pkg-plist +++ b/www/google-appengine/pkg-plist @@ -6,12 +6,14 @@ bin/dev_appserver.py %%PORTDOCS%%%%DOCSDIR%%/appengine/articles/add_domain.png %%PORTDOCS%%%%DOCSDIR%%/appengine/articles/add_to_domain.png %%PORTDOCS%%%%DOCSDIR%%/appengine/articles/appengine_helper_for_django.html +%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/auth.html %%PORTDOCS%%%%DOCSDIR%%/appengine/articles/bulkload.html %%PORTDOCS%%%%DOCSDIR%%/appengine/articles/cf1-text.html %%PORTDOCS%%%%DOCSDIR%%/appengine/articles/create1.png %%PORTDOCS%%%%DOCSDIR%%/appengine/articles/create_restricted.png %%PORTDOCS%%%%DOCSDIR%%/appengine/articles/dbg.png %%PORTDOCS%%%%DOCSDIR%%/appengine/articles/django.html +%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/django10_zipimport.html %%PORTDOCS%%%%DOCSDIR%%/appengine/articles/djangoforms.html %%PORTDOCS%%%%DOCSDIR%%/appengine/articles/domains.html %%PORTDOCS%%%%DOCSDIR%%/appengine/articles/eclipse.html @@ -26,6 +28,8 @@ bin/dev_appserver.py %%PORTDOCS%%%%DOCSDIR%%/appengine/articles/eclipse_img/python_run_helloworld.png %%PORTDOCS%%%%DOCSDIR%%/appengine/articles/eclipse_img/pythonpath.png %%PORTDOCS%%%%DOCSDIR%%/appengine/articles/expand.png +%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/extending_models.html +%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/extending_models/date.png %%PORTDOCS%%%%DOCSDIR%%/appengine/articles/filter.jpg %%PORTDOCS%%%%DOCSDIR%%/appengine/articles/filter_time.jpg %%PORTDOCS%%%%DOCSDIR%%/appengine/articles/gdata.html @@ -34,6 +38,7 @@ bin/dev_appserver.py %%PORTDOCS%%%%DOCSDIR%%/appengine/articles/logging.html %%PORTDOCS%%%%DOCSDIR%%/appengine/articles/logs_admin.png %%PORTDOCS%%%%DOCSDIR%%/appengine/articles/modeling.html +%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/pure_django.html %%PORTDOCS%%%%DOCSDIR%%/appengine/articles/quotas.html %%PORTDOCS%%%%DOCSDIR%%/appengine/articles/rietveld.html %%PORTDOCS%%%%DOCSDIR%%/appengine/articles/rpc.html @@ -1421,6 +1426,7 @@ bin/dev_appserver.py %%PORTDOCS%%@dirrm %%DOCSDIR%%/appengine/docs/datastore %%PORTDOCS%%@dirrm %%DOCSDIR%%/appengine/docs %%PORTDOCS%%@dirrm %%DOCSDIR%%/appengine/css +%%PORTDOCS%%@dirrm %%DOCSDIR%%/appengine/articles/extending_models %%PORTDOCS%%@dirrm %%DOCSDIR%%/appengine/articles/eclipse_img %%PORTDOCS%%@dirrm %%DOCSDIR%%/appengine/articles %%PORTDOCS%%@dirrm %%DOCSDIR%%/appengine |