diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-23 22:04:27 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-23 22:04:27 +0000 |
commit | fe6125d27a2327d5a54ef148b313a069e35006b8 (patch) | |
tree | 004eb7fd7b488e6bb882a60b8882df7b783587b7 /Mk/bsd.sites.mk | |
parent | 6a4e8d0ded3fc45a46cb5c38c4c749cce1cb7f6c (diff) | |
download | ports-fe6125d27a2327d5a54ef148b313a069e35006b8.tar.gz ports-fe6125d27a2327d5a54ef148b313a069e35006b8.zip |
Notes
Diffstat (limited to 'Mk/bsd.sites.mk')
-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 87200c029e61..9e4f01894558 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -713,10 +713,10 @@ MASTER_SITE_RUBY+= \ ftp://ftp.iDaemons.org/pub/mirror/ftp.ruby-lang.org/ruby/%SUBDIR%/ MASTER_SITE_SAMBA+= \ - http://us3.samba.org/samba/ftp/%SUBDIR%/ \ http://us1.samba.org/samba/ftp/%SUBDIR%/ \ - http://us4.samba.org/samba/ftp/%SUBDIR%/ \ http://us2.samba.org/samba/ftp/%SUBDIR%/ \ + http://us4.samba.org/samba/ftp/%SUBDIR%/ \ + http://us3.samba.org/samba/ftp/%SUBDIR%/ \ ftp://ca.samba.org/%SUBDIR%/ \ ftp://de.samba.org/samba.org/%SUBDIR%/ \ ftp://ftp.k2.net/mirrors/samba/%SUBDIR%/ \ |