git: af1b44de7c7f - main - net/hostapd: Fix CPE information because current one is deprecated

Bernhard Froehlich decke at FreeBSD.org
Tue Sep 14 10:56:55 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=af1b44de7c7f16ffb71c29214166acd0b2cce08b

commit af1b44de7c7f16ffb71c29214166acd0b2cce08b
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-14 09:44:24 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-14 10:55:26 +0000

    net/hostapd: Fix CPE information because current one is deprecated
    
    Approved by:    portmgr (blanket)
---
 net/hostapd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/hostapd/Makefile b/net/hostapd/Makefile
index f16516da9e6a..a87a8ed33515 100644
--- a/net/hostapd/Makefile
+++ b/net/hostapd/Makefile
@@ -17,7 +17,7 @@ COMMENT=	IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
 LICENSE=	BSD3CLAUSE
 
 USES=		cpe gmake ssl
-CPE_VENDOR=	w1.f1
+CPE_VENDOR=	w1.fi
 BUILD_WRKSRC=	${WRKSRC}/hostapd
 CFLAGS+=	-I${OPENSSLINC}
 LDFLAGS+=	-L${OPENSSLLIB}


More information about the dev-commits-ports-main mailing list