diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-02-11 05:23:00 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-02-11 05:23:00 +0000 |
commit | b77f1e355219d59114496e59ff8f948ff0684a5f (patch) | |
tree | f0b0dfd8448140ac6cc8b34717c54e6277a8faa1 | |
parent | 048bb5ecc55a72db400e9d991e18b86b45233105 (diff) |
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
Notes
Notes:
svn path=/head/; revision=461458
-rw-r--r-- | archivers/freeze/Makefile | 2 | ||||
-rw-r--r-- | games/xminesweep/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/archivers/freeze/Makefile b/archivers/freeze/Makefile index 85889392b3d7..f0986440cc2e 100644 --- a/archivers/freeze/Makefile +++ b/archivers/freeze/Makefile @@ -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/ diff --git a/games/xminesweep/Makefile b/games/xminesweep/Makefile index 2e84cd126810..743ed0004100 100644 --- a/games/xminesweep/Makefile +++ b/games/xminesweep/Makefile @@ -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} |