Date: Fri, 21 Mar 2014 23:13:34 GMT From: Jesse <jessefrgsmith@yahoo.ca> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/187834: port update: games/sopwith Message-ID: <201403212313.s2LNDYS9043983@cgiserv.freebsd.org> Resent-Message-ID: <201403212320.s2LNK02N026309@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 187834 >Category: ports >Synopsis: port update: games/sopwith >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Mar 21 23:20:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Jesse >Release: FreeBSD 10.0 amd64 >Organization: RM >Environment: >Description: The attached patch updates the games/sopwith port to the latest upstream version. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN /usr/ports/games/sopwith/Makefile sopwith/Makefile --- /usr/ports/games/sopwith/Makefile 2014-01-22 21:06:11.000000000 -0400 +++ sopwith/Makefile 2014-03-21 19:56:19.132559145 -0300 @@ -2,8 +2,8 @@ # $FreeBSD: head/games/sopwith/Makefile 340722 2014-01-22 17:00:46Z mat $ PORTNAME= sopwith -PORTVERSION= 1.7.4 -PORTREVISION= 3 +PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/sdl-${PORTNAME}/sdl_${PORTNAME}/${PORTVERSION} diff -ruN /usr/ports/games/sopwith/distinfo sopwith/distinfo --- /usr/ports/games/sopwith/distinfo 2014-01-22 21:06:11.000000000 -0400 +++ sopwith/distinfo 2014-03-21 20:07:30.668315917 -0300 @@ -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 -ruN /usr/ports/games/sopwith/files/patch-src_Makefile.in sopwith/files/patch-src_Makefile.in --- /usr/ports/games/sopwith/files/patch-src_Makefile.in 2014-01-22 21:06:11.000000000 -0400 +++ sopwith/files/patch-src_Makefile.in 1969-12-31 20:00:00.000000000 -0400 @@ -1,11 +0,0 @@ ---- 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 @@ - 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} - - 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 -ruN /usr/ports/games/sopwith/files/patch-src__Makefile.in sopwith/files/patch-src__Makefile.in --- /usr/ports/games/sopwith/files/patch-src__Makefile.in 1969-12-31 20:00:00.000000000 -0400 +++ sopwith/files/patch-src__Makefile.in 2014-03-21 20:06:39.818981350 -0300 @@ -0,0 +1,11 @@ +--- ./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 + >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403212313.s2LNDYS9043983>