From e215ab9613d515078b94c4aff9f8e3dd64b59f29 Mon Sep 17 00:00:00 2001 From: trevor Date: Sun, 10 Mar 2002 09:17:54 +0000 Subject: 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. --- audio/csound/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/csound') 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} -- cgit