diff options
author | vs <vs@FreeBSD.org> | 2004-08-25 18:38:38 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-08-25 18:38:38 +0800 |
commit | 8681494c52b973e517b612f3c90e5b952f511679 (patch) | |
tree | a5f5021c985306c244c1220b9dc78419b95c555e /graphics | |
parent | d8aae68b00fdc8b7a868eb7f33ee101e26bb0e3d (diff) | |
download | freebsd-ports-gnome-8681494c52b973e517b612f3c90e5b952f511679.tar.gz freebsd-ports-gnome-8681494c52b973e517b612f3c90e5b952f511679.tar.zst freebsd-ports-gnome-8681494c52b973e517b612f3c90e5b952f511679.zip |
Update MASTER_SITES
PR: ports/70913
Submitted by: Koop Mast
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sane-backends/Makefile | 6 | ||||
-rw-r--r-- | graphics/sane-frontends/Makefile | 8 |
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 |