diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-06-08 06:41:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-06-08 06:41:29 +0000 |
commit | 4b35f5ba84c6f25c1d44c6938b8e55ef2099dffd (patch) | |
tree | bf5063c571a00e04ef375df1c366ef5cbba5988f /games/sopwith | |
parent | f7548f0efd572562dd03cdc97c86f14393ff1751 (diff) | |
download | ports-4b35f5ba84c6f25c1d44c6938b8e55ef2099dffd.tar.gz ports-4b35f5ba84c6f25c1d44c6938b8e55ef2099dffd.zip |
Notes
Diffstat (limited to 'games/sopwith')
-rw-r--r-- | games/sopwith/Makefile | 2 | ||||
-rw-r--r-- | games/sopwith/distinfo | 2 | ||||
-rw-r--r-- | games/sopwith/files/patch-src::swinit.c | 18 |
3 files changed, 20 insertions, 2 deletions
diff --git a/games/sopwith/Makefile b/games/sopwith/Makefile index aa27bbc333ee..c9a1ccb095f6 100644 --- a/games/sopwith/Makefile +++ b/games/sopwith/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sopwith -PORTVERSION= 1.6.0 +PORTVERSION= 1.7.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sdl-sopwith diff --git a/games/sopwith/distinfo b/games/sopwith/distinfo index d2b936d3c56e..f6a38db1ef65 100644 --- a/games/sopwith/distinfo +++ b/games/sopwith/distinfo @@ -1 +1 @@ -MD5 (sdl_sopwith-1.6.0.tar.gz) = 5b4203944cd3284f87e591874bfd69a3 +MD5 (sdl_sopwith-1.7.0.tar.gz) = 8519ac7356f1214dc39996fb9b993af8 diff --git a/games/sopwith/files/patch-src::swinit.c b/games/sopwith/files/patch-src::swinit.c new file mode 100644 index 000000000000..cf90d0ff626a --- /dev/null +++ b/games/sopwith/files/patch-src::swinit.c @@ -0,0 +1,18 @@ +--- src/swinit.c.orig Sun Jun 8 16:35:49 2003 ++++ src/swinit.c Sun Jun 8 16:36:01 2003 +@@ -1064,6 +1064,7 @@ + BOOL k = FALSE; + int modeset = 0, keyset; + char *device = "\0 "; ++ int i; + + // store global argc/argv + +@@ -1096,7 +1097,6 @@ + } + #endif + +- int i; + + // sdh 29/10/2001: load config from configuration file + |