diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-06-09 11:16:54 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-06-09 11:16:54 +0000 |
commit | 0df96924ccdd957ddc1084ccc00575fffeb8638d (patch) | |
tree | bf2910bc809af7d916579e6189c69f231d5639b3 | |
parent | 6a58b2b76d31cf921cbb2f6cfafd1c1cd33d029a (diff) | |
download | ports-0df96924ccdd957ddc1084ccc00575fffeb8638d.tar.gz ports-0df96924ccdd957ddc1084ccc00575fffeb8638d.zip |
Add more MASTER_SITES
Notes
Notes:
svn path=/head/; revision=60959
-rw-r--r-- | devel/gnustep-make/Makefile | 4 | ||||
-rw-r--r-- | lang/gnustep-base/Makefile | 4 | ||||
-rw-r--r-- | lang/gnustep-guile/Makefile | 4 | ||||
-rw-r--r-- | lang/gnustep-objc/Makefile | 4 |
4 files changed, 12 insertions, 4 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index 6e51695a7af0..e62d3d65e5e9 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -8,7 +8,9 @@ PORTNAME= gnustep-make PORTVERSION= 1.3.2 CATEGORIES= devel -MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ +MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ \ + http://archive.progeny.com/gnustep/ \ + ftp://ftp.easynet.nl/mirror/GNUstep/ MAINTAINER= dinoex@FreeBSD.org diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 481af2598e3a..9e728370daae 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -8,7 +8,9 @@ PORTNAME= gnustep-base PORTVERSION= 1.3.2 CATEGORIES= lang devel -MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ +MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ \ + http://archive.progeny.com/gnustep/ \ + ftp://ftp.easynet.nl/mirror/GNUstep/ MAINTAINER= dinoex@FreeBSD.org diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile index 72e4c144bd6a..d601cbee2c3a 100644 --- a/lang/gnustep-guile/Makefile +++ b/lang/gnustep-guile/Makefile @@ -8,7 +8,9 @@ PORTNAME= gnustep-guile PORTVERSION= 1.0.3 CATEGORIES= lang -MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/libs/ +MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/libs/ \ + http://archive.progeny.com/gnustep/ \ + ftp://ftp.easynet.nl/mirror/GNUstep/ MAINTAINER= dinoex@FreeBSD.org diff --git a/lang/gnustep-objc/Makefile b/lang/gnustep-objc/Makefile index 9bd1324f2f5a..1f5c12f86a4d 100644 --- a/lang/gnustep-objc/Makefile +++ b/lang/gnustep-objc/Makefile @@ -8,7 +8,9 @@ PORTNAME= gnustep-objc PORTVERSION= 1.2.2 CATEGORIES= lang devel -MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/libs/ +MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/libs/ \ + http://archive.progeny.com/gnustep/ \ + ftp://ftp.easynet.nl/mirror/GNUstep/ MAINTAINER= dinoex@FreeBSD.org |