diff options
author | lioux <lioux@FreeBSD.org> | 2001-07-14 23:14:21 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-07-14 23:14:21 +0000 |
commit | 3ef03bab716ddeb4dcbbeaec0c1fa35a17fbb153 (patch) | |
tree | 08ee2ec0c0c828202ef9bfa29b7931ca8a1cf95f | |
parent | ff6c627526999287f646e402acbf77b8a7c223c9 (diff) | |
download | FreeBSD-ports-3ef03bab716ddeb4dcbbeaec0c1fa35a17fbb153.zip FreeBSD-ports-3ef03bab716ddeb4dcbbeaec0c1fa35a17fbb153.tar.gz |
Additional MASTER_SITES
Submitted by: Patrick Li <pat@databits.net> (maintainer of most
hlserver-* ports)
-rw-r--r-- | games/hlserver-dod/Makefile | 1 | ||||
-rw-r--r-- | games/hlserver-glbwar/Makefile | 3 | ||||
-rw-r--r-- | games/hlserver-si/Makefile | 3 | ||||
-rw-r--r-- | games/hlserver-wasteland/Makefile | 3 |
4 files changed, 7 insertions, 3 deletions
diff --git a/games/hlserver-dod/Makefile b/games/hlserver-dod/Makefile index c511993..210659d 100644 --- a/games/hlserver-dod/Makefile +++ b/games/hlserver-dod/Makefile @@ -8,6 +8,7 @@ PORTNAME= dod PORTVERSION= 1.3 MASTER_SITES= http://www.vigilantegamers.com/dod/files/official/ \ + http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/action/half-life/modifications/dod/ \ http://ftp2.extreme-players.de/exp/hl/mod/dod/ \ ftp://ftp.task.gda.pl/mirror/ftp.extreme-players.de/exp/hl/mod/dod/ \ ftp://ftp.gigabell.net/pub/exp/hl/mod/dod/ \ diff --git a/games/hlserver-glbwar/Makefile b/games/hlserver-glbwar/Makefile index 393f0d1..e32d93e 100644 --- a/games/hlserver-glbwar/Makefile +++ b/games/hlserver-glbwar/Makefile @@ -7,7 +7,8 @@ PORTNAME= glbwar PORTVERSION= 1.0.0b -MASTER_SITES= ftp://ftp.gigabell.net/pub/exp/hl/mod/gw/ \ +MASTER_SITES= http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/action/half-life/modifications/globalwarfare/ \ + ftp://ftp.gigabell.net/pub/exp/hl/mod/gw/ \ ftp://ftp.netgames-uk.net/pub/local/games/halflife/mods/global_warfare/beta1/ \ http://ftp2.extreme-players.de/exp/hl/mod/gw/ \ ftp://ftp.task.gda.pl/mirror/ftp.extreme-players.de/exp/hl/mod/gw/ \ diff --git a/games/hlserver-si/Makefile b/games/hlserver-si/Makefile index 7db107f..9152bde 100644 --- a/games/hlserver-si/Makefile +++ b/games/hlserver-si/Makefile @@ -7,7 +7,8 @@ PORTNAME= si PORTVERSION= 0.97.0p5 -MASTER_SITES= http://www.lysator.liu.se/amiga/si/ \ +MASTER_SITES= http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/action/half-life/modifications/si/ \ + http://www.lysator.liu.se/amiga/si/ \ ftp://212.177.107.155/halflifeitalia/mod/ #DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}-linux diff --git a/games/hlserver-wasteland/Makefile b/games/hlserver-wasteland/Makefile index a363178..d04a493 100644 --- a/games/hlserver-wasteland/Makefile +++ b/games/hlserver-wasteland/Makefile @@ -7,7 +7,8 @@ PORTNAME= wasteland PORTVERSION= 0.2b -MASTER_SITES= ftp://ftp.gigabell.net/pub/exp/hl/mod/wastelandhl/ \ +MASTER_SITES= http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/action/half-life/modifications/wasteland/ \ + ftp://ftp.gigabell.net/pub/exp/hl/mod/wastelandhl/ \ ftp://ftp.task.gda.pl/mirror/ftp.extreme-players.de/exp/hl/mod/wastelandhl/ \ http://194.195.228.180/exp/hl/mod/wastelandhl/ \ http://ftp2.extreme-players.de/exp/hl/mod/wastelandhl/ |