Date: Tue, 1 May 2018 09:33:53 +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: r468760 - head/games/smashbattle Message-ID: <201805010933.w419XrwT005766@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue May 1 09:33:53 2018 New Revision: 468760 URL: https://svnweb.freebsd.org/changeset/ports/468760 Log: - Add LICENSE - Cosmetic fixes - Update WWW Modified: head/games/smashbattle/Makefile head/games/smashbattle/pkg-descr Modified: head/games/smashbattle/Makefile ============================================================================== --- head/games/smashbattle/Makefile Tue May 1 09:21:24 2018 (r468759) +++ head/games/smashbattle/Makefile Tue May 1 09:33:53 2018 (r468760) @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= 8-bit style platform battle game +LICENSE= NONE + WRKSRC= ${WRKDIR}/${DISTNAME}/battle/Battle EXTRACT_AFTER_ARGS= -d ${WRKDIR}/${DISTNAME} @@ -19,10 +21,10 @@ DOS2UNIX_FILES= *.cpp *.h Makefile USE_SDL= sdl image mixer ALL_TARGET= battle +SUB_FILES= ${PORTNAME} + pre-extract: @${MKDIR} ${WRKDIR}/${DISTNAME} - -SUB_FILES= ${PORTNAME} post-patch: @${REINPLACE_CMD} -e 's|CC=|CC?=|; \ Modified: head/games/smashbattle/pkg-descr ============================================================================== --- head/games/smashbattle/pkg-descr Tue May 1 09:21:24 2018 (r468759) +++ head/games/smashbattle/pkg-descr Tue May 1 09:33:53 2018 (r468760) @@ -3,4 +3,4 @@ three or four player face off against each other. The game was inspired by the mario battle minigame from mario 3 when we started developing, but changed a lot over time. -WWW: http://smashbattle.demontpx.com/ +WWW: https://smashbattle.demontpx.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805010933.w419XrwT005766>