diff options
author | miwi <miwi@FreeBSD.org> | 2009-09-19 19:39:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-09-19 19:39:34 +0800 |
commit | 38ac624113c1f27368b85664a35f1b89bef48028 (patch) | |
tree | 11b77a81153f7397ab7f5d9a00fa090c9399323f | |
parent | f96d09f39a6e89deaf79c55c9c12bedaae501054 (diff) | |
download | freebsd-ports-gnome-38ac624113c1f27368b85664a35f1b89bef48028.tar.gz freebsd-ports-gnome-38ac624113c1f27368b85664a35f1b89bef48028.tar.zst freebsd-ports-gnome-38ac624113c1f27368b85664a35f1b89bef48028.zip |
- Update MASTER_SITES
- Update WWW
PR: 138962
Submitted by: Chris Petrik <chris@officialunix.com> (maintainer)
Feature safe: yes
-rw-r--r-- | games/abuse/Makefile | 5 | ||||
-rw-r--r-- | games/abuse/pkg-descr | 2 | ||||
-rw-r--r-- | games/abuse_sdl/Makefile | 5 |
3 files changed, 9 insertions, 3 deletions
diff --git a/games/abuse/Makefile b/games/abuse/Makefile index 42ade1c1373f..ece748568f7c 100644 --- a/games/abuse/Makefile +++ b/games/abuse/Makefile @@ -9,7 +9,10 @@ PORTNAME= abuse PORTVERSION= 2.0 PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= http://www.labyrinth.net.au/~trandor/abuse/files/ +MASTER_SITES= ftp://ftp.pardus.org.tr/pub/source/2007/ \ + ftp://mirror.euronet.nl/pub/mirrors/FreeBSD/distfiles/ \ + ftp://166.111.8.205/mirror/gentoo/distfiles/ \ + http://globalfilesearch.com/download/mirror.euronet.nl/pub/mirrors/tucows/linux/files/ DISTFILES= abuse_datafiles.tar.gz EXTRACT_ONLY= # empty diff --git a/games/abuse/pkg-descr b/games/abuse/pkg-descr index 53382b384fd7..b322175a238e 100644 --- a/games/abuse/pkg-descr +++ b/games/abuse/pkg-descr @@ -1,4 +1,4 @@ This port installs the full registered data files for Abuse 2.0 and the necessary glue to use them with the SDL port of the Abuse game engine. -WWW: http://www.labyrinth.net.au/~trandor/abuse/ +WWW: http://abuse.zoy.org diff --git a/games/abuse_sdl/Makefile b/games/abuse_sdl/Makefile index d6c699973fd9..398a1361a18e 100644 --- a/games/abuse_sdl/Makefile +++ b/games/abuse_sdl/Makefile @@ -9,7 +9,10 @@ PORTNAME= abuse_sdl PORTVERSION= 0.7.0 PORTREVISION= 5 CATEGORIES= games -MASTER_SITES= http://abuse.zoy.org/raw-attachment/wiki/Downloads/ +MASTER_SITES= http://abuse.zoy.org/raw-attachment/wiki/Downloads/ \ + http://epix.linux.tucows.com/files/ \ + http://blueyonder.linux.tucows.com/files/ \ + http://casemanl.linux.tucows.com/files/ DISTNAME= abuse-sdl-${PORTVERSION} MAINTAINER= chris@officialunix.com |