diff options
author | cy <cy@FreeBSD.org> | 2017-10-17 09:30:44 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:45:42 +0800 |
commit | a5f2aa626648c2074db6db1a35cdcfa909c3a0e4 (patch) | |
tree | ec77030324cd7a0caf3b2901750fd4778545682a | |
parent | a7f966312c931f89e9506105f5c6142e1238e23e (diff) | |
download | freebsd-ports-gnome-a5f2aa626648c2074db6db1a35cdcfa909c3a0e4.tar.gz freebsd-ports-gnome-a5f2aa626648c2074db6db1a35cdcfa909c3a0e4.tar.zst freebsd-ports-gnome-a5f2aa626648c2074db6db1a35cdcfa909c3a0e4.zip |
Use https site.
Approved by: leres (maintainer)
MFH: 2017Q4
Differential Revision: D12691 (part of)
-rw-r--r-- | net/hostapd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/hostapd/Makefile b/net/hostapd/Makefile index 2b0db802597c..f06c98b330bb 100644 --- a/net/hostapd/Makefile +++ b/net/hostapd/Makefile @@ -4,7 +4,7 @@ PORTNAME= hostapd PORTVERSION= 2.6 CATEGORIES= net -MASTER_SITES= http://w1.fi/releases/ +MASTER_SITES= https://w1.fi/releases/ MAINTAINER= leres@FreeBSD.org COMMENT= IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator |