svn commit: r306133 - head/Mk

Timur I. Bakeyev timur at FreeBSD.org
Fri Oct 19 15:47:25 UTC 2012


Author: timur
Date: Fri Oct 19 15:47:24 2012
New Revision: 306133
URL: http://svn.freebsd.org/changeset/ports/306133

Log:
  Most of the samba sites were dead. Updated the list.
  
  Feature safe:	yes

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Fri Oct 19 15:46:17 2012	(r306132)
+++ head/Mk/bsd.sites.mk	Fri Oct 19 15:47:24 2012	(r306133)
@@ -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
 


More information about the svn-ports-all mailing list