diff options
author | crees <crees@FreeBSD.org> | 2011-12-20 03:05:24 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-12-20 03:05:24 +0800 |
commit | 37cfe235c3b9e5482bb97ed7367e9d825517ec2b (patch) | |
tree | 52e8fa8840f33f89bb89460a980dd44de7e05a4c /irc | |
parent | babf959394ffad2ca53832bf57278ceaff0362fb (diff) | |
download | freebsd-ports-gnome-37cfe235c3b9e5482bb97ed7367e9d825517ec2b.tar.gz freebsd-ports-gnome-37cfe235c3b9e5482bb97ed7367e9d825517ec2b.tar.zst freebsd-ports-gnome-37cfe235c3b9e5482bb97ed7367e9d825517ec2b.zip |
Update MASTER_SITES
PR: ports/163433
Submitted by: crees
Approved by: maintainer
Diffstat (limited to 'irc')
-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 |