View | Details | Raw Unified | Return to bug 212599
Collapse All | Expand All

(-)Makefile (-2 / +6 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	sopwith
4
PORTNAME=	sopwith
5
PORTVERSION=	1.8.2
5
PORTVERSION=	1.8.4
6
PORTREVISION=	3
7
CATEGORIES=	games
6
CATEGORIES=	games
8
MASTER_SITES=	SF/sdl-${PORTNAME}/sdl_${PORTNAME}/${PORTVERSION}
7
MASTER_SITES=	SF/sdl-${PORTNAME}/sdl_${PORTNAME}/${PORTVERSION}
9
8
Lines 10-18 Link Here
10
MAINTAINER=	edwin@mavetju.org
9
MAINTAINER=	edwin@mavetju.org
11
COMMENT=	Classic WW1 biplane game
10
COMMENT=	Classic WW1 biplane game
12
11
12
LICENSE=	GPLv2+
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
13
USES=		gmake pkgconfig
15
USES=		gmake pkgconfig
14
USE_SDL=	sdl
16
USE_SDL=	sdl
15
USE_GNOME=	gtk20
17
USE_GNOME=	gtk20
16
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
17
19
20
OPTIONS_DEFINE=	DOCS
21
18
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (sopwith-1.8.2.tar.gz) = b94bd2d32c776fb5fe9e428afe5b1dfe80d3d6f278ab7609c32f3237cb3491f0
1
TIMESTAMP = 1473636971
2
SIZE (sopwith-1.8.2.tar.gz) = 355695
2
SHA256 (sopwith-1.8.4.tar.gz) = a5ecb795a7aeff6be3ebfb99f1c6218054b73048786809f8468a92c952c17bd0
3
SIZE (sopwith-1.8.4.tar.gz) = 310438
(-)files/patch-src__Makefile.in (-4 / +5 lines)
Lines 1-10 Link Here
1
--- ./src/Makefile.in.orig	2014-03-21 20:04:20.389912049 -0300
1
--- src/Makefile.in.orig	2014-11-17 21:43:31 UTC
2
+++ ./src/Makefile.in	2014-03-21 20:06:15.225011088 -0300
2
+++ src/Makefile.in
3
@@ -82,7 +82,7 @@
3
@@ -82,7 +82,7 @@ EXTRA_SUBDIRS = sdl gtk psion
4
 bin_PROGRAMS = @SOPWITH_BINS@
4
 bin_PROGRAMS = @SOPWITH_BINS@
5
 EXTRA_PROGRAMS = sopwith gtksopwith psopwith
5
 EXTRA_PROGRAMS = sopwith gtksopwith psopwith
6
 
6
 
7
-CFLAGS = @CFLAGS@ -I.. -I/usr/include/SDL ${SDL_CGLAFS}
7
-CFLAGS = @CFLAGS@ -I.. -I/usr/include/SDL ${SDL_CGLAFS}
8
+CFLAGS = @CFLAGS@ -I.. -I/usr/include/SDL -I/usr/local/include/SDL ${SDL_CGLAFS}
8
+CFLAGS = @CFLAGS@ -I.. ${SDL_CFLAGS}
9
 
9
 
10
 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
10
 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
11
 
(-)pkg-plist (-4 / +4 lines)
Lines 1-6 Link Here
1
bin/sopwith
1
bin/sopwith
2
man/man6/sopwith.6.gz
2
man/man6/sopwith.6.gz
3
share/doc/sopwith/keys.txt
3
%%PORTDOCS%%%%DOCSDIR%%/keys.txt
4
share/doc/sopwith/dlcvsamj.txt
4
%%PORTDOCS%%%%DOCSDIR%%/dlcvsamj.txt
5
share/doc/sopwith/origdoc.txt
5
%%PORTDOCS%%%%DOCSDIR%%/origdoc.txt
6
share/doc/sopwith/readme.txt
6
%%PORTDOCS%%%%DOCSDIR%%/readme.txt

Return to bug 212599