aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>2018-01-29 21:37:26 +0000
committerWolfram Schneider <wosch@FreeBSD.org>2018-01-29 21:37:26 +0000
commitf96e4a5cde5024cc5c27012a8c3da4adce19ee48 (patch)
treea6190b93e9e84e2bfae2ae42a6536fe2e3be5f78 /Makefile
parent3ff60423897771e8238e96b733c75319859f7615 (diff)
downloadports-f96e4a5cde5024cc5c27012a8c3da4adce19ee48.tar.gz
ports-f96e4a5cde5024cc5c27012a8c3da4adce19ee48.zip
MASTER_SITE_INDEX should use HTTPS URL
PR: 224893 Reviewed by: mat (mentor) Approved by: portmgr
Notes
Notes: svn path=/head/; revision=460340
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9a23c640716d..1d7cda47390e 100644
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,7 @@ fetchindex: ${INDEXDIR}/${INDEXFILE}.bz2
${INDEXDIR}/${INDEXFILE}.bz2: .PHONY
@${FETCHINDEX} ${INDEXDIR}/${INDEXFILE}.bz2 ${MASTER_SITE_INDEX}${INDEXFILE}.bz2
-MASTER_SITE_INDEX?= http://www.FreeBSD.org/ports/
+MASTER_SITE_INDEX?= https://www.FreeBSD.org/ports/
SETENV?= /usr/bin/env
FETCHINDEX?= ${SETENV} ${FETCH_ENV} fetch -am -o
@@ -129,7 +129,7 @@ ${INDEXDIR}/${INDEXFILE}:
echo; \
echo "********************************************************************"; \
echo "Before reporting this error, verify that you are running a supported"; \
- echo "version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you"; \
+ echo "version of FreeBSD (see https://www.FreeBSD.org/ports/) and that you"; \
echo "have a complete and up-to-date ports collection. (INDEX builds are"; \
echo "not supported with partial or out-of-date ports collections."; \
echo "If that is the case, then"; \