From owner-svn-ports-all@freebsd.org Fri Apr 13 09:51:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 933F7FA00DA; Fri, 13 Apr 2018 09:51:53 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 446A96C940; Fri, 13 Apr 2018 09:51:53 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F61418291; Fri, 13 Apr 2018 09:51:53 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3D9prPR033641; Fri, 13 Apr 2018 09:51:53 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3D9praR033640; Fri, 13 Apr 2018 09:51:53 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201804130951.w3D9praR033640@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Fri, 13 Apr 2018 09:51:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467230 - head/games/xchadance X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/games/xchadance X-SVN-Commit-Revision: 467230 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2018 09:51:53 -0000 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