diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-07-22 03:35:01 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-07-22 03:35:01 +0800 |
commit | bd10cbb4dc10c51c839c719ff608b270072efb38 (patch) | |
tree | a2de2033ddd98c435040681c80b5faf34eddcec6 /Mk/bsd.sites.mk | |
parent | 623a18140f78cebce8c594752e83f7421b5c7547 (diff) | |
download | freebsd-ports-graphics-bd10cbb4dc10c51c839c719ff608b270072efb38.tar.gz freebsd-ports-graphics-bd10cbb4dc10c51c839c719ff608b270072efb38.tar.zst freebsd-ports-graphics-bd10cbb4dc10c51c839c719ff608b270072efb38.zip |
- Remove festival bad sites:
* http://www.speech.cs.cmu.edu/festival/cstr/festival/
* ftp://ftp.tuwien.ac.at/opsys/linux/blinux/festival/
- Add new festival mastersites.
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r-- | Mk/bsd.sites.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 60f508d6464..14442e0f058 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -285,8 +285,8 @@ MASTER_SITE_FEDORA_LINUX+= \ .if !defined(IGNORE_MASTER_SITE_FESTIVAL) MASTER_SITE_FESTIVAL+= \ http://www.festvox.org/packed/festival/%SUBDIR%/ \ - http://www.speech.cs.cmu.edu/festival/cstr/festival/%SUBDIR%/ \ - ftp://ftp.tuwien.ac.at/opsys/linux/blinux/festival/mirror.festival_home/%SUBDIR%/ + http://www.cstr.ed.ac.uk/downloads/festival/%SUBDIR%/ \ + http://stuff.mit.edu/afs/sipb/project/speech-tools/src/festival/festvox.org/packed/festival/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_FESTIVAL_OGI) |