diff options
author | edwin <edwin@FreeBSD.org> | 2010-06-04 06:15:12 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2010-06-04 06:15:12 +0800 |
commit | 7e75225d10ea304032ea43cdae86e56539522125 (patch) | |
tree | 7740039122731244a8398c878cf2508880e45061 /games | |
parent | d55122fd81c299fc2036899a5974ba45a0674727 (diff) | |
download | freebsd-ports-gnome-7e75225d10ea304032ea43cdae86e56539522125.tar.gz freebsd-ports-gnome-7e75225d10ea304032ea43cdae86e56539522125.tar.zst freebsd-ports-gnome-7e75225d10ea304032ea43cdae86e56539522125.zip |
Update to 1.7.2
Diffstat (limited to 'games')
-rw-r--r-- | games/sopwith/Makefile | 4 | ||||
-rw-r--r-- | games/sopwith/distinfo | 6 | ||||
-rw-r--r-- | games/sopwith/files/patch-src_swmain.h | 10 | ||||
-rw-r--r-- | games/sopwith/files/patch-src_swtitle.h | 10 |
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 - |