aboutsummaryrefslogtreecommitdiff
path: root/games/sopwith
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2010-06-03 22:15:12 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2010-06-03 22:15:12 +0000
commit479811429a00595818254f7be4c02c3a3e52e164 (patch)
tree8cd16c83873ea71316eb7f0c14663e3341eb4817 /games/sopwith
parentad6d276095a734a176ee5c1ab74edf206fd1d4e8 (diff)
downloadports-479811429a00595818254f7be4c02c3a3e52e164.tar.gz
ports-479811429a00595818254f7be4c02c3a3e52e164.zip
Update to 1.7.2
Notes
Notes: svn path=/head/; revision=255679
Diffstat (limited to 'games/sopwith')
-rw-r--r--games/sopwith/Makefile4
-rw-r--r--games/sopwith/distinfo6
-rw-r--r--games/sopwith/files/patch-src_swmain.h10
-rw-r--r--games/sopwith/files/patch-src_swtitle.h10
4 files changed, 4 insertions, 26 deletions
diff --git a/games/sopwith/Makefile b/games/sopwith/Makefile
index e8d9aa529e86..d5a25d628ff6 100644
--- a/games/sopwith/Makefile
+++ b/games/sopwith/Makefile
@@ -6,11 +6,9 @@
#
PORTNAME= sopwith
-PORTVERSION= 1.7.1
-PORTREVISION= 14
+PORTVERSION= 1.7.2
CATEGORIES= games
MASTER_SITES= SF/sdl-${PORTNAME}/sdl_${PORTNAME}/${PORTVERSION}
-DISTNAME= sdl_${PORTNAME}-${PORTVERSION}
MAINTAINER= edwin@mavetju.org
COMMENT= A classic WW1 biplane game
diff --git a/games/sopwith/distinfo b/games/sopwith/distinfo
index 1bf3f735ba14..a7b2bde8b6a5 100644
--- a/games/sopwith/distinfo
+++ b/games/sopwith/distinfo
@@ -1,3 +1,3 @@
-MD5 (sdl_sopwith-1.7.1.tar.gz) = bc66c80c83b14d48b60ba263403dba9a
-SHA256 (sdl_sopwith-1.7.1.tar.gz) = b0beaa54d3a9e8c4f8e15d9ec5ca92e377859721d1db45be44f6aa03e2e06848
-SIZE (sdl_sopwith-1.7.1.tar.gz) = 176774
+MD5 (sopwith-1.7.2.tar.gz) = 2961c229d383ca3685d12d723db4c958
+SHA256 (sopwith-1.7.2.tar.gz) = 162ceda791f1bb119e92384548ca5ea0f996e702e7d1b6a5f14f33f83cc0b729
+SIZE (sopwith-1.7.2.tar.gz) = 178555
diff --git a/games/sopwith/files/patch-src_swmain.h b/games/sopwith/files/patch-src_swmain.h
deleted file mode 100644
index bda2a7c16e42..000000000000
--- a/games/sopwith/files/patch-src_swmain.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/swmain.h.orig 2007-10-02 19:16:44.000000000 +0200
-+++ src/swmain.h 2007-10-02 19:17:48.000000000 +0200
-@@ -46,7 +46,6 @@
- extern int targrnge;
- extern BOOL hires;
- extern BOOL disppos;
--extern BOOL titleflg;
- extern int dispdbg;
- extern BOOL soundflg;
- extern BOOL repflag;
diff --git a/games/sopwith/files/patch-src_swtitle.h b/games/sopwith/files/patch-src_swtitle.h
deleted file mode 100644
index 29431232c089..000000000000
--- a/games/sopwith/files/patch-src_swtitle.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/swtitle.h.orig 2007-10-02 19:17:03.000000000 +0200
-+++ src/swtitle.h 2007-10-02 19:17:22.000000000 +0200
-@@ -30,6 +30,7 @@
- extern int getgame();
- extern void swtitln();
- extern void swtitlf();
-+extern BOOL titleflg;
-
- #endif
-