diff options
author | timur <timur@FreeBSD.org> | 2012-10-19 23:47:24 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2012-10-19 23:47:24 +0800 |
commit | b21b58a7fefcacb4a86dcdc803fbcd2d1dd0f3ab (patch) | |
tree | d8675cd2471df8e95d8f6c375d307c9fa02f152e | |
parent | 1f0ac9e833c22451ca076e59ab0c85f2654a0575 (diff) | |
download | freebsd-ports-gnome-b21b58a7fefcacb4a86dcdc803fbcd2d1dd0f3ab.tar.gz freebsd-ports-gnome-b21b58a7fefcacb4a86dcdc803fbcd2d1dd0f3ab.tar.zst freebsd-ports-gnome-b21b58a7fefcacb4a86dcdc803fbcd2d1dd0f3ab.zip |
Most of the samba sites were dead. Updated the list.
Feature safe: yes
-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 |