summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/chapping/Makefile3
-rw-r--r--games/chapping/files/patch-game-choosestadium.cpp4
-rw-r--r--games/chapping/files/patch-game-soccergame.cpp4
-rw-r--r--games/chapping/files/patch-game-team.h6
4 files changed, 10 insertions, 7 deletions
diff --git a/games/chapping/Makefile b/games/chapping/Makefile
index 1763a063fc76..ef807b4bddc2 100644
--- a/games/chapping/Makefile
+++ b/games/chapping/Makefile
@@ -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
diff --git a/games/chapping/files/patch-game-choosestadium.cpp b/games/chapping/files/patch-game-choosestadium.cpp
index 6ca63092234c..9867c602b373 100644
--- a/games/chapping/files/patch-game-choosestadium.cpp
+++ b/games/chapping/files/patch-game-choosestadium.cpp
@@ -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>
diff --git a/games/chapping/files/patch-game-soccergame.cpp b/games/chapping/files/patch-game-soccergame.cpp
index d21d5a48d694..4e4fed1b7ffb 100644
--- a/games/chapping/files/patch-game-soccergame.cpp
+++ b/games/chapping/files/patch-game-soccergame.cpp
@@ -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
+
diff --git a/games/chapping/files/patch-game-team.h b/games/chapping/files/patch-game-team.h
index ed86b97f2598..131b52136795 100644
--- a/games/chapping/files/patch-game-team.h
+++ b/games/chapping/files/patch-game-team.h
@@ -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();