New commits:
commit 7a968a2206e605adab8dbb683917be8b3df7f9d3
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>
games-simulation/torcs: updated to 1.3.1-test1, sedit -> sed -i in
PRE_BUILD
diff --git a/games-simulation/torcs/DETAILS b/games-simulation/torcs/DETAILS
index 415c349..7207c1c 100755
--- a/games-simulation/torcs/DETAILS
+++ b/games-simulation/torcs/DETAILS
@@ -1,11 +1,11 @@
SPELL=torcs
- VERSION=1.3.0
+ VERSION=1.3.1-test1
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION/c/}
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION/-test1/}
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
WEB_SITE=http://torcs.sourceforge.net/
#SOURCE_GPG="gurus.gpg:$SOURCE.sig"
-
SOURCE_HASH=sha512:9fb6914403d936f800fe7a3fe9e8bce3df43251510e8b162e6f85fb4421d0d43515d5ede5c2c6af126ae6e40a4c35af6e2d77fbd3d9b9daa3b9b194b4a17068c
+
SOURCE_HASH=sha512:c9ce69af603f0eb8abcc418f060cca09a959eaf34c465cdf980092e97021b655341d2e0b2053ef5c18166096d113772e1fe1bfac9c95f2f398c336a7aca84911
LICENSE[0]=GPL
ENTERED=20010926
SHORT="3D racing cars simulator using OpenGL"
diff --git a/games-simulation/torcs/HISTORY b/games-simulation/torcs/HISTORY
index a036a16..93c9ff7 100644
--- a/games-simulation/torcs/HISTORY
+++ b/games-simulation/torcs/HISTORY
@@ -1,3 +1,7 @@
+2008-12-13 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 1.3.1-test1, fixed SOURCE_DIRECTORY
+ * PRE_BUILD: sedit -> sed -i
+
2008-11-06 Pol Vinogradov <vin.public AT gmail.com>
* DEPENDS: got rid of xorg-modular grimoire legacy, added path to X11
libraries
* PRE_BUILD, torcs-1.3.0-gcc-4.3.0-fix.patch: added to compile with
gcc 4.3.x,
diff --git a/games-simulation/torcs/PRE_BUILD
b/games-simulation/torcs/PRE_BUILD
index b929736..40a83f2 100755
--- a/games-simulation/torcs/PRE_BUILD
+++ b/games-simulation/torcs/PRE_BUILD
@@ -2,9 +2,9 @@ default_pre_build &&
cd ${SOURCE_DIRECTORY} &&