diff --git a/security/wpa_supplicant/Makefile b/security/wpa_supplicant/Makefile index cfda86b3dc0..2eff38e4e6d 100644 --- a/security/wpa_supplicant/Makefile +++ b/security/wpa_supplicant/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2013/01/28 11:36:09 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2013/01/28 11:56:55 sthen Exp $ COMMENT= IEEE 802.1X supplicant DISTNAME= wpa_supplicant-2.0 +REVISION= 0 CATEGORIES= security net HOMEPAGE= http://hostap.epitest.fi/wpa_supplicant/ diff --git a/security/wpa_supplicant/pkg/DESCR b/security/wpa_supplicant/pkg/DESCR index a969fb1f9c4..d555cb58a6a 100644 --- a/security/wpa_supplicant/pkg/DESCR +++ b/security/wpa_supplicant/pkg/DESCR @@ -1,3 +1,2 @@ -wpa_supplicant is the implementation of an IEEE 802.1X supplicant. -This port is for wired authentication only (Ethernet PAE) and does not -support the wireless WPA/WPA2 functionality. +wpa_supplicant is the implementation of an IEEE 802.1X supplicant for +wired (Ethernet PAE) and wireless (WPA/WPA2) authentication.