svn commit: r472066 - in head/games/chapping: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Jun 9 17:16:09 UTC 2018


Author: amdmi3
Date: Sat Jun  9 16:14:58 2018
New Revision: 472066
URL: https://svnweb.freebsd.org/changeset/ports/472066

Log:
  - Add LICENSE
  - Regenerate patches

Modified:
  head/games/chapping/Makefile
  head/games/chapping/files/patch-game-choosestadium.cpp
  head/games/chapping/files/patch-game-soccergame.cpp
  head/games/chapping/files/patch-game-team.h

Modified: head/games/chapping/Makefile
==============================================================================
--- head/games/chapping/Makefile	Sat Jun  9 16:13:21 2018	(r472065)
+++ head/games/chapping/Makefile	Sat Jun  9 16:14:58 2018	(r472066)
@@ -12,6 +12,9 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Turn based board football game
 
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 USES=		gmake tar:bzip2
 USE_SDL=	sdl image gfx ttf
 

Modified: head/games/chapping/files/patch-game-choosestadium.cpp
==============================================================================
--- head/games/chapping/files/patch-game-choosestadium.cpp	Sat Jun  9 16:13:21 2018	(r472065)
+++ head/games/chapping/files/patch-game-choosestadium.cpp	Sat Jun  9 16:14:58 2018	(r472066)
@@ -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>

Modified: head/games/chapping/files/patch-game-soccergame.cpp
==============================================================================
--- head/games/chapping/files/patch-game-soccergame.cpp	Sat Jun  9 16:13:21 2018	(r472065)
+++ head/games/chapping/files/patch-game-soccergame.cpp	Sat Jun  9 16:14:58 2018	(r472066)
@@ -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
 +

Modified: head/games/chapping/files/patch-game-team.h
==============================================================================
--- head/games/chapping/files/patch-game-team.h	Sat Jun  9 16:13:21 2018	(r472065)
+++ head/games/chapping/files/patch-game-team.h	Sat Jun  9 16:14:58 2018	(r472066)
@@ -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();
  


More information about the svn-ports-all mailing list