diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-26 12:31:55 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-26 12:31:55 +0000 |
commit | fd31fb939adc3776080a103bab4d62fbd5858703 (patch) | |
tree | bb4753f99bd2aa6a6c2567f2f8d6a2be0d76b4da /audio | |
parent | bd15bd6b9dca3d68550871bf6389b933c538678b (diff) | |
download | ports-fd31fb939adc3776080a103bab4d62fbd5858703.tar.gz ports-fd31fb939adc3776080a103bab4d62fbd5858703.zip |
Updated mastersites: ftp.linuxpowered.com is an empty ftp-site,
xiph.stratius.com is unreachable for a long time.
Noticed by: portsurvey
Notes
Notes:
svn path=/head/; revision=71867
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libogg/Makefile | 4 | ||||
-rw-r--r-- | audio/libvorbis/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile index bf840a5e4338..5a479a4a4cd3 100644 --- a/audio/libogg/Makefile +++ b/audio/libogg/Makefile @@ -10,9 +10,7 @@ PORTVERSION= 1.0 PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= audio -MASTER_SITES= ftp://ftp.linuxpowered.com/pub/Vorbis/unix/ \ - ftp://ftp.wiles.org/pub/mirrors/Vorbis/unix/ \ - http://xiph.stratius.com/vorbis/unix/ \ +MASTER_SITES= ftp://ftp.wiles.org/pub/mirrors/Vorbis/unix/ \ http://www.oddsock.org/vorbis/unix/ \ http://www.casterclub.com/vorbis/unix/ \ http://www.math.utoledo.edu/~chaese/Vorbis/unix/ diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 78c9b29ed892..980085c61d32 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -10,9 +10,7 @@ PORTVERSION= 1.0 PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= audio -MASTER_SITES= ftp://ftp.linuxpowered.com/pub/Vorbis/unix/ \ - ftp://ftp.wiles.org/pub/mirrors/Vorbis/unix/ \ - http://xiph.stratius.com/vorbis/unix/ \ +MASTER_SITES= ftp://ftp.wiles.org/pub/mirrors/Vorbis/unix/ \ http://www.oddsock.org/vorbis/unix/ \ http://www.casterclub.com/vorbis/unix/ \ http://www.math.utoledo.edu/~chaese/Vorbis/unix/ |