diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-07-28 15:10:38 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-07-28 15:10:38 +0000 |
commit | 1a99c9e2ff023545d2515a351042bdcdcd7dd74d (patch) | |
tree | 6d6bd7e973964101049cd5db01cf76a79d1c9171 /games/xmoto | |
parent | e48050b4a88acf0e5b326d8248a1e858c0ed76da (diff) | |
download | ports-1a99c9e2ff023545d2515a351042bdcdcd7dd74d.tar.gz ports-1a99c9e2ff023545d2515a351042bdcdcd7dd74d.zip |
Notes
Diffstat (limited to 'games/xmoto')
-rw-r--r-- | games/xmoto/Makefile | 2 | ||||
-rw-r--r-- | games/xmoto/distinfo | 6 | ||||
-rw-r--r-- | games/xmoto/files/patch-src-VCommon.h | 8 | ||||
-rw-r--r-- | games/xmoto/pkg-plist | 3 |
4 files changed, 9 insertions, 10 deletions
diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile index 9d38708b1525..e83a7902b6cb 100644 --- a/games/xmoto/Makefile +++ b/games/xmoto/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xmoto -PORTVERSION= 0.1.16 +PORTVERSION= 0.2.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/games/xmoto/distinfo b/games/xmoto/distinfo index 467f4ee4fa2b..cb4b0a81e566 100644 --- a/games/xmoto/distinfo +++ b/games/xmoto/distinfo @@ -1,3 +1,3 @@ -MD5 (xmoto-0.1.16-src.tar.gz) = 7669840af24aae6d5ae65b4171ba195d -SHA256 (xmoto-0.1.16-src.tar.gz) = b13731fb4760dbaf025929f194a44c5a62c95c39d730c43007b2515bda34f9b4 -SIZE (xmoto-0.1.16-src.tar.gz) = 3304147 +MD5 (xmoto-0.2.0-src.tar.gz) = 0404467792034dd221b92303f2750ac7 +SHA256 (xmoto-0.2.0-src.tar.gz) = ee742446d0e37ca59d8157f857874b97b59fe23115001223fa56e7ee529754f9 +SIZE (xmoto-0.2.0-src.tar.gz) = 5607598 diff --git a/games/xmoto/files/patch-src-VCommon.h b/games/xmoto/files/patch-src-VCommon.h index 867637048475..047bcfd38d27 100644 --- a/games/xmoto/files/patch-src-VCommon.h +++ b/games/xmoto/files/patch-src-VCommon.h @@ -1,9 +1,9 @@ ---- src/VCommon.h.orig Sun Dec 4 01:53:03 2005 -+++ src/VCommon.h Sun Dec 4 01:53:35 2005 -@@ -69,8 +69,7 @@ - +--- src/VCommon.h.orig Thu Jul 20 21:51:42 2006 ++++ src/VCommon.h Fri Jul 28 15:59:16 2006 +@@ -62,8 +62,7 @@ #include <string> #include <vector> + #include <queue> -#include <ostream> -#include <istream> +#include <iostream> diff --git a/games/xmoto/pkg-plist b/games/xmoto/pkg-plist index 3a5274b81807..2c4e2139d691 100644 --- a/games/xmoto/pkg-plist +++ b/games/xmoto/pkg-plist @@ -1,8 +1,7 @@ bin/xmoto bin/xmoto-edit -%%DATADIR%%/anims.dat -%%DATADIR%%/sprites.dat %%DATADIR%%/editor.dat %%DATADIR%%/fonts.dat %%DATADIR%%/xmoto.bin +%%DATADIR%%/xmoto.ogg @dirrm %%DATADIR%% |