Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 May 2013 09:04:20 +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: r317592 - head/games/quake3-ra3
Message-ID:  <201305070904.r4794Klq020630@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Tue May  7 09:04:19 2013
New Revision: 317592
URL: http://svnweb.freebsd.org/changeset/ports/317592

Log:
  - Provide working mirror for the time being and unbreak fetch
  - Add a comment about why we stick to version 1.76
  - Include "quake3-data/Makefile.include" before <bsd.port.options.mk> so
    port options can work correctly; define DOCS option
  - Unmute installation commands, unquote and shorten NO_PACKAGE
  - Remove defunct URL from port description, drop maintainership

Modified:
  head/games/quake3-ra3/Makefile
  head/games/quake3-ra3/pkg-descr

Modified: head/games/quake3-ra3/Makefile
==============================================================================
--- head/games/quake3-ra3/Makefile	Tue May  7 08:57:37 2013	(r317591)
+++ head/games/quake3-ra3/Makefile	Tue May  7 09:04:19 2013	(r317592)
@@ -1,41 +1,38 @@
-# Created by: pat@databits.net
+# Created by: Patrick Li <pat@databits.net>
 # $FreeBSD$
 
 PORTNAME=	ra3
-PORTVERSION=	1.76
+PORTVERSION=	1.76	# 1.80 exists, but is kinda goofy; 1.76 is classic
 CATEGORIES=	games
-MASTER_SITES=	ftp://ftp.clanbase.com/pub/ \
-		ftp://ftp.mirrors.degnet.de/pub/misc/PlanetQuake3.net/modifications/rocketarena3/ \
-		http://freebsd.unixfreunde.de/sources/
+MASTER_SITES=	http://games.mirrors.tds.net/pub/planetquake3/modifications/rocketarena3/
 PKGNAMEPREFIX=	${Q3PKGNAMEPREFIX}
 DISTNAME=	${PORTNAME}${PORTVERSION:S/.//}
 
-MAINTAINER=	danfe@FreeBSD.org
-COMMENT=	Quake III Arena Mod: Rocket Arena 3
+MAINTAINER=	ports@FreeBSD.org
+COMMENT=	Quake III Arena mod: Rocket Arena 3
 
-NO_PACKAGE=	"Package will be 102MB, set FORCE_PACKAGE if you really want to build it"
+NO_PACKAGE=	Package will be 102MB, set FORCE_PACKAGE if you really want it
 
-WRKSRC=		${WRKDIR}/arena
-
-BROKEN=		Does not fetch
 USE_ZIP=	yes
 USE_CRLF=	yes
 NO_BUILD=	yes
 
+WRKSRC=		${WRKDIR}/arena
 DATADIR=	${Q3DIR}/${PORTNAME}
 
+OPTIONS_DEFINE=	DOCS
+
+.include "${.CURDIR}/../quake3-data/Makefile.include"
 .include <bsd.port.options.mk>
 
 do-install:
 	@${MKDIR} ${DATADIR}
 .for f in *.cfg *.pk3
-	@${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}
 .endfor
 .if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
-	@${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR}
 .endif
 
-.include "${.CURDIR}/../quake3-data/Makefile.include"
-
 .include <bsd.port.mk>

Modified: head/games/quake3-ra3/pkg-descr
==============================================================================
--- head/games/quake3-ra3/pkg-descr	Tue May  7 08:57:37 2013	(r317591)
+++ head/games/quake3-ra3/pkg-descr	Tue May  7 09:04:19 2013	(r317592)
@@ -1,6 +1,4 @@
-Rocket Arena matches are played in "arenas." Each map may have one or more
-arenas in it. When you connect to a server, you need select an arena and then
-either create or join a team. Once you are in the arena you will be put in
-line to fight.
-
-WWW: http://www.planetquake.com/arena/
+Rocket Arena matches are played in "arenas".  Each map may have one or more
+arenas in it.  When you connect to a server, you need to select an arena and
+then either create or join a team.  Once you are in the arena, you will be
+put in line to fight.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305070904.r4794Klq020630>