svn commit: r468760 - head/games/smashbattle

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue May 1 09:33:54 UTC 2018


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 at 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/


More information about the svn-ports-all mailing list