diff options
author | nia <nia@pkgsrc.org> | 2020-03-20 11:45:01 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-20 11:45:01 +0000 |
commit | fefcc63c8d25a39f4792ebbec3c9d3b6bed53e3a (patch) | |
tree | 164e253118c6c297304ad63ed1eeee9a3ef40ca0 /www/lighttpd | |
parent | 312524cf7efe37b635707d299fcbf4d7e7e9619f (diff) | |
download | pkgsrc-fefcc63c8d25a39f4792ebbec3c9d3b6bed53e3a.tar.gz |
lighttpd: use https
Diffstat (limited to 'www/lighttpd')
-rw-r--r-- | www/lighttpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index f4139134332..7553a0975aa 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.86 2020/02/03 11:08:06 nros Exp $ +# $NetBSD: Makefile,v 1.87 2020/03/20 11:45:01 nia Exp $ DISTNAME= lighttpd-1.4.55 CATEGORIES= www -MASTER_SITES= http://download.lighttpd.net/lighttpd/releases-1.4.x/ +MASTER_SITES= https://download.lighttpd.net/lighttpd/releases-1.4.x/ EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.lighttpd.net/ +HOMEPAGE= https://www.lighttpd.net/ COMMENT= Fast, light-footprint HTTP server LICENSE= modified-bsd |