svn commit: r353062 - head/games/cutemaze

Rusmir Dusko nemysis at FreeBSD.org
Tue May 6 06:41:56 UTC 2014


Author: nemysis
Date: Tue May  6 06:41:55 2014
New Revision: 353062
URL: http://svnweb.freebsd.org/changeset/ports/353062
QAT: https://qat.redports.org/buildarchive/r353062/

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

Modified:
  head/games/cutemaze/Makefile

Modified: head/games/cutemaze/Makefile
==============================================================================
--- head/games/cutemaze/Makefile	Tue May  6 06:10:46 2014	(r353061)
+++ head/games/cutemaze/Makefile	Tue May  6 06:41:55 2014	(r353062)
@@ -7,15 +7,14 @@ CATEGORIES=	games
 MASTER_SITES=	http://gottcode.org/${PORTNAME}/
 DISTNAME=	${PORTNAME}-${DISTVERSION}-src
 
-MAINTAINER=	nemysis at FreeBSD.org
+MAINTAINER=	games at FreeBSD.org
 COMMENT=	Simple, top-down game in which mazes are randomly generated
 
 LICENSE=	GPLv3
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-USES=		qmake
-USE_BZIP2=	yes
+USES=		qmake tar:bzip2
 USE_QT4=	moc_build rcc_build uic_build iconengines_run imageformats_run \
 		corelib gui svg
 INSTALLS_ICONS=	yes


More information about the svn-ports-all mailing list