[Midnightbsd-cvs] CVS Commit: bsd.sites.mk: Eventually MASTER_SITES_LOCAL will be for our

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Aug 16 21:06:46 EDT 2007


Log Message:
-----------
Eventually MASTER_SITES_LOCAL will be for our stuff.  Add MASTER_SITES_FREEBSD_LOCAL for situations where MASTER_SITES_LOCAL is used and we don't want to host hte files ourselves (yet) or we are unsure of licensing.

Modified Files:
--------------
    mports/Mk:
        bsd.sites.mk (r1.21 -> r1.22)

-------------- next part --------------
Index: bsd.sites.mk
===================================================================
RCS file: /home/cvs/mports/Mk/bsd.sites.mk,v
retrieving revision 1.21
retrieving revision 1.22
diff -LMk/bsd.sites.mk -LMk/bsd.sites.mk -u -r1.21 -r1.22
--- Mk/bsd.sites.mk
+++ Mk/bsd.sites.mk
@@ -336,6 +336,17 @@
 	http://www.cslu.ogi.edu/tts/download/data/
 .endif
 
+.if !defined(IGNORE_MASTER_SITE_FREEBSD_LOCAL)
+MASTER_SITE_FREEBSD_LOCAL+=	\
+	ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
+	ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
+	ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
+	ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
+	ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
+	ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
+	ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%
+.endif
+
 #
 # FreeBSD mirror sites
 #


More information about the Midnightbsd-cvs mailing list