1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Replace a redirect URL (containing multiple query params) with the actual site address.

This is a workaround to fix eclipse port download:

=> <distfile> doesn't seem to exist in /distfiles/.
eval: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/: not found
*** [do-fetch] Error code 2
This commit is contained in:
Alex Dupre 2014-01-24 11:35:16 +00:00
parent 682e3de31b
commit 3bc2beca6e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340890

View File

@ -210,7 +210,7 @@ MASTER_SITE_ECLIPSE+= \
ftp://sunsite.cnlab-switch.ch/mirror/eclipse/%SUBDIR%/ \
ftp://sunsite.cnlab-switch.ch/mirror/eclipse/eclipse/downloads/drops/%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%/
http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_EXIM)