development/trac: Updated for version 1.0.1.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
James Geboski 2013-02-13 18:40:53 -05:00 committed by dsomero
parent adee97d9f9
commit db31daca3c
3 changed files with 13 additions and 13 deletions

View File

@ -7,14 +7,14 @@
|-----handy-ruler------------------------------------------------------|
trac: trac (enhanced wiki and issue tracking system)
trac:
trac: Trac is an enhanced wiki and issue tracking system for software
trac: development projects. Trac uses a minimalistic approach to
trac: web-based software project management. Our mission is to help
trac: developers write great software while staying out of the way.
trac: Trac should impose as little as possible on a team's established
trac:
trac: Trac is an enhanced wiki and issue tracking system for software
trac: development projects. Trac uses a minimalistic approach to
trac: web-based software project management. Our mission is to help
trac: developers write great software while staying out of the way.
trac: Trac should impose as little as possible on a team's established
trac: development process and policies.
trac:
trac:
trac: Website: http://trac.edgewall.org/
trac:
trac:

View File

@ -6,7 +6,7 @@
PRGNAM="trac"
SRCNAM="Trac"
VERSION=${VERSION:-1.0}
VERSION=${VERSION:-1.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="trac"
VERSION="1.0"
VERSION="1.0.1"
HOMEPAGE="http://trac.edgewall.com/"
DOWNLOAD="http://download.edgewall.org/trac/Trac-1.0.tar.gz"
MD5SUM="e07f052ec91efc1733cb9d49743ecb32"
DOWNLOAD="http://download.edgewall.org/trac/Trac-1.0.1.tar.gz"
MD5SUM="c869fa40e29fa4597e2c9c960de9f2f3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="MySQL-python genshi"
REQUIRES="distribute MySQL-python genshi"
MAINTAINER="James Geboski"
EMAIL="jgeboski@gmail.com"