summaryrefslogtreecommitdiff
path: root/games/vdrift
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-03-26 02:24:19 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-03-26 02:24:19 +0000
commitedc400848811714bfe1ad492e1d0c75653831222 (patch)
treec3dc6ef48e0ec95045c302351285291ee731d0d3 /games/vdrift
parentupdate to 0.7.0 (diff)
- Update to 20070323
- See the changelog at: http://vdrift.net/article.php/20070323-release-src-autopackage
Notes
Notes: svn path=/head/; revision=188353
Diffstat (limited to 'games/vdrift')
-rw-r--r--games/vdrift/Makefile10
-rw-r--r--games/vdrift/distinfo6
-rw-r--r--games/vdrift/files/patch-SConscript13
-rw-r--r--games/vdrift/files/pkg-message.in2
4 files changed, 8 insertions, 23 deletions
diff --git a/games/vdrift/Makefile b/games/vdrift/Makefile
index 5d6497253e02..be8e43c88b6c 100644
--- a/games/vdrift/Makefile
+++ b/games/vdrift/Makefile
@@ -6,12 +6,11 @@
#
PORTNAME= vdrift
-PORTVERSION= 20061006
-PORTREVISION= 2
+PORTVERSION= 20070323
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}-2006-10-06-src
+DISTNAME= ${PORTNAME}-2007-03-23-src
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= acm@FreeBSD.org
@@ -31,6 +30,7 @@ SCONS_ARGS= prefix=${PREFIX} \
datadir=share/${PORTNAME} \
bindir=bin \
use_binreloc=0
+WRKSRC= ${WRKDIR}/build/${DISTNAME}
SUB_FILES= pkg-message
@@ -53,10 +53,6 @@ FLAG_NLS= true
PLIST_SUB+= NLS="@comment "
.endif
-.if ${OSVERSION} < 500000
-BROKEN= does not compile
-.endif
-
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
diff --git a/games/vdrift/distinfo b/games/vdrift/distinfo
index 4bc489a2a629..94cf45eed31a 100644
--- a/games/vdrift/distinfo
+++ b/games/vdrift/distinfo
@@ -1,3 +1,3 @@
-MD5 (vdrift/vdrift-2006-10-06-src.tar.bz2) = bd3f20a889b879277b5f02f07a400af5
-SHA256 (vdrift/vdrift-2006-10-06-src.tar.bz2) = cacd03ec7c3ebb87e3c2cc028646b6e9d2c783d01a849a02fc2707987ffd250e
-SIZE (vdrift/vdrift-2006-10-06-src.tar.bz2) = 1072960
+MD5 (vdrift/vdrift-2007-03-23-src.tar.bz2) = efc5c3c409923382035738798a6392e8
+SHA256 (vdrift/vdrift-2007-03-23-src.tar.bz2) = ed2d7d80663781604f56e307f9a77c19f255110673ad57e3ba917ea6c93c802a
+SIZE (vdrift/vdrift-2007-03-23-src.tar.bz2) = 1232857
diff --git a/games/vdrift/files/patch-SConscript b/games/vdrift/files/patch-SConscript
deleted file mode 100644
index 0a0c02a24000..000000000000
--- a/games/vdrift/files/patch-SConscript
+++ /dev/null
@@ -1,13 +0,0 @@
---- SConstruct.orig Wed Oct 11 18:06:10 2006
-+++ SConstruct Wed Oct 11 18:06:21 2006
-@@ -325,8 +325,8 @@
- SConscript('po/SConscript')
-
- #if env['destdir'] != '':
--os.system('mkdir -p ' + env['data_directory'])
--os.system('mkdir -p ' + env['destdir'] + env['prefix'] + '/' + env['bindir'])
-+#os.system('mkdir -p ' + env['data_directory'])
-+#os.system('mkdir -p ' + env['destdir'] + env['prefix'] + '/' + env['bindir'])
-
- SConscript('docs/SConscript')
- SConscript('include/SConscript')
diff --git a/games/vdrift/files/pkg-message.in b/games/vdrift/files/pkg-message.in
index 881362adf5ae..70ce3f18cf4a 100644
--- a/games/vdrift/files/pkg-message.in
+++ b/games/vdrift/files/pkg-message.in
@@ -1,5 +1,7 @@
###############################################################################
+The vdrift game was installed
+
1) Set write permissions on ~/.vdrift/VDrift.config
2) Run vdrift -datadir %%DATADIR%%
3) Enjoy it ;)