diff options
author | marino <marino@FreeBSD.org> | 2013-07-22 05:51:06 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-07-22 05:51:06 +0800 |
commit | 78c5979b5c47561d450af81fad22dbbfafe899da (patch) | |
tree | 1add2b3fe996cf64c8aeec6615f2aaddfc987d73 /Mk | |
parent | d76a2056b080c1d33c3755846ee9c632852b8db5 (diff) | |
download | freebsd-ports-gnome-78c5979b5c47561d450af81fad22dbbfafe899da.tar.gz freebsd-ports-gnome-78c5979b5c47561d450af81fad22dbbfafe899da.tar.zst freebsd-ports-gnome-78c5979b5c47561d450af81fad22dbbfafe899da.zip |
Mk/bsd.sites.mk: Update ECLIPSE mirrors
PR: ports/179433
Submitted by: marino
Approved by: bapt (mentor)
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 4b404ca018f6..7027d56e9ba5 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -218,18 +218,13 @@ MASTER_SITE_EASYSW+= \ .if !defined(IGNORE_MASTER_SITE_ECLIPSE) MASTER_SITE_ECLIPSE+= \ + ftp://sunsite.informatik.rwth-aachen.de/pub/mirror/eclipse.org/%SUBDIR%/ \ ftp://sunsite.informatik.rwth-aachen.de/pub/mirror/eclipse/%SUBDIR%/ \ - http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/%SUBDIR%/ \ - ftp://ftp.tu-clausthal.de/pub/eclipse/downloads/drops/%SUBDIR%/ \ http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/%SUBDIR%/ \ - ftp://ftp.unixag-zw.fh-kl.de/pub/mirrors/eclipse/drops/%SUBDIR%/ \ - http://eclipse.teccomm.les.inf.puc-rio.br/downloads/drops/%SUBDIR%/ \ - http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/%SUBDIR%/ \ - http://www.eclipse.ps.pl/downloads/drops/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/eclipse/downloads/drops/&,} \ + ftp://sunsite.cnlab-switch.ch/mirror/eclipse/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/eclipse/eclipse/downloads/drops/%SUBDIR%/ \ - http://download.eclipse.org/eclipse/downloads/drops/%SUBDIR%/ \ - ftp://download.eclipse.org/%SUBDIR%/ + ftp://sunsite.cnlab-switch.ch/mirror/eclipse/eclipse/downloads/drops4/%SUBDIR%/ \ + http://eclipse.org/downloads/download.php?mirror_id=96&r=1&file=/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_EXIM) |