From owner-svn-ports-all@freebsd.org Sun Feb 11 05:23:01 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 F0CEEF18363; Sun, 11 Feb 2018 05:23:00 +0000 (UTC) (envelope-from danfe@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 9F5A384F3C; Sun, 11 Feb 2018 05:23:00 +0000 (UTC) (envelope-from danfe@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 9946C1E8AF; Sun, 11 Feb 2018 05:23:00 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1B5N0gB079872; Sun, 11 Feb 2018 05:23:00 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1B5N0E7079870; Sun, 11 Feb 2018 05:23:00 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201802110523.w1B5N0E7079870@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sun, 11 Feb 2018 05:23:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461458 - in head: archivers/freeze games/xminesweep X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head: archivers/freeze games/xminesweep X-SVN-Commit-Revision: 461458 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: Sun, 11 Feb 2018 05:23:01 -0000 Author: danfe Date: Sun Feb 11 05:23:00 2018 New Revision: 461458 URL: https://svnweb.freebsd.org/changeset/ports/461458 Log: Unbreak the fetch from ftp.warwick.ac.uk by switching to http:// from ftp:// which no longer works: $ ftp ftp.warwick.ac.uk ftp: connect: Operation timed out Modified: head/archivers/freeze/Makefile head/games/xminesweep/Makefile Modified: head/archivers/freeze/Makefile ============================================================================== --- head/archivers/freeze/Makefile Sun Feb 11 05:19:30 2018 (r461457) +++ head/archivers/freeze/Makefile Sun Feb 11 05:23:00 2018 (r461458) @@ -5,7 +5,7 @@ PORTNAME= freeze PORTVERSION= 2.5 PORTREVISION= 2 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/compression/ \ +MASTER_SITES= http://web.warwick.ac.uk/ftp/pub/compression/ \ http://www.rebootking.de/distfiles/ \ http://ngsoftwareltd.com/freebsd/distfiles/ Modified: head/games/xminesweep/Makefile ============================================================================== --- head/games/xminesweep/Makefile Sun Feb 11 05:19:30 2018 (r461457) +++ head/games/xminesweep/Makefile Sun Feb 11 05:23:00 2018 (r461458) @@ -5,9 +5,9 @@ PORTNAME= xminesweep PORTVERSION= 3.0 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= ftp://ftp.netlab.is.tsukuba.ac.jp/pub/X/our_collections/games/ \ +MASTER_SITES= http://web.warwick.ac.uk/ftp/pub/x11/ \ + ftp://ftp.netlab.is.tsukuba.ac.jp/pub/X/our_collections/games/ \ ftp://ftp.uni-halle.de/pub/X11/contrib/games/ \ - ftp://ftp.warwick.ac.uk/pub/x11/ \ ftp://ftp.eunet.ch/software/X/games/ DISTNAME= ${PORTNAME}${PORTVERSION}