Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Jun 2026 08:47:00 +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: 86adfe6b400d - main - textproc/xstream: Fix deprecated CPE_VENDOR
Message-ID:  <6a1fea04.3d0df.4036dfa6@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=86adfe6b400dc7534332647fd037ba6b5589ffb4

commit 86adfe6b400dc7534332647fd037ba6b5589ffb4
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2026-06-03 08:22:39 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2026-06-03 08:43:09 +0000

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

diff --git a/textproc/xstream/Makefile b/textproc/xstream/Makefile
index 8397d63ebc74..7897c292d54d 100644
--- a/textproc/xstream/Makefile
+++ b/textproc/xstream/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 OPTIONS_DEFINE=	DOCS
 
 USES=		cpe java zip
-CPE_VENDOR=	${PORTNAME}_project
+CPE_VENDOR=	x-stream
 
 NO_BUILD=	yes
 NO_ARCH=	yes


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1fea04.3d0df.4036dfa6>