commit 76e7b503d2dde98f3d9d3a580108f23e68aa8082 Author: Christian Ullrich Date: Mon Apr 12 15:23:11 2021 +0200 Work around libfetch bug in FreeBSD 12. When an HTTP URL returns a redirect to an HTTPS URL and the HTTPS URL is accessed through a proxy, the proxy syntax (GET https://...) is used in the request to the origin server. Some servers cannot deal with this. This bug was fixed in -CURRENT in 2018 (git commit a768df3e91) but is still present in 12-STABLE and all 12 releases. diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile index f723378fe21a..d691f687e142 100644 --- a/devel/fossil/Makefile +++ b/devel/fossil/Makefile @@ -4,7 +4,7 @@ DISTVERSIONPREFIX= src- PORTREVISION= 0 PORTEPOCH= 2 CATEGORIES= devel www -MASTER_SITES= http://fossil-scm.org/index.html/uv/ +MASTER_SITES= https://fossil-scm.org/index.html/uv/ MAINTAINER= gahr@FreeBSD.org COMMENT= DSCM with built-in wiki, http interface and server, tickets database