diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2014-05-11 09:56:26 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2014-05-11 09:56:26 +0000 |
commit | bba47530af680c69153ba42881391b5a99881c75 (patch) | |
tree | 95d41802bbbda4b6f8bcecf49b648e5fcd379138 /games/sopwith | |
parent | 3a7c696fc04f531588df2d2b0029526c3d21d5b9 (diff) |
ports/187834: port update: games/sopwith
The attached patch updates the games/sopwith port to the latest upstream version.
Fix staging.
PR: 187834
Submitted by: Jesse <jessefrgsmith@yahoo.ca>
Notes
Notes:
svn path=/head/; revision=353664
Diffstat (limited to 'games/sopwith')
-rw-r--r-- | games/sopwith/Makefile | 7 | ||||
-rw-r--r-- | games/sopwith/distinfo | 4 | ||||
-rw-r--r-- | games/sopwith/files/patch-src__Makefile.in (renamed from games/sopwith/files/patch-src_Makefile.in) | 11 | ||||
-rw-r--r-- | games/sopwith/pkg-plist | 1 |
4 files changed, 10 insertions, 13 deletions
diff --git a/games/sopwith/Makefile b/games/sopwith/Makefile index ef3de90ba62d..c0c351d71f8c 100644 --- a/games/sopwith/Makefile +++ b/games/sopwith/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= sopwith -PORTVERSION= 1.7.4 -PORTREVISION= 3 +PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/sdl-${PORTNAME}/sdl_${PORTNAME}/${PORTVERSION} @@ -15,7 +15,4 @@ USE_SDL= sdl USE_GNOME= gtk20 GNU_CONFIGURE= yes -MAN6= sopwith.6 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/games/sopwith/distinfo b/games/sopwith/distinfo index fd038b3dc4a7..a2497821179f 100644 --- a/games/sopwith/distinfo +++ b/games/sopwith/distinfo @@ -1,2 +1,2 @@ -SHA256 (sopwith-1.7.4.tar.gz) = eadbcae0190d874896a73a621d99f55ca5d063710c7a80f58b8bfa928a9a8126 -SIZE (sopwith-1.7.4.tar.gz) = 278793 +SHA256 (sopwith-1.8.2.tar.gz) = b94bd2d32c776fb5fe9e428afe5b1dfe80d3d6f278ab7609c32f3237cb3491f0 +SIZE (sopwith-1.8.2.tar.gz) = 355695 diff --git a/games/sopwith/files/patch-src_Makefile.in b/games/sopwith/files/patch-src__Makefile.in index f1a67eb7744b..dc67049474c5 100644 --- a/games/sopwith/files/patch-src_Makefile.in +++ b/games/sopwith/files/patch-src__Makefile.in @@ -1,11 +1,10 @@ ---- src/Makefile.in.orig 2010-10-18 14:16:31.000000000 +1100 -+++ src/Makefile.in 2010-10-18 14:17:21.000000000 +1100 -@@ -81,7 +81,7 @@ +--- ./src/Makefile.in.orig 2014-03-21 20:04:20.389912049 -0300 ++++ ./src/Makefile.in 2014-03-21 20:06:15.225011088 -0300 +@@ -82,7 +82,7 @@ bin_PROGRAMS = @SOPWITH_BINS@ EXTRA_PROGRAMS = sopwith gtksopwith psopwith --CFLAGS = @CFLAGS@ -I.. -I/usr/include/SDL -+CFLAGS = @CFLAGS@ -I.. -I/usr/include/SDL ${SDL_CFLAGS} +-CFLAGS = @CFLAGS@ -I.. -I/usr/include/SDL ${SDL_CGLAFS} ++CFLAGS = @CFLAGS@ -I.. -I/usr/include/SDL -I/usr/local/include/SDL ${SDL_CGLAFS} COMMON_SRC = video.h swcollsn.c swgames.h swmain.h swutil.h font.h swcollsn.h swground.c swmisc.c tcpcomm.c pcsound.h swconf.c swground.h swmisc.h swsound.c tcpcomm.h std.h swconf.h swgrpha.c swmove.c swsound.h timer.h sw.h swdisp.c swgrpha.h swmove.h swsymbol.c swasynio.c swdisp.h swinit.c swsymbol.h swasynio.h swend.c swinit.h swtitle.c swauto.c swend.h swobject.c swtitle.h swauto.h swgames.c swmain.c swobject.h swutil.c video.c - diff --git a/games/sopwith/pkg-plist b/games/sopwith/pkg-plist index 254b3cc69b1f..00d2207ebae3 100644 --- a/games/sopwith/pkg-plist +++ b/games/sopwith/pkg-plist @@ -1,4 +1,5 @@ bin/sopwith +man/man6/sopwith.6.gz share/doc/sopwith/keys.txt share/doc/sopwith/dlcvsamj.txt share/doc/sopwith/origdoc.txt |