diff options
author | trevor <trevor@FreeBSD.org> | 2002-03-10 09:17:54 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-03-10 09:17:54 +0000 |
commit | e215ab9613d515078b94c4aff9f8e3dd64b59f29 (patch) | |
tree | 021f60f7c9fca50e3f825e9f140faebbf331a980 /audio/csound | |
parent | 591bcc2bf5abffb1ee3870169b69387c366893ed (diff) | |
download | FreeBSD-ports-e215ab9613d515078b94c4aff9f8e3dd64b59f29.zip FreeBSD-ports-e215ab9613d515078b94c4aff9f8e3dd64b59f29.tar.gz |
Update the author's master site to ftp.cs.bath.ac.uk, and add
sunsite.univie.ac.at. The latter was found with
(URL:http://www.alltheweb.com/search?cat=ftp). I've placed the
Austrian site first in the list because of past troubles at the
author's site. Remove BROKEN line.
Diffstat (limited to 'audio/csound')
-rw-r--r-- | audio/csound/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile index 61031f8..665033c 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -8,7 +8,8 @@ PORTNAME= csound PORTVERSION= 4.16 CATEGORIES= audio -MASTER_SITES= ftp://ftp.maths.bath.ac.uk/pub/dream/newest/ +MASTER_SITES= ftp://sunsite.univie.ac.at/pub/sound/csound/newest/ \ + ftp://ftp.cs.bath.ac.uk/pub/dream/newest/ DISTNAME= Csound${PORTVERSION} DIST_SUBDIR= csound @@ -17,7 +18,6 @@ MAINTAINER= trevor@FreeBSD.org LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83 \ tk83:${PORTSDIR}/x11-toolkits/tk83 -BROKEN= "files are missing from master FTP site" RESTRICTED= "no redistribution; no commercial use except to make music (see http://mitpress.mit.edu/e-books/csound/fpage/FAQml/faq/faq.html)" NO_CDROM= ${RESTRICTED} NO_FTP= ${RESTRICTED} |