Date: Sun, 12 May 2013 09:45:24 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317940 - head/games/quake3-ut Message-ID: <201305120945.r4C9jObU036408@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Sun May 12 09:45:24 2013 New Revision: 317940 URL: http://svnweb.freebsd.org/changeset/ports/317940 Log: - Cleanup Makefile, unmute installation commands, etc. - Update project URL in port description; drop maintainership NB: Urban Terror was recently converted to standalone game that does not require Quake III Arena anymore. Their current version is 4.2. Perhaps this port should be update to chase upstream. Modified: head/games/quake3-ut/Makefile head/games/quake3-ut/pkg-descr Modified: head/games/quake3-ut/Makefile ============================================================================== --- head/games/quake3-ut/Makefile Sun May 12 08:49:10 2013 (r317939) +++ head/games/quake3-ut/Makefile Sun May 12 09:45:24 2013 (r317940) @@ -1,4 +1,4 @@ -# Created by: pat +# Created by: Patrick Li <pat@FreeBSD.org> # $FreeBSD$ PORTNAME= ut @@ -8,8 +8,8 @@ MASTER_SITES= ftp://ftp.snt.utwente.nl/p PKGNAMEPREFIX= ${Q3PKGNAMEPREFIX} DISTNAME= urbanTerror${PORTVERSION:S/.//}_full -MAINTAINER= danfe@FreeBSD.org -COMMENT= Quake III Arena Mod: Urban Terror +MAINTAINER= ports@FreeBSD.org +COMMENT= Quake III Arena mod: Urban Terror USE_ZIP= yes USE_CRLF= yes @@ -21,21 +21,21 @@ USE_GMAKE= yes .endif DATADIR= ${Q3DIR}/${PORTNAME} +PORT_OPTIONS= DOCS +.include "${.CURDIR}/../quake3-data/Makefile.include" .include <bsd.port.options.mk> do-install: @${MKDIR} ${DATADIR} .for f in *.pk3 description.txt - @${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR} .endfor .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} -.for f in beta3.html radio_commands.txt readme*.txt - @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor +. for f in beta3.html radio_commands.txt readme*.txt + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +. endfor .endif -.include "${.CURDIR}/../quake3-data/Makefile.include" - .include <bsd.port.mk> Modified: head/games/quake3-ut/pkg-descr ============================================================================== --- head/games/quake3-ut/pkg-descr Sun May 12 08:49:10 2013 (r317939) +++ head/games/quake3-ut/pkg-descr Sun May 12 09:45:24 2013 (r317940) @@ -1,3 +1,3 @@ Urban Terror is a realism based "total conversion mod" for Quake III Arena. -WWW: http://www.urbanterror.net/ +WWW: http://www.urbanterror.info/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305120945.r4C9jObU036408>