diff options
author | knu <knu@FreeBSD.org> | 2001-06-09 13:00:43 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-06-09 13:00:43 +0800 |
commit | 0378e3712ae800e67129645174e6d82dab66d29d (patch) | |
tree | 3d208761a1ba23b4c9ed98b715aa2cc55b9676cb /irc | |
parent | 7e263f6a15bdcdfbf78be6982a8df1e3869ed2c5 (diff) | |
download | freebsd-ports-gnome-0378e3712ae800e67129645174e6d82dab66d29d.tar.gz freebsd-ports-gnome-0378e3712ae800e67129645174e6d82dab66d29d.tar.zst freebsd-ports-gnome-0378e3712ae800e67129645174e6d82dab66d29d.zip |
Put ftp.epicsol.org back to MASTER_SITE.
Submitted by: Anders Andersson <anders@codefactory.se> (MAINTAINER)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/epic4/Makefile | 4 | ||||
-rw-r--r-- | irc/epic5/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile index 8305b2ea245b..5b0e83436d92 100644 --- a/irc/epic4/Makefile +++ b/irc/epic4/Makefile @@ -9,11 +9,11 @@ PORTNAME= epic4 PORTVERSION= 1.0.1 # Make CATEGORIES overridable for slave ports CATEGORIES?= irc -MASTER_SITES= ftp://ftp.magenet.com/pub/epic/%SUBDIR%/ \ +MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/%SUBDIR%/ \ + ftp://ftp.magenet.com/pub/epic/%SUBDIR%/ \ ftp://ftp.icm.edu.pl/vol/rzm0/irc/EPIC/%SUBDIR%/ \ ftp://ftp.archive.de.uu.net/pub/unix/irc/epic/%SUBDIR%/ \ ftp://ftp.nl.uu.net/pub/unix/irc/epic/%SUBDIR%/ \ -# ftp://ftp.epicsol.org/pub/epic/%SUBDIR%/ \ # ftp://ftp.neato.org/pub/epic/%SUBDIR%/ \ # ftp://totem.fix.no/pub/mirrors/epic/%SUBDIR%/ \ # ftp://broken.com/pub/ircii/%SUBDIR%/ diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile index 8305b2ea245b..5b0e83436d92 100644 --- a/irc/epic5/Makefile +++ b/irc/epic5/Makefile @@ -9,11 +9,11 @@ PORTNAME= epic4 PORTVERSION= 1.0.1 # Make CATEGORIES overridable for slave ports CATEGORIES?= irc -MASTER_SITES= ftp://ftp.magenet.com/pub/epic/%SUBDIR%/ \ +MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/%SUBDIR%/ \ + ftp://ftp.magenet.com/pub/epic/%SUBDIR%/ \ ftp://ftp.icm.edu.pl/vol/rzm0/irc/EPIC/%SUBDIR%/ \ ftp://ftp.archive.de.uu.net/pub/unix/irc/epic/%SUBDIR%/ \ ftp://ftp.nl.uu.net/pub/unix/irc/epic/%SUBDIR%/ \ -# ftp://ftp.epicsol.org/pub/epic/%SUBDIR%/ \ # ftp://ftp.neato.org/pub/epic/%SUBDIR%/ \ # ftp://totem.fix.no/pub/mirrors/epic/%SUBDIR%/ \ # ftp://broken.com/pub/ircii/%SUBDIR%/ |