diff options
author | trevor <trevor@FreeBSD.org> | 2004-03-10 00:14:08 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-03-10 00:14:08 +0800 |
commit | 60512a041a50c8fbdaa2d7e8bf492eeb16db561f (patch) | |
tree | ed2278755c30672b0aab749cb01c5e936884d8ad /audio | |
parent | 711fed3dcb20cd2ee6f1d0d731c945bb4f216d5a (diff) | |
download | freebsd-ports-gnome-60512a041a50c8fbdaa2d7e8bf492eeb16db561f.tar.gz freebsd-ports-gnome-60512a041a50c8fbdaa2d7e8bf492eeb16db561f.tar.zst freebsd-ports-gnome-60512a041a50c8fbdaa2d7e8bf492eeb16db561f.zip |
The rpmfind master sites have a corrupt file. I wrote to Daniel
Veillard, the apparent maintainer of the archive, about it.
The distfile on mayn.de is the same as the one I originally ported.
A different distfile is on the ogi.edu and NetBSD sites.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/festvox-ogirab/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/festvox-ogirab/Makefile b/audio/festvox-ogirab/Makefile index 04cf08ca6e66..a66f33ef5b04 100644 --- a/audio/festvox-ogirab/Makefile +++ b/audio/festvox-ogirab/Makefile @@ -10,7 +10,8 @@ PORTNAME= festvox-ogirab PORTVERSION= 2.0 CATEGORIES= audio accessibility -MASTER_SITES= ${MASTER_SITE_FESTIVAL_OGI} +MASTER_SITES= \ + ftp://ftp.mayn.de/pub/linux/BLinux/festival/mirror.ogi-synth_home/ DISTNAME= voice_ogirab_di-2.0 DIST_SUBDIR= festival @@ -21,8 +22,6 @@ RUN_DEPENDS= \ ${PREFIX}/share/festival/lib/ogi_token.scm:${PORTSDIR}/audio/festival+OGI \ ${LOCALBASE}/share/festival/lib/dicts/ogi_lex.out:${PORTSDIR}/audio/festlex-ogi -BROKEN= "Checksum mismatch" - RESTRICTED= no-commercial-use WRKSRC= ${WRKDIR}/festival |