1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Update to 1.7.2

This commit is contained in:
Edwin Groothuis 2010-06-03 22:15:12 +00:00
parent ad6d276095
commit 479811429a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255679
4 changed files with 4 additions and 26 deletions

View File

@ -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

View File

@ -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

View File

@ -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;

View File

@ -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