svn commit: r494674 - head/net/hostapd

Cy Schubert cy at FreeBSD.org
Tue Mar 5 03:56:23 UTC 2019


Author: cy
Date: Tue Mar  5 03:56:22 2019
New Revision: 494674
URL: https://svnweb.freebsd.org/changeset/ports/494674

Log:
  Also document usage in pkg-message for binary package users.
  
  PR:		236230
  Reported by:	mt at markoturk.info
  MFH:		2019Q1

Added:
  head/net/hostapd/pkg-message   (contents, props changed)
Modified:
  head/net/hostapd/Makefile
  head/net/hostapd/pkg-descr

Modified: head/net/hostapd/Makefile
==============================================================================
--- head/net/hostapd/Makefile	Tue Mar  5 02:55:20 2019	(r494673)
+++ head/net/hostapd/Makefile	Tue Mar  5 03:56:22 2019	(r494674)
@@ -3,6 +3,7 @@
 
 PORTNAME=	hostapd
 PORTVERSION=	2.7
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	https://w1.fi/releases/
 

Modified: head/net/hostapd/pkg-descr
==============================================================================
--- head/net/hostapd/pkg-descr	Tue Mar  5 02:55:20 2019	(r494673)
+++ head/net/hostapd/pkg-descr	Tue Mar  5 03:56:22 2019	(r494674)
@@ -4,10 +4,9 @@ servers. It implements IEEE 802.11 access point manage
 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/

Added: head/net/hostapd/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/hostapd/pkg-message	Tue Mar  5 03:56:22 2019	(r494674)
@@ -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"


More information about the svn-ports-all mailing list