diff options
author | leres <leres@FreeBSD.org> | 2017-10-21 08:45:50 +0800 |
---|---|---|
committer | leres <leres@FreeBSD.org> | 2017-10-21 08:45:50 +0800 |
commit | 63fe79b64e9fbd8bbf55e6c0770c8a093f5e78ec (patch) | |
tree | e1c971d7ffc2ecf42954e45bdd696244739f159b /www | |
parent | 819bbdcef9752d0daff9e590d4e8bfbaf2aa528b (diff) | |
download | freebsd-ports-gnome-63fe79b64e9fbd8bbf55e6c0770c8a093f5e78ec.tar.gz freebsd-ports-gnome-63fe79b64e9fbd8bbf55e6c0770c8a093f5e78ec.tar.zst freebsd-ports-gnome-63fe79b64e9fbd8bbf55e6c0770c8a093f5e78ec.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/ |