Date: Sat, 16 Mar 2013 16:44:46 +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: r314376 - head/games/tremulous Message-ID: <201303161644.r2GGikmo027974@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Sat Mar 16 16:44:45 2013 New Revision: 314376 URL: http://svnweb.freebsd.org/changeset/ports/314376 Log: - Remove dead sites from the MASTER_SITES - Correct one option description while here Modified: head/games/tremulous/Makefile Modified: head/games/tremulous/Makefile ============================================================================== --- head/games/tremulous/Makefile Sat Mar 16 16:38:08 2013 (r314375) +++ head/games/tremulous/Makefile Sat Mar 16 16:44:45 2013 (r314376) @@ -5,10 +5,7 @@ PORTNAME= tremulous PORTVERSION= 1.1.0 PORTREVISION= 9 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.1 \ - http://0day.icculus.org/mirrors/tremulous/ \ - ftp://ftp.wireplay.co.uk/pub/quake3arena/mods/tremulous/ \ - http://www.planetgloom.com/trem/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} MAINTAINER= danfe@FreeBSD.org COMMENT= Free FPS game featuring two opposing teams: humans and aliens @@ -32,7 +29,7 @@ CLIENT_DESC= Build client GAMELIBS_DESC= Force building game libraries DEDICATED_DESC= Build dedicated server MASTER_SERVER_DESC= Build master server -OPENAL_DLOPEN_DESC= Dynamic loading of OpenAL +OPENAL_DLOPEN_DESC= Enable dinamic loading of OpenAL SDL_AUDIO_DESC= Use SDL for audio SDL_VIDEO_DESC= Use SDL for video SMP_CLIENT_DESC= Build SMP (threaded) client
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303161644.r2GGikmo027974>