diff options
author | edwin <edwin@FreeBSD.org> | 2003-06-08 14:41:29 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-06-08 14:41:29 +0800 |
commit | 05684a35da65dfaed5625d3637ad54701ce91f2b (patch) | |
tree | 5e547aaa9fb452ddf41c2d216785dede6a7d9c54 /games | |
parent | 957af01a90b554e45500425ed69aca10b291c334 (diff) | |
download | freebsd-ports-gnome-05684a35da65dfaed5625d3637ad54701ce91f2b.tar.gz freebsd-ports-gnome-05684a35da65dfaed5625d3637ad54701ce91f2b.tar.zst freebsd-ports-gnome-05684a35da65dfaed5625d3637ad54701ce91f2b.zip |
Upgrade to sopwith 1.7.0, released today.
Diffstat (limited to 'games')
-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 + |