svn commit: r467230 - head/games/xchadance

Kirill Ponomarev krion at FreeBSD.org
Fri Apr 13 09:51:53 UTC 2018


Author: krion
Date: Fri Apr 13 09:51:52 2018
New Revision: 467230
URL: https://svnweb.freebsd.org/changeset/ports/467230

Log:
  Fix unfetchable distfile.
  
  PR:		227471
  Submitted by:	nyan at FreeBSD.org

Modified:
  head/games/xchadance/Makefile

Modified: head/games/xchadance/Makefile
==============================================================================
--- head/games/xchadance/Makefile	Fri Apr 13 09:47:23 2018	(r467229)
+++ head/games/xchadance/Makefile	Fri Apr 13 09:51:52 2018	(r467230)
@@ -6,14 +6,11 @@ PORTVERSION=	1.0
 PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	ftp://ftp.mk.bsdclub.org/pub/FreeBSD/distfiles/ \
-		ftp://relay1.tomsk.gov.ru/pub/FreeBSD/ports/distfiles/ \
-		ftp://ftp.rediris.es/sites/ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/motoyuki/
+		LOCAL/nyan
 DISTFILES=	xchada01.lzh
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Display a dancing girl "ChaCha."
-
-BROKEN=		unfetchable
 
 USES=		lha
 USE_XORG=	x11


More information about the svn-ports-head mailing list