diff options
-rw-r--r-- | audio/shout/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/shout/Makefile b/audio/shout/Makefile index d9bf960cf5d2..5400e0f8245a 100644 --- a/audio/shout/Makefile +++ b/audio/shout/Makefile @@ -9,7 +9,9 @@ PORTNAME= shout PORTVERSION= 0.8.0 PORTREVISION= 1 CATEGORIES= audio net -MASTER_SITES= http://www.icecast.org/releases/ +MASTER_SITES= http://downloads.xiph.org/releases/libshout/ \ + http://downloads.us.xiph.org/releases/libshout/ \ + http://public.planetmirror.com/pub/xiph/releases/libshout/ MAINTAINER= ports@FreeBSD.org COMMENT= Program that sends mp3 streams to an icecast/shoutcast server |