aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2019-03-06 14:17:31 +0800
committercy <cy@FreeBSD.org>2019-03-06 14:17:31 +0800
commit6e9fc152f78879f050f05ba11ee27618361e5939 (patch)
tree19b4ba7c5437cd2af99f1be44119a0cf84e34a2b
parent9f54b9bcd779648954a8ed03c0744752bfbadb7f (diff)
downloadfreebsd-ports-6e9fc152f78879f050f05ba11ee27618361e5939.tar.gz
freebsd-ports-6e9fc152f78879f050f05ba11ee27618361e5939.tar.zst
freebsd-ports-6e9fc152f78879f050f05ba11ee27618361e5939.zip
MFH: r494674
Also document usage in pkg-message for binary package users. PR: 236230 Reported by: mt@markoturk.info Approved by: portmgr (miwi@)
-rw-r--r--net/hostapd/Makefile1
-rw-r--r--net/hostapd/pkg-descr5
-rw-r--r--net/hostapd/pkg-message4
3 files changed, 7 insertions, 3 deletions
diff --git a/net/hostapd/Makefile b/net/hostapd/Makefile
index 74ad7b7b626b..a7dbb03c7081 100644
--- a/net/hostapd/Makefile
+++ b/net/hostapd/Makefile
@@ -3,6 +3,7 @@
PORTNAME= hostapd
PORTVERSION= 2.7
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= https://w1.fi/releases/
diff --git a/net/hostapd/pkg-descr b/net/hostapd/pkg-descr
index 8c7a3261d412..a3c019c9df0e 100644
--- a/net/hostapd/pkg-descr
+++ b/net/hostapd/pkg-descr
@@ -4,10 +4,9 @@ servers. It implements IEEE 802.11 access point management, IEEE
RADIUS authentication server. The current version supports Linux
(Host AP, madwifi, mac80211-based drivers) and FreeBSD (net80211).
-To use the ports version instead of the base, add:
+Add the following to /etc/rc.conf to use the ports version instead
+of the base version:
hostapd_program="/usr/local/sbin/hostapd"
-to /etc/rc.conf
-
WWW: https://w1.fi/hostapd/
diff --git a/net/hostapd/pkg-message b/net/hostapd/pkg-message
new file mode 100644
index 000000000000..e7b02f1ae2cb
--- /dev/null
+++ b/net/hostapd/pkg-message
@@ -0,0 +1,4 @@
+Add the following to /etc/rc.conf to use the ports version instead
+of the base version:
+
+ hostapd_program="/usr/local/sbin/hostapd"