summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/sane-backends/Makefile6
-rw-r--r--graphics/sane-frontends/Makefile8
2 files changed, 10 insertions, 4 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
index cb9def3d3229..c0ccb7668619 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -9,7 +9,11 @@ PORTNAME= sane-backends
PORTVERSION= 1.0.14
PORTREVISION= 1
CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.no.mostang.com/pub/sane/%SUBDIR%/
+MASTER_SITES= ftp://ftp.sane-project.org/pub/sane/%SUBDIR%/ \
+ ftp://ftp2.sane-project.org/pub/sane/%SUBDIR%/ \
+ ftp://ftp3.sane-project.org/pub/sane/%SUBDIR%/ \
+ ftp://gd.tuwien.ac.at/hci/sane/%SUBDIR%/ \
+ http://gd.tuwien.ac.at/hci/sane/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile
index 0aa7ce9deda7..3787c3d7e9ba 100644
--- a/graphics/sane-frontends/Makefile
+++ b/graphics/sane-frontends/Makefile
@@ -8,9 +8,11 @@
PORTNAME= sane-frontends
PORTVERSION= 1.0.12
CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.mostang.com/pub/sane/%SUBDIR%/ \
- ftp://ftp.de.mostang.com/pub/sane/%SUBDIR%/ \
- ftp://ftp.no.mostang.com/pub/sane/%SUBDIR%/
+MASTER_SITES= ftp://ftp.sane-project.org/pub/sane/%SUBDIR%/ \
+ ftp://ftp2.sane-project.org/pub/sane/%SUBDIR%/ \
+ ftp://ftp3.sane-project.org/pub/sane/%SUBDIR%/ \
+ ftp://gd.tuwien.ac.at/hci/sane/%SUBDIR%/ \
+ http://gd.tuwien.ac.at/hci/sane/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org