svn commit: r338701 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Sun Jan 5 00:08:02 UTC 2014


Author: bapt
Date: Sun Jan  5 00:08:02 2014
New Revision: 338701
URL: http://svnweb.freebsd.org/changeset/ports/338701

Log:
  Add the debian cdn as a first attempt for debian mirrors

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Sun Jan  5 00:03:49 2014	(r338700)
+++ head/Mk/bsd.sites.mk	Sun Jan  5 00:08:02 2014	(r338701)
@@ -149,6 +149,7 @@ MASTER_SITE_CSME+=	${MASTER_SITE_CENKES}
 
 .if !defined(IGNORE_MASTER_SITE_DEBIAN)
 MASTER_SITE_DEBIAN+= \
+	http://cdn.debian.net/debian/%SUBDIR%/ \
 	http://www.gtlib.gatech.edu/pub/debian/%SUBDIR%/ \
 	ftp://ftp.us.debian.org/debian/%SUBDIR%/ \
 	${MASTER_SITE_DEBIAN_NON_US:S,/debian-non-US/,/debian/,}


More information about the svn-ports-all mailing list