svn commit: r390758 - head/Mk

Thomas Zander riggs at FreeBSD.org
Sun Jun 28 08:49:01 UTC 2015


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 at 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%/ \


More information about the svn-ports-all mailing list