diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-03-10 09:17:54 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-03-10 09:17:54 +0000 |
commit | 683f4f96a43d9c00552083971859ddf45aaa5d90 (patch) | |
tree | 8783463563fa16a49ef7078ba2d2edbc33e34acf /audio/csound | |
parent | ff39db45f3a453b74061d52246d610350104b1f8 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=55807
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 61031f85ecd3..665033c68769 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} |