Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 2018 05:23:00 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
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
Message-ID:  <201802110523.w1B5N0E7079870@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802110523.w1B5N0E7079870>