diff options
-rw-r--r-- | irc/ircd-ratbox/Makefile | 6 | ||||
-rw-r--r-- | irc/ratbox-services/Makefile | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/irc/ircd-ratbox/Makefile b/irc/ircd-ratbox/Makefile index e086cf0184f9..cf29c219462b 100644 --- a/irc/ircd-ratbox/Makefile +++ b/irc/ircd-ratbox/Makefile @@ -9,11 +9,9 @@ PORTNAME= ircd-ratbox PORTVERSION= 2.2.9 CATEGORIES= irc ipv6 -MASTER_SITES= ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/ \ - ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/ \ - http://www.ircd-ratbox.org/download/ \ +MASTER_SITES= http://www.ratbox.org/download/ \ ftp://ftp.parodius.com/pub/ircd-ratbox/ \ - http://www.ircd-ratbox.org/download/old/ + http://www.ratbox.org/download/old/ MAINTAINER= moggie@elasticmind.net COMMENT= An advanced, stable IRC daemon, used on many EFnet servers diff --git a/irc/ratbox-services/Makefile b/irc/ratbox-services/Makefile index 9625a3c35bfa..a77c626acbfe 100644 --- a/irc/ratbox-services/Makefile +++ b/irc/ratbox-services/Makefile @@ -7,11 +7,9 @@ PORTNAME= ratbox-services PORTVERSION= 1.2.3 CATEGORIES= irc -MASTER_SITES= ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/${PORTNAME}/ \ - ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/${PORTNAME}/ \ - http://services.ircd-ratbox.org/download/ \ +MASTER_SITES= http://services.ratbox.org/download/ \ ftp://ftp.parodius.com/pub/ircd-ratbox/${PORTNAME}/ \ - http://services.ircd-ratbox.org/download/old/ + http://services.ratbox.org/download/old/ EXTRACT_SUFX= .tgz MAINTAINER= moggie@elasticmind.net |