diff options
author | pav <pav@FreeBSD.org> | 2004-06-07 07:30:56 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-07 07:30:56 +0800 |
commit | 9f88862313edf497aa12a0ba48af374aeab96dee (patch) | |
tree | b55f14b674583ae5c87eb8e39f4521d428e84da7 /databases | |
parent | 3e0adb03d384ad31c6df9ae4ba936a2e45b83f18 (diff) | |
download | freebsd-ports-gnome-9f88862313edf497aa12a0ba48af374aeab96dee.tar.gz freebsd-ports-gnome-9f88862313edf497aa12a0ba48af374aeab96dee.tar.zst freebsd-ports-gnome-9f88862313edf497aa12a0ba48af374aeab96dee.zip |
- Fix fetching
PR: ports/67641
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/grass-i18n/Makefile | 6 | ||||
-rw-r--r-- | databases/grass/Makefile | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/databases/grass-i18n/Makefile b/databases/grass-i18n/Makefile index 58c8eba974a7..7fa06277fb54 100644 --- a/databases/grass-i18n/Makefile +++ b/databases/grass-i18n/Makefile @@ -10,8 +10,10 @@ PORTVERSION= 5.0.2 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= databases -MASTER_SITES= http://grass.itc.it/grass5/source/ \ - ftp://grass.baylor.edu/pub/grass/grass5/source/ +MASTER_SITES= http://grass.itc.it/grass50/source/ \ + http://grass.meteo.uni.wroc.pl/grass50/source/ \ + ftp://sunsite.ualberta.ca/pub/Mirror/grass-web/grass50/source/ \ + http://www.dinama.gub.uy/grass/grass50/source/ DISTNAME= ${PORTNAME}-${PORTVERSION}_src MAINTAINER= ports@FreeBSD.org diff --git a/databases/grass/Makefile b/databases/grass/Makefile index 58c8eba974a7..7fa06277fb54 100644 --- a/databases/grass/Makefile +++ b/databases/grass/Makefile @@ -10,8 +10,10 @@ PORTVERSION= 5.0.2 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= databases -MASTER_SITES= http://grass.itc.it/grass5/source/ \ - ftp://grass.baylor.edu/pub/grass/grass5/source/ +MASTER_SITES= http://grass.itc.it/grass50/source/ \ + http://grass.meteo.uni.wroc.pl/grass50/source/ \ + ftp://sunsite.ualberta.ca/pub/Mirror/grass-web/grass50/source/ \ + http://www.dinama.gub.uy/grass/grass50/source/ DISTNAME= ${PORTNAME}-${PORTVERSION}_src MAINTAINER= ports@FreeBSD.org |