Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 2021 10:56:53 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: af1b44de7c7f - main - net/hostapd: Fix CPE information because current one is deprecated
Message-ID:  <202109141056.18EAurvx056132@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

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

commit af1b44de7c7f16ffb71c29214166acd0b2cce08b
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-14 09:44:24 +0000
Commit:     Bernhard Froehlich <decke@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}



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