Date: Fri, 13 Apr 2018 09:51:53 +0000 (UTC) From: Kirill Ponomarev <krion@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467230 - head/games/xchadance Message-ID: <201804130951.w3D9praR033640@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org COMMENT= Display a dancing girl "ChaCha." - -BROKEN= unfetchable USES= lha USE_XORG= x11
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804130951.w3D9praR033640>