From 85d68c2dfa9f38aac72d51992a3fa36bce6273c0 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Tue, 7 May 2013 09:04:19 +0000 Subject: [PATCH] - 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 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 --- games/quake3-ra3/Makefile | 27 ++++++++++++--------------- games/quake3-ra3/pkg-descr | 10 ++++------ 2 files changed, 16 insertions(+), 21 deletions(-) diff --git a/games/quake3-ra3/Makefile b/games/quake3-ra3/Makefile index b76274b5c63b..e85945ad0a82 100644 --- a/games/quake3-ra3/Makefile +++ b/games/quake3-ra3/Makefile @@ -1,41 +1,38 @@ -# Created by: pat@databits.net +# Created by: Patrick Li # $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 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 diff --git a/games/quake3-ra3/pkg-descr b/games/quake3-ra3/pkg-descr index f0aca4763f8b..05aad014408a 100644 --- a/games/quake3-ra3/pkg-descr +++ b/games/quake3-ra3/pkg-descr @@ -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.