diff options
author | acm <acm@FreeBSD.org> | 2007-03-26 02:24:19 +0000 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2007-03-26 02:24:19 +0000 |
commit | 171cdb6cd3a5f2bc04f9ae126a466b60de5d2b4d (patch) | |
tree | 6874ebc11b6198c900b92b440ab0b2fde188cc8b /games/vdrift | |
parent | 8ca1014ac3be874100328e8ca84934100d83b1fe (diff) | |
download | FreeBSD-ports-171cdb6cd3a5f2bc04f9ae126a466b60de5d2b4d.zip FreeBSD-ports-171cdb6cd3a5f2bc04f9ae126a466b60de5d2b4d.tar.gz |
- Update to 20070323
- See the changelog at:
http://vdrift.net/article.php/20070323-release-src-autopackage
Diffstat (limited to 'games/vdrift')
-rw-r--r-- | games/vdrift/Makefile | 10 | ||||
-rw-r--r-- | games/vdrift/distinfo | 6 | ||||
-rw-r--r-- | games/vdrift/files/patch-SConscript | 13 | ||||
-rw-r--r-- | games/vdrift/files/pkg-message.in | 2 |
4 files changed, 8 insertions, 23 deletions
diff --git a/games/vdrift/Makefile b/games/vdrift/Makefile index 5d64972..be8e43c 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 4bc489a..94cf45e 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 0a0c02a..0000000 --- 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 881362a..70ce3f1 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 ;) |