diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-05-30 17:20:11 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-05-30 17:20:11 +0000 |
commit | 5d0e56a2694ef68955d2c4b1b332eb84c377d1a3 (patch) | |
tree | 64947531938305af9dfd7122b3a43eb2b2442b0d /games | |
parent | 450f9723c320e196f49a6e4586c90d3aa042e0f6 (diff) |
I've committed MASTER_SITES changes proposed by Marin Wilke some days ago,
but, the correct way is preserve original MASTER_SITE and add
freebsd.unixfreunde.de just as a backup, I'm doing it right now, restoring
original preserving the Martin's proposed backup.
Notes
Notes:
svn path=/head/; revision=163985
Diffstat (limited to 'games')
-rw-r--r-- | games/quake3-ra3/Makefile | 4 | ||||
-rw-r--r-- | games/utserver/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games/quake3-ra3/Makefile b/games/quake3-ra3/Makefile index a244faafc629..b0a0ad068986 100644 --- a/games/quake3-ra3/Makefile +++ b/games/quake3-ra3/Makefile @@ -8,7 +8,9 @@ PORTNAME= ra3 PORTVERSION= 1.76 CATEGORIES= games -MASTER_SITES= http://freebsd.unixfreunde.de/sources/ +MASTER_SITES= ftp.clanbase.com/pub/ \ + ftp.mirrors.degnet.de/pub/misc/PlanetQuake3.net/modifications/rocketarena3/ \ + http://freebsd.unixfreunde.de/sources/ PKGNAMEPREFIX= ${Q3PKGNAMEPREFIX} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} diff --git a/games/utserver/Makefile b/games/utserver/Makefile index 6071bf1170f0..ce195cdda415 100644 --- a/games/utserver/Makefile +++ b/games/utserver/Makefile @@ -9,7 +9,9 @@ PORTNAME= utserver PORTVERSION= 436 PORTREVISION= 5 CATEGORIES= games linux -MASTER_SITES= http://freebsd.unixfreunde.de/sources/ +MASTER_SITES= http://public.planetmirror.com/pub/lokigames/installers/ut/ \ + http://fileserver.talkware.net/ut/ \ + http://freebsd.unixfreunde.de/sources/ DISTNAME= ut-server-${PORTVERSION} MAINTAINER= ports@FreeBSD.org |