diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-30 20:06:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-30 20:06:45 +0000 |
commit | 889b3c8dd5f6d9959022323a5aeaa84f0ec03be5 (patch) | |
tree | 02f47d571c0db4e23389a0bf52f70c727e0f1f90 /www | |
parent | 5937c0ffb7e0d71dff141f991be63439ae67ef77 (diff) | |
download | ports-889b3c8dd5f6d9959022323a5aeaa84f0ec03be5.tar.gz ports-889b3c8dd5f6d9959022323a5aeaa84f0ec03be5.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/lighttpd/Makefile | 2 | ||||
-rw-r--r-- | www/lighttpd/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 91f9b8dcd153..ffd88f706b90 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -4,7 +4,7 @@ PORTNAME?= lighttpd PORTVERSION= 1.4.52 CATEGORIES?= www -MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/ +MASTER_SITES?= https://download.lighttpd.net/lighttpd/releases-1.4.x/ MAINTAINER= pkubaj@anongoth.pl COMMENT?= Secure, fast, compliant, and flexible Web Server diff --git a/www/lighttpd/pkg-descr b/www/lighttpd/pkg-descr index 20ed6f46ee8a..33cc3865a795 100644 --- a/www/lighttpd/pkg-descr +++ b/www/lighttpd/pkg-descr @@ -5,4 +5,4 @@ cpu-load. Its advanced feature-set (FastCGI, CGI, Auth, Output-Compression, URL-Rewriting and many more) make lighttpd the perfect webserver-software for every server that is suffering load problems. -WWW: http://www.lighttpd.net/ +WWW: https://www.lighttpd.net/ |