The ports homepage is using HTTPS https://www.FreeBSD.org/ports/ in /usr/ports/Makefile is an outdated config for MASTER_SITE_INDEX?= http://www.FreeBSD.org/ports/ There is an automatic redirect from http://www.FreeBSD.org/ports/ to https://www.FreeBSD.org/ports/ by the web front-end server. However, it would be better to use the real HTTPS URL without redirects.
Created attachment 189394 [details] https homepage patch
A commit references this bug: Author: wosch Date: Mon Jan 29 21:37:26 UTC 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 Changes: head/Makefile