diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2005-10-01 05:20:13 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2005-10-01 05:20:13 +0000 |
commit | 9aedc553e7f703dd51059852976cb4a76a596ad4 (patch) | |
tree | 9de7932dbf426e0e5315f8d482de979d418c3b74 /irc | |
parent | Update to 0.9.2 (diff) |
Remove ftp.ircd.com.br since it answers anonymous login requests with
"530 This is a private system - No anonymous login"
Remove http://ircservices.swissirc.ch since it serves malformed redirects
to http://www.swissirc.net/, which I can only get to serve a web-based
irc client.
Resolve the 302 redirects from www.irc.gr to banana.irc.gr, since
fetch won't follow 302 redirects.
Found by: distfile survey
Notes
Notes:
svn path=/head/; revision=143892
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircservices/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/irc/ircservices/Makefile b/irc/ircservices/Makefile index ef5bab62cffa..175f9c564d97 100644 --- a/irc/ircservices/Makefile +++ b/irc/ircservices/Makefile @@ -11,9 +11,7 @@ CATEGORIES= irc MASTER_SITES= ftp://ftp.esper.net/ircservices/ \ http://www.ircservices.esper.net/download/ \ ftp://ftp.freenet.de/pub/ftp.ircservices.za.net/pub/ircservices/ \ - ftp://ftp.ircd.com.br/ircservices/ \ - http://www.irc.gr/ircservices/ \ - http://ircservices.swissirc.ch/ + http://banana.irc.gr/ircservices/ DISTNAME= ${PORTNAME}-5.0.0 |