# HG changeset patch # User Franz Glasner # Date 1552124163 -3600 # Node ID b4145ca58f5d4572278ea84739f2f1b99d624de5 # Parent 98faecd6ea000390b4c371f15f575104e91fa2e8 Download protocol can be https also: use it diff -r 98faecd6ea00 -r b4145ca58f5d Makefile --- a/Makefile Sat Mar 09 09:58:40 2019 +0100 +++ b/Makefile Sat Mar 09 10:36:03 2019 +0100 @@ -6,7 +6,7 @@ PORTVERSION= 2.0.16 PORTREVISION= 2 CATEGORIES= www -MASTER_SITES= http://projects.unbit.it/downloads/ +MASTER_SITES= https://projects.unbit.it/downloads/ DISTNAME= uwsgi-${DISTVERSION} MAINTAINER= freebsd-dev@dom66.de