diff options
author | cy <cy@FreeBSD.org> | 2017-10-17 04:05:41 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2017-10-17 04:05:41 +0800 |
commit | e05f1148fb1c7fd9f5367f976362b431da90913e (patch) | |
tree | 1cdf3b14ce7500bb55a12e3a8f28429647306d0b | |
parent | cac8548c7038a3bc44b4fc4cad0ebca26abac755 (diff) | |
download | freebsd-ports-gnome-e05f1148fb1c7fd9f5367f976362b431da90913e.tar.gz freebsd-ports-gnome-e05f1148fb1c7fd9f5367f976362b431da90913e.tar.zst freebsd-ports-gnome-e05f1148fb1c7fd9f5367f976362b431da90913e.zip |
Use https site.
MFH: 2017Q4
-rw-r--r-- | security/wpa_supplicant/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/wpa_supplicant/Makefile b/security/wpa_supplicant/Makefile index e313e495d171..93928e0811de 100644 --- a/security/wpa_supplicant/Makefile +++ b/security/wpa_supplicant/Makefile @@ -4,7 +4,7 @@ PORTNAME= wpa_supplicant PORTVERSION= 2.6 PORTREVISION= 1 CATEGORIES= security net -MASTER_SITES= http://w1.fi/releases/ +MASTER_SITES= https://w1.fi/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= Supplicant (client) for WPA/802.1x protocols |