View | Details | Raw Unified | Return to bug 226249
Collapse All | Expand All

(-)bsd.port.mk (-1 / +1 lines)
Lines 2449-2455 Link Here
2449
2449
2450
# The primary backup site.
2450
# The primary backup site.
2451
MASTER_SITE_BACKUP?=	\
2451
MASTER_SITE_BACKUP?=	\
2452
	http://distcache.FreeBSD.org/ports-distfiles/${DIST_SUBDIR}/
2452
	https://distcache.FreeBSD.org/ports-distfiles/${DIST_SUBDIR}/
2453
MASTER_SITE_BACKUP:=	${MASTER_SITE_BACKUP:S^\${DIST_SUBDIR}/^^}
2453
MASTER_SITE_BACKUP:=	${MASTER_SITE_BACKUP:S^\${DIST_SUBDIR}/^^}
2454
2454
2455
# If the user has MASTER_SITE_FREEBSD set, go to the FreeBSD repository
2455
# If the user has MASTER_SITE_FREEBSD set, go to the FreeBSD repository
(-)bsd.sites.mk (-4 / +4 lines)
Lines 26-35 Link Here
26
# Where to put distfiles that don't have any other master site
26
# Where to put distfiles that don't have any other master site
27
.if !defined(IGNORE_MASTER_SITE_LOCAL)
27
.if !defined(IGNORE_MASTER_SITE_LOCAL)
28
MASTER_SITE_LOCAL+= \
28
MASTER_SITE_LOCAL+= \
29
	http://distcache.FreeBSD.org/local-distfiles/%SUBDIR%/ \
29
	https://distcache.FreeBSD.org/local-distfiles/%SUBDIR%/ \
30
	http://distcache.us-east.FreeBSD.org/local-distfiles/%SUBDIR%/ \
30
	https://distcache.us-east.FreeBSD.org/local-distfiles/%SUBDIR%/ \
31
	http://distcache.eu.FreeBSD.org/local-distfiles/%SUBDIR%/ \
31
	https://distcache.eu.FreeBSD.org/local-distfiles/%SUBDIR%/ \
32
	http://distcache.us-west.FreeBSD.org/local-distfiles/%SUBDIR%/
32
	https://distcache.us-west.FreeBSD.org/local-distfiles/%SUBDIR%/
33
33
34
MASTER_SITE_PORTS_JP+= \
34
MASTER_SITE_PORTS_JP+= \
35
	ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ \
35
	ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ \

Return to bug 226249