Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Oct 2016 18:47:10 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423368 - in head/games/sopwith: . files
Message-ID:  <201610051847.u95IlAnj056698@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Oct  5 18:47:10 2016
New Revision: 423368
URL: https://svnweb.freebsd.org/changeset/ports/423368

Log:
  - Update to 1.8.4
  - Add LICENSE
  - Properly optionize docs
  
  PR:		212599
  Submitted by:	amdmi3
  Approved by:	maintainer timeout (edwin@mavetju.org, 3 weeks)

Modified:
  head/games/sopwith/Makefile
  head/games/sopwith/distinfo
  head/games/sopwith/files/patch-src__Makefile.in
  head/games/sopwith/pkg-plist

Modified: head/games/sopwith/Makefile
==============================================================================
--- head/games/sopwith/Makefile	Wed Oct  5 18:45:56 2016	(r423367)
+++ head/games/sopwith/Makefile	Wed Oct  5 18:47:10 2016	(r423368)
@@ -2,17 +2,21 @@
 # $FreeBSD$
 
 PORTNAME=	sopwith
-PORTVERSION=	1.8.2
-PORTREVISION=	3
+PORTVERSION=	1.8.4
 CATEGORIES=	games
 MASTER_SITES=	SF/sdl-${PORTNAME}/sdl_${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	edwin@mavetju.org
 COMMENT=	Classic WW1 biplane game
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		gmake pkgconfig
 USE_SDL=	sdl
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 
+OPTIONS_DEFINE=	DOCS
+
 .include <bsd.port.mk>

Modified: head/games/sopwith/distinfo
==============================================================================
--- head/games/sopwith/distinfo	Wed Oct  5 18:45:56 2016	(r423367)
+++ head/games/sopwith/distinfo	Wed Oct  5 18:47:10 2016	(r423368)
@@ -1,2 +1,3 @@
-SHA256 (sopwith-1.8.2.tar.gz) = b94bd2d32c776fb5fe9e428afe5b1dfe80d3d6f278ab7609c32f3237cb3491f0
-SIZE (sopwith-1.8.2.tar.gz) = 355695
+TIMESTAMP = 1473636971
+SHA256 (sopwith-1.8.4.tar.gz) = a5ecb795a7aeff6be3ebfb99f1c6218054b73048786809f8468a92c952c17bd0
+SIZE (sopwith-1.8.4.tar.gz) = 310438

Modified: head/games/sopwith/files/patch-src__Makefile.in
==============================================================================
--- head/games/sopwith/files/patch-src__Makefile.in	Wed Oct  5 18:45:56 2016	(r423367)
+++ head/games/sopwith/files/patch-src__Makefile.in	Wed Oct  5 18:47:10 2016	(r423368)
@@ -1,10 +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 @@
+--- src/Makefile.in.orig	2014-11-17 21:43:31 UTC
++++ src/Makefile.in
+@@ -82,7 +82,7 @@ EXTRA_SUBDIRS = sdl gtk psion
  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}
++CFLAGS = @CFLAGS@ -I.. ${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
+ 

Modified: head/games/sopwith/pkg-plist
==============================================================================
--- head/games/sopwith/pkg-plist	Wed Oct  5 18:45:56 2016	(r423367)
+++ head/games/sopwith/pkg-plist	Wed Oct  5 18:47:10 2016	(r423368)
@@ -1,6 +1,6 @@
 bin/sopwith
 man/man6/sopwith.6.gz
-share/doc/sopwith/keys.txt
-share/doc/sopwith/dlcvsamj.txt
-share/doc/sopwith/origdoc.txt
-share/doc/sopwith/readme.txt
+%%PORTDOCS%%%%DOCSDIR%%/keys.txt
+%%PORTDOCS%%%%DOCSDIR%%/dlcvsamj.txt
+%%PORTDOCS%%%%DOCSDIR%%/origdoc.txt
+%%PORTDOCS%%%%DOCSDIR%%/readme.txt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610051847.u95IlAnj056698>