From owner-svn-ports-head@freebsd.org Sun Jun 28 08:49:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8A2C98F412; Sun, 28 Jun 2015 08:49:01 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 997641C89; Sun, 28 Jun 2015 08:49:01 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S8n1nA063234; Sun, 28 Jun 2015 08:49:01 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S8n1DP063233; Sun, 28 Jun 2015 08:49:01 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201506280849.t5S8n1DP063233@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 28 Jun 2015 08:49:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390758 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 08:49:01 -0000 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%/ \