Date: Sat, 9 Jun 2018 16:14:58 +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: r472066 - in head/games/chapping: . files Message-ID: <201806091614.w59GEwPn070765@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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();
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806091614.w59GEwPn070765>