Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jun 2015 08:49:01 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390758 - head/Mk
Message-ID:  <201506280849.t5S8n1DP063233@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sun Jun 28 08:49:01 2015
New Revision: 390758
URL: https://svnweb.freebsd.org/changeset/ports/390758

Log:
  - Reintroduce MASTER_SITE_COMP_SOURCES
  - Update list of valid sites for MASTER_SITE_COMP_SOURCES
  
  PR:		199447
  Submitted by:	portmaster@bsdforge.com

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Sun Jun 28 08:40:28 2015	(r390757)
+++ head/Mk/bsd.sites.mk	Sun Jun 28 08:49:01 2015	(r390758)
@@ -113,6 +113,14 @@ MASTER_SITE_CHEESESHOP+= \
 	http://pypi.python.jp/${DISTNAME:S/${DISTVERSION}//:S/-//}/
 .endif
 
+.if !defined(IGNORE_MASTER_SITE_COMP_SOURCES)
+MASTER_SITE_COMP_SOURCES+= \
+	http://ftp.isc.org/pub/usenet/comp.sources.%SUBDIR%/ \
+	http://ftp.funet.fi/pub/archive/comp.sources.%SUBDIR%/ \
+	http://ftp.sunet.se/pub/usenet/ftp.uu.net/comp.sources.%SUBDIR%/ \
+	http://ftp.fi.netbsd.org/pub/misc/archive/comp.sources.%SUBDIR%/
+.endif
+
 .if !defined(IGNORE_MASTER_SITE_DEBIAN)
 MASTER_SITE_DEBIAN+= \
 	http://cdn.debian.net/debian/%SUBDIR%/ \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506280849.t5S8n1DP063233>