Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Jun 2026 08:46:59 +0000
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: 54254c3c378f - main - textproc/flex: Fix deprecated CPE_VENDOR
Message-ID:  <6a1fea03.3bec8.787ab7d8@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by decke:

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

commit 54254c3c378f2ea9ac2fac0c659984d5237436b5
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2026-06-03 08:21:23 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2026-06-03 08:43:08 +0000

    textproc/flex: Fix deprecated CPE_VENDOR
---
 textproc/flex/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textproc/flex/Makefile b/textproc/flex/Makefile
index 62f06004d871..8fc15da592dc 100644
--- a/textproc/flex/Makefile
+++ b/textproc/flex/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	help2man:misc/help2man
 
 USES=		bison:alias cpe gmake libtool makeinfo
-CPE_VENDOR=	${PORTNAME}_project
+CPE_VENDOR=	westes
 GNU_CONFIGURE=	yes
 GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 # install flex header to its own dir to avoid conflict with system flex.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1fea03.3bec8.787ab7d8>