- PHP: push brazilian and chinese mirrors to the end of the list, so well

connected danmark mirror is tried first.  Sorting mirror sites alphabetically
  is not a good idea.
This commit is contained in:
Pav Lucistnik 2009-01-29 13:53:29 +00:00
parent 0474beea30
commit c1c0f30b1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227089

View File

@ -994,8 +994,6 @@ MASTER_SITE_PGSQL+= \
.if !defined(IGNORE_MASTER_SITE_PHP)
MASTER_SITE_PHP+= \
http://br.php.net/%SUBDIR%/ \
http://cn.php.net/%SUBDIR%/ \
http://dk.php.net/%SUBDIR%/ \
http://de.php.net/%SUBDIR%/ \
http://es.php.net/%SUBDIR%/ \
@ -1007,6 +1005,8 @@ MASTER_SITE_PHP+= \
http://se.php.net/%SUBDIR%/ \
http://uk.php.net/%SUBDIR%/ \
http://us2.php.net/%SUBDIR%/ \
http://br.php.net/%SUBDIR%/ \
http://cn.php.net/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/php/&,}
.endif