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

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


The branch main has been updated by decke:

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

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

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

diff --git a/net/hostapd-devel/Makefile b/net/hostapd-devel/Makefile
index 8578a6f51c53..ef23bc1b1e67 100644
--- a/net/hostapd-devel/Makefile
+++ b/net/hostapd-devel/Makefile
@@ -19,7 +19,7 @@ BROKEN_FreeBSD_11=	Does not support OpenSSL 1.0.2
 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-all mailing list