diff options
author | Timur I. Bakeyev <timur@FreeBSD.org> | 2012-10-19 15:47:24 +0000 |
---|---|---|
committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2012-10-19 15:47:24 +0000 |
commit | cdd2609cd5e4e3fc3bc0e03c2e15f14d166b1d58 (patch) | |
tree | d8675cd2471df8e95d8f6c375d307c9fa02f152e /Mk/bsd.sites.mk | |
parent | 66c263c7616e9903409029d66fc9355f1f83acfe (diff) | |
download | ports-cdd2609cd5e4e3fc3bc0e03c2e15f14d166b1d58.tar.gz ports-cdd2609cd5e4e3fc3bc0e03c2e15f14d166b1d58.zip |
Most of the samba sites were dead. Updated the list.
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=306133
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r-- | Mk/bsd.sites.mk | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 7c48c26b5b81..8f0792c65224 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -1165,15 +1165,10 @@ MASTER_SITE_RUBYGEMS+= \ .if !defined(IGNORE_MASTER_SITE_SAMBA) MASTER_SITE_SAMBA+= \ - http://us1.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.oss.eznetsols.org/samba/%SUBDIR%/ \ + http://ftp.samba.org/pub/samba/%SUBDIR%/ \ + ftp://ca.samba.org/pub/samba/%SUBDIR%/ \ + ftp://de.samba.org/pub/samba/%SUBDIR%/ \ ftp://ftp.easynet.be/samba/%SUBDIR%/ \ - ftp://ftp.linuxforum.net/ftp.samba.org/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/samba/&,} .endif |