Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 2021 10:56:54 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: a8e5a272f730 - main - net/hostapd-devel: Fix CPE information because current one is deprecated
Message-ID:  <202109141056.18EAusuj056156@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=a8e5a272f730103a290d90c41b163705f77774c7

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



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