diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-08-25 10:38:38 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-08-25 10:38:38 +0000 |
commit | 887bfdc6929fb62113ee043173f3c4708c29ca96 (patch) | |
tree | cee944904d44edb79459023b63bf5f1fab634917 /graphics | |
parent | f76d849957b42350285f004b9128196526c8c1d4 (diff) | |
download | ports-887bfdc6929fb62113ee043173f3c4708c29ca96.tar.gz ports-887bfdc6929fb62113ee043173f3c4708c29ca96.zip |
Update MASTER_SITES
PR: ports/70913
Submitted by: Koop Mast
Notes
Notes:
svn path=/head/; revision=117244
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 |