Date: Sun, 11 May 2014 09:56:27 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353664 - in head/games/sopwith: . files Message-ID: <201405110956.s4B9uRQ1084529@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: edwin Date: Sun May 11 09:56:26 2014 New Revision: 353664 URL: http://svnweb.freebsd.org/changeset/ports/353664 QAT: https://qat.redports.org/buildarchive/r353664/ Log: 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> Added: head/games/sopwith/files/patch-src__Makefile.in (contents, props changed) Deleted: head/games/sopwith/files/patch-src_Makefile.in Modified: head/games/sopwith/Makefile head/games/sopwith/distinfo head/games/sopwith/pkg-plist Modified: head/games/sopwith/Makefile ============================================================================== --- head/games/sopwith/Makefile Sun May 11 09:46:43 2014 (r353663) +++ head/games/sopwith/Makefile Sun May 11 09:56:26 2014 (r353664) @@ -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> Modified: head/games/sopwith/distinfo ============================================================================== --- head/games/sopwith/distinfo Sun May 11 09:46:43 2014 (r353663) +++ head/games/sopwith/distinfo Sun May 11 09:56:26 2014 (r353664) @@ -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 Added: head/games/sopwith/files/patch-src__Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/sopwith/files/patch-src__Makefile.in Sun May 11 09:56:26 2014 (r353664) @@ -0,0 +1,10 @@ +--- ./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 ${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 Modified: head/games/sopwith/pkg-plist ============================================================================== --- head/games/sopwith/pkg-plist Sun May 11 09:46:43 2014 (r353663) +++ head/games/sopwith/pkg-plist Sun May 11 09:56:26 2014 (r353664) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405110956.s4B9uRQ1084529>