svn commit: r452000 - head/audio/vsound

Alexey Dokuchaev danfe at FreeBSD.org
Fri Oct 13 14:19:09 UTC 2017


Author: danfe
Date: Fri Oct 13 14:19:07 2017
New Revision: 452000
URL: https://svnweb.freebsd.org/changeset/ports/452000

Log:
  Unbreak by providing a few working distfile locations.

Modified:
  head/audio/vsound/Makefile

Modified: head/audio/vsound/Makefile
==============================================================================
--- head/audio/vsound/Makefile	Fri Oct 13 14:18:50 2017	(r451999)
+++ head/audio/vsound/Makefile	Fri Oct 13 14:19:07 2017	(r452000)
@@ -5,12 +5,11 @@ PORTNAME=	vsound
 PORTVERSION=	0.6
 PORTREVISION=	6
 CATEGORIES=	audio
-MASTER_SITES=	http://www.vsound.org/
+MASTER_SITES=	http://down1.chinaunix.net/distfiles/ \
+		http://freebsd.nsu.ru/distfiles/ GENTOO
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Utility for capturing audio streams from programs with OSS output
-
-BROKEN=		No public distfiles
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING


More information about the svn-ports-all mailing list