diff options
author | pav <pav@FreeBSD.org> | 2009-01-29 21:53:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-29 21:53:29 +0800 |
commit | b5866230d9fbe56a588349eecf77c6eac4f3ca83 (patch) | |
tree | cc1448a23bde6a5a45c385cdc60c396d125a3f09 | |
parent | f6d83c0792844b9706f8b8898983443bf0c456c6 (diff) | |
download | freebsd-ports-gnome-b5866230d9fbe56a588349eecf77c6eac4f3ca83.tar.gz freebsd-ports-gnome-b5866230d9fbe56a588349eecf77c6eac4f3ca83.tar.zst freebsd-ports-gnome-b5866230d9fbe56a588349eecf77c6eac4f3ca83.zip |
- 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.
-rw-r--r-- | Mk/bsd.sites.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index fd27a204566b..211857e83ef8 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -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 |