svn commit: r384629 - head/audio/libopenspc

Koop Mast kwm at FreeBSD.org
Fri Apr 24 07:48:03 UTC 2015


Author: kwm
Date: Fri Apr 24 07:48:02 2015
New Revision: 384629
URL: https://svnweb.freebsd.org/changeset/ports/384629

Log:
  Unbreak by adding extra distfile location outside the freebsd cluster.

Modified:
  head/audio/libopenspc/Makefile

Modified: head/audio/libopenspc/Makefile
==============================================================================
--- head/audio/libopenspc/Makefile	Fri Apr 24 07:44:23 2015	(r384628)
+++ head/audio/libopenspc/Makefile	Fri Apr 24 07:48:02 2015	(r384629)
@@ -5,13 +5,12 @@ PORTNAME=	libopenspc
 PORTVERSION=	0.3.99a
 PORTREVISION=	1
 CATEGORIES=	audio
-MASTER_SITES=	${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	kwm
+MASTER_SITES=	http://rainbow-runner.nl/freebsd/ \
+		LOCAL/kwm
 
 MAINTAINER=	kwm at FreeBSD.org
 COMMENT=	Library for playing SPC (SNES audio) files
 
-BROKEN=		Unfetchable
 BUILD_DEPENDS=	nasm:${PORTSDIR}/devel/nasm
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list