mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 1.0.2
This commit is contained in:
parent
8b84dcc5ff
commit
f749ec1b05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213463
@ -6,14 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= google-appengine
|
||||
PORTVERSION= 1.0
|
||||
PORTVERSION= 1.0.2
|
||||
#PORTREVISION= 0
|
||||
#PORTEPOCH= 0
|
||||
CATEGORIES= www devel python
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
PROJECTHOST= googleappengine
|
||||
DISTNAME= ${PORTNAME:S|-|_|}
|
||||
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME:S|-|_|}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= Development tools for Google App Engine (SDK)
|
||||
@ -23,6 +22,8 @@ NO_BUILD= yes
|
||||
USE_PYTHON= 2.5+
|
||||
USE_ZIP= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME:S,-,_,}
|
||||
|
||||
FIND_FILES= ${WRKSRC} -type f -name "*.py" -print0
|
||||
FIND_FILES_BAK= ${WRKSRC} -type f -and \( -name "*.orig" -or -name "*.bak" \)
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (google-appengine/1.0/google_appengine.zip) = 98ba22886147e97669097bbcd9eed9d5
|
||||
SHA256 (google-appengine/1.0/google_appengine.zip) = 8c24b4240beb0c2ea9ddc62bb19ad883839e212c4f7b60ee3b23a7303b595168
|
||||
SIZE (google-appengine/1.0/google_appengine.zip) = 2666162
|
||||
MD5 (google_appengine_1.0.2.zip) = b07b0949bd9a9561a60cc5b34bb2bbf2
|
||||
SHA256 (google_appengine_1.0.2.zip) = ae8927ae7c86f334428f61ab04d512980e5d3492dc206e955f37b7c12a9b8dc7
|
||||
SIZE (google_appengine_1.0.2.zip) = 2668866
|
||||
|
@ -3,10 +3,10 @@ bin/appcfg.py
|
||||
bin/dev_appserver.py
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%DATADIR%%/VERSION
|
||||
%%DATADIR%%/appcfg.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/guestbook/app.yaml
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/guestbook/guestbook.py
|
||||
%%DATADIR%%/VERSION
|
||||
%%DATADIR%%/appcfg.py
|
||||
%%DATADIR%%/dev_appserver.py
|
||||
%%DATADIR%%/google/__init__.py
|
||||
%%DATADIR%%/google/appengine/__init__.py
|
||||
|
Loading…
Reference in New Issue
Block a user