diff options
author | leres <leres@FreeBSD.org> | 2017-10-21 08:45:50 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:47:29 +0800 |
commit | 46f36bf49adfb36d42cd4256784e91a27429b13c (patch) | |
tree | 2097dbb62c96ea0044fb58f1b9fa44052d5fb41e /www | |
parent | 513db1d091046e21efe7dc6e958de5e1c32ae372 (diff) | |
download | freebsd-ports-gnome-46f36bf49adfb36d42cd4256784e91a27429b13c.tar.gz freebsd-ports-gnome-46f36bf49adfb36d42cd4256784e91a27429b13c.tar.zst freebsd-ports-gnome-46f36bf49adfb36d42cd4256784e91a27429b13c.zip |
Update pkg-descr and Makefile in my ports to use https where possible.
Remove obsolete mirrors.
- devel/arduino
- devel/arduino-irremote
- net/hostapd
- security/broccoli
- sysutils/lbl-cf
- sysutils/lbl-hf
- www/mini_httpd
Reviewed by: ler (mentor), matthew (mentor)
Approved by: ler (mentor), matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12748
Diffstat (limited to 'www')
-rw-r--r-- | www/mini_httpd/Makefile | 2 | ||||
-rw-r--r-- | www/mini_httpd/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mini_httpd/Makefile b/www/mini_httpd/Makefile index 7fee1c606324..55d952ebf152 100644 --- a/www/mini_httpd/Makefile +++ b/www/mini_httpd/Makefile @@ -4,7 +4,7 @@ PORTNAME= mini_httpd PORTVERSION= 1.27 CATEGORIES= www ipv6 -MASTER_SITES= http://www.acme.com/software/mini_httpd/ +MASTER_SITES= https://www.acme.com/software/mini_httpd/ MAINTAINER= leres@FreeBSD.org COMMENT= Small HTTP server with support for GET, HEAD, POST, CGI, SSL, IPv6 diff --git a/www/mini_httpd/pkg-descr b/www/mini_httpd/pkg-descr index 81aadc7760b9..07384170d6b9 100644 --- a/www/mini_httpd/pkg-descr +++ b/www/mini_httpd/pkg-descr @@ -15,4 +15,4 @@ basic features of an HTTP server, including: It can also be configured to do SSL/HTTPS and IPv6. -WWW: http://www.acme.com/software/mini_httpd/ +WWW: https://www.acme.com/software/mini_httpd/ |