Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jun 2016 02:36:44 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416701 - head/audio/shoutcast
Message-ID:  <201606110236.u5B2aiSq011486@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606110236.u5B2aiSq011486>