mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
- Add LICENSE
- Regenerate patches
This commit is contained in:
parent
a2ec75f08e
commit
d95fd234c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472066
@ -12,6 +12,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Turn based board football game
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= gmake tar:bzip2
|
||||
USE_SDL= sdl image gfx ttf
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- game/choosestadium.cpp.orig 2013-09-13 21:14:11.171227695 +0400
|
||||
+++ game/choosestadium.cpp 2013-09-13 21:14:29.875227107 +0400
|
||||
--- game/choosestadium.cpp.orig 2008-05-06 17:38:43 UTC
|
||||
+++ game/choosestadium.cpp
|
||||
@@ -5,6 +5,7 @@
|
||||
#include <fstream>
|
||||
#include <sys/stat.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- game/soccergame.cpp.orig 2013-09-13 20:44:15.075226353 +0400
|
||||
+++ game/soccergame.cpp 2013-09-13 20:45:02.462227890 +0400
|
||||
--- game/soccergame.cpp.orig 2008-05-06 17:38:43 UTC
|
||||
+++ game/soccergame.cpp
|
||||
@@ -1,3 +1,5 @@
|
||||
+#include <unistd.h> // for chdir
|
||||
+
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- game/team.h.orig 2008-04-16 11:31:25.000000000 +0400
|
||||
+++ game/team.h 2013-05-30 21:54:04.534113336 +0400
|
||||
@@ -14,7 +14,7 @@
|
||||
--- game/team.h.orig 2008-04-16 07:31:25 UTC
|
||||
+++ game/team.h
|
||||
@@ -14,7 +14,7 @@ class Team
|
||||
Team();
|
||||
~Team();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user