From 7e75225d10ea304032ea43cdae86e56539522125 Mon Sep 17 00:00:00 2001 From: edwin Date: Thu, 3 Jun 2010 22:15:12 +0000 Subject: Update to 1.7.2 --- games/sopwith/Makefile | 4 +--- games/sopwith/distinfo | 6 +++--- games/sopwith/files/patch-src_swmain.h | 10 ---------- games/sopwith/files/patch-src_swtitle.h | 10 ---------- 4 files changed, 4 insertions(+), 26 deletions(-) delete mode 100644 games/sopwith/files/patch-src_swmain.h delete mode 100644 games/sopwith/files/patch-src_swtitle.h (limited to 'games') 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 - -- cgit