svn commit: r355910 - head/games/sdlroids

Rusmir Dusko nemysis at FreeBSD.org
Fri May 30 20:38:34 UTC 2014


Author: nemysis
Date: Fri May 30 20:38:34 2014
New Revision: 355910
URL: http://svnweb.freebsd.org/changeset/ports/355910
QAT: https://qat.redports.org/buildarchive/r355910/

Log:
  - Transfer maintainership to games@ team
  - Use tar:bzip2 instead of USE_BZIP2=yes
  - Remove TODO from DOCS

Modified:
  head/games/sdlroids/Makefile

Modified: head/games/sdlroids/Makefile
==============================================================================
--- head/games/sdlroids/Makefile	Fri May 30 20:33:46 2014	(r355909)
+++ head/games/sdlroids/Makefile	Fri May 30 20:38:34 2014	(r355910)
@@ -12,21 +12,19 @@ DISTFILES=	${PORTNAME}-${DISTVERSION}${E
 DIST_SUBDIR=	${PORTNAME}
 EXTRACT_ONLY=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
 
-MAINTAINER=	nemysis at FreeBSD.org
+MAINTAINER=	games at FreeBSD.org
 COMMENT=	Enhanced shoot-the-asteroids game
 
 LICENSE=	GPLv2
 
-USE_BZIP2=	yes
-USES=		gmake
+USES=		gmake tar:bzip2
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	 --datadir=${STAGEDIR}${PREFIX}/share
+CONFIGURE_ARGS=	--datadir=${STAGEDIR}${PREFIX}/share
 USE_GCC=	yes
 USE_CSTD=	gnu89
 USE_SDL=	mixer sdl
 
-PORTDOCS=	ChangeLog README README.orig README.petopt README.xhyperoid TODO
-
+PORTDOCS=	ChangeLog README README.orig README.petopt README.xhyperoid
 OPTIONS_DEFINE=	DOCS
 
 DESKTOP_ENTRIES="SDLRoids" "" "${PORTNAME}" \


More information about the svn-ports-all mailing list