svn commit: r314376 - head/games/tremulous

Alexey Dokuchaev danfe at FreeBSD.org
Sat Mar 16 16:44:46 UTC 2013


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


More information about the svn-ports-head mailing list