1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Mostly revert r338509 and re-add SF mirrors. Prefer main redirect.

Sourceforce is currently having major issues and without this we
  risk having weekly packages fail to build.

With hat:	portmgr
This commit is contained in:
Bryan Drewery 2014-04-23 00:46:23 +00:00
parent 3902300dbc
commit 196182d95e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351892

View File

@ -1147,8 +1147,16 @@ MASTER_SITE_SAVANNAH+= \
http://download-mirror.savannah.gnu.org/releases/%SUBDIR%/
.endif
# List: http://sourceforge.net/apps/trac/sourceforge/wiki/Mirrors
# Updated: 2013-03-25
.if !defined(IGNORE_MASTER_SITE_SOURCEFORGE)
MASTER_SITE_SOURCEFORGE+= http://downloads.sourceforge.net/project/%SUBDIR%/
.for mirror in heanet sunet iweb switch freefr garr aarnet jaist master \
nchc ncu internode waix hivelocity superb-dca3 ufpr tenet \
netcologne ignum kent kaz
MASTER_SITE_SOURCEFORGE+= \
http://${mirror}.dl.sourceforge.net/project/%SUBDIR%/
.endfor
.endif
.if !defined(IGNORE_MASTER_SITE_SOURCEFORGE_JP)