Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 May 2015 15:12:06 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385279 - head/net/hostapd
Message-ID:  <201505031512.t43FC6Qf036182@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun May  3 15:12:06 2015
New Revision: 385279
URL: https://svnweb.freebsd.org/changeset/ports/385279

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/net/hostapd/Makefile

Modified: head/net/hostapd/Makefile
==============================================================================
--- head/net/hostapd/Makefile	Sun May  3 15:07:42 2015	(r385278)
+++ head/net/hostapd/Makefile	Sun May  3 15:12:06 2015	(r385279)
@@ -11,7 +11,8 @@ COMMENT=	IEEE 802.11 AP, IEEE 802.1X/WPA
 
 LICENSE=	BSD3CLAUSE
 
-USES=		gmake
+USES=		cpe gmake
+CPE_VENDOR=	w1.f1
 USE_OPENSSL=	yes
 BUILD_WRKSRC=	${WRKSRC}/hostapd
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505031512.t43FC6Qf036182>