From owner-svn-ports-all@freebsd.org Mon Jan 29 21:37:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8C9EEE00ED; Mon, 29 Jan 2018 21:37:26 +0000 (UTC) (envelope-from wosch@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 81F6487A41; Mon, 29 Jan 2018 21:37:26 +0000 (UTC) (envelope-from wosch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 71E5E5E9D; Mon, 29 Jan 2018 21:37:26 +0000 (UTC) (envelope-from wosch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0TLbQFm098653; Mon, 29 Jan 2018 21:37:26 GMT (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0TLbQai098652; Mon, 29 Jan 2018 21:37:26 GMT (envelope-from wosch@FreeBSD.org) Message-Id: <201801292137.w0TLbQai098652@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wosch set sender to wosch@FreeBSD.org using -f From: Wolfram Schneider Date: Mon, 29 Jan 2018 21:37:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460340 - head X-SVN-Group: ports-head X-SVN-Commit-Author: wosch X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 460340 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jan 2018 21:37:27 -0000 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"; \