diff options
author | Sean Bruno <sbruno@FreeBSD.org> | 2016-06-11 02:36:44 +0000 |
---|---|---|
committer | Sean Bruno <sbruno@FreeBSD.org> | 2016-06-11 02:36:44 +0000 |
commit | 9d464a217ac2937f1ac44b9b3e82609ba0112fc5 (patch) | |
tree | ae4ec2e04cd75b3cb4ae0aa806050e9480135f78 /audio | |
parent | 39e54437c7f1c8368d70dffdf0a3467cebd3f0cd (diff) | |
download | freebsd-ports-9d464a217ac2937f1ac44b9b3e82609ba0112fc5.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} |