diff options
author | garga <garga@FreeBSD.org> | 2006-05-31 01:20:11 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-05-31 01:20:11 +0800 |
commit | 68d09eedfa2d8f08349be9e78fac3432d1b2cd3f (patch) | |
tree | 44bf32c97c296612e1667835ba8c09769b6e966a /games | |
parent | d316842e5d5933221ea9e4e6de0f708cdb801bb8 (diff) | |
download | freebsd-ports-gnome-68d09eedfa2d8f08349be9e78fac3432d1b2cd3f.tar.gz freebsd-ports-gnome-68d09eedfa2d8f08349be9e78fac3432d1b2cd3f.tar.zst freebsd-ports-gnome-68d09eedfa2d8f08349be9e78fac3432d1b2cd3f.zip |
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.
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 |