svn commit: r461458 - in head: archivers/freeze games/xminesweep

Alexey Dokuchaev danfe at FreeBSD.org
Sun Feb 11 05:23:01 UTC 2018


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}
 


More information about the svn-ports-head mailing list