diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-07-14 23:14:21 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-07-14 23:14:21 +0000 |
commit | d51f4162f98c95c753bcac0af8c7c415f2f8c610 (patch) | |
tree | 5ccb9544e470f1ce1d77bb64c43d6b1bb12abbbf | |
parent | - Make good use of wmweather port technology (${PREFIX}/bin/GrabWeather). (diff) |
Additional MASTER_SITES
Submitted by: Patrick Li <pat@databits.net> (maintainer of most
hlserver-* ports)
Notes
Notes:
svn path=/head/; revision=45132
-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 c511993fcfc8..210659d71e9a 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 393f0d1d3f84..e32d93e89f5a 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 7db107fdac84..9152bde9c3cc 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 a363178b1540..d04a493f53cf 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/ |