Date: Mon, 29 Jan 2018 21:37:26 +0000 (UTC) From: Wolfram Schneider <wosch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460340 - head Message-ID: <201801292137.w0TLbQai098652@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wosch Date: Mon Jan 29 21:37:26 2018 New Revision: 460340 URL: https://svnweb.freebsd.org/changeset/ports/460340 Log: MASTER_SITE_INDEX should use HTTPS URL PR: 224893 Reviewed by: mat (mentor) Approved by: portmgr Modified: head/Makefile Modified: head/Makefile ============================================================================== --- head/Makefile Mon Jan 29 21:32:58 2018 (r460339) +++ head/Makefile Mon Jan 29 21:37:26 2018 (r460340) @@ -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"; \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801292137.w0TLbQai098652>