The attached patch updates the games/sopwith port to the latest upstream version. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->edwin edwin@mavetju.org => edwin@ (via the GNATS Auto Assign Tool)
Maintainer of games/sopwith, Please note that PR ports/187834 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187834 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
State Changed From-To: feedback->closed Er. Closing the wrong PR.
State Changed From-To: closed->open closed by mistake.
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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Commited, thanks