diff options
author | sbruno <sbruno@FreeBSD.org> | 2016-06-11 10:36:44 +0800 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2016-06-11 10:36:44 +0800 |
commit | 5b5133502cabd5d7ab323ae8ff77be6157890bc2 (patch) | |
tree | ae4ec2e04cd75b3cb4ae0aa806050e9480135f78 /audio | |
parent | 7698d769d1b691737ba58c578bee7ce517b88c03 (diff) | |
download | freebsd-ports-gnome-5b5133502cabd5d7ab323ae8ff77be6157890bc2.tar.gz freebsd-ports-gnome-5b5133502cabd5d7ab323ae8ff77be6157890bc2.tar.zst freebsd-ports-gnome-5b5133502cabd5d7ab323ae8ff77be6157890bc2.zip |
Host the shoutcast tgz in my home dir on Freefall to unbreak.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/shoutcast/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/shoutcast/Makefile b/audio/shoutcast/Makefile index de7512343f31..801b7a96694b 100644 --- a/audio/shoutcast/Makefile +++ b/audio/shoutcast/Makefile @@ -5,7 +5,8 @@ PORTNAME= shoutcast PORTVERSION= 2.4.7.256 PORTREVISION= 1 CATEGORIES= audio net -MASTER_SITES= http://download.nullsoft.com/shoutcast/tools/ +MASTER_SITES= http://download.nullsoft.com/shoutcast/tools/ \ + http://people.freebsd.org/~sbruno/shoutcast/distfiles/ DISTNAME= sc_serv2_bsd-latest MAINTAINER= sbruno@FreeBSD.org @@ -14,8 +15,6 @@ COMMENT= SHOUTcast Distributed Network Audio Server RESTRICTED= redistribution of software is not permitted IA32_BINARY_PORT= yes -BROKEN= does not fetch (404) - USES= dos2unix shebangfix DOS2UNIX_REGEX= .*\.(conf|css|html|js|txt|xml) bash_CMD= ${SH} |