svn commit: r416701 - head/audio/shoutcast

Sean Bruno sbruno at FreeBSD.org
Sat Jun 11 02:36:45 UTC 2016


Author: sbruno
Date: Sat Jun 11 02:36:44 2016
New Revision: 416701
URL: https://svnweb.freebsd.org/changeset/ports/416701

Log:
  Host the shoutcast tgz in my home dir on Freefall to unbreak.

Modified:
  head/audio/shoutcast/Makefile

Modified: head/audio/shoutcast/Makefile
==============================================================================
--- head/audio/shoutcast/Makefile	Sat Jun 11 02:33:45 2016	(r416700)
+++ head/audio/shoutcast/Makefile	Sat Jun 11 02:36:44 2016	(r416701)
@@ -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 at FreeBSD.org
@@ -14,8 +15,6 @@ COMMENT=	SHOUTcast Distributed Network A
 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}


More information about the svn-ports-head mailing list