From efab0de49f0ddec2a6034728701351ab63c966cb Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Sat, 24 May 2014 18:05:08 +0000 Subject: MFH: r354161 Change the protocal for the default master site backup used for fallback distfile fetching from ftp to http. --- Mk/bsd.port.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index aacaa8dee280..5b795778b1fa 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -144,7 +144,7 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # - Backup location(s) for distribution files and patch # files if not found locally and ${MASTER_SITES}/${PATCH_SITES} # Default: -# ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ +# http://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ # MASTER_SITE_OVERRIDE # - If set, override the MASTER_SITES setting with this # value. @@ -2489,7 +2489,7 @@ PATCH_SITES_TMP= # The primary backup site. MASTER_SITE_BACKUP?= \ - ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ + http://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ MASTER_SITE_BACKUP:= ${MASTER_SITE_BACKUP:S^\${DIST_SUBDIR}/^^} # If the user has MASTER_SITE_FREEBSD set, go to the FreeBSD repository -- cgit v1.2.3