aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-05-24 18:05:08 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-05-24 18:05:08 +0000
commitefab0de49f0ddec2a6034728701351ab63c966cb (patch)
tree483aaee272555e5e41fbb6bb830f93e70277949b
parent4eaa1deff3f982a8c3df3c105119cb98f33a9103 (diff)
downloadports-efab0de49f0ddec2a6034728701351ab63c966cb.tar.gz
ports-efab0de49f0ddec2a6034728701351ab63c966cb.zip
MFH: r354161
Change the protocal for the default master site backup used for fallback distfile fetching from ftp to http.
Notes
Notes: svn path=/branches/2014Q2/; revision=355067
-rw-r--r--Mk/bsd.port.mk4
1 files 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