Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Jun 2026 08:46:37 +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: 0191ef9b41fb - main - archivers/c-blosc2: Fix deprecated CPE_VENDOR
Message-ID:  <6a1fe9ed.3c6e4.18f3ea1f@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=0191ef9b41fb3ba9a2fcf2ba428f96502ee33d26

commit 0191ef9b41fb3ba9a2fcf2ba428f96502ee33d26
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2026-06-03 07:47:38 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2026-06-03 08:43:04 +0000

    archivers/c-blosc2: Fix deprecated CPE_VENDOR
---
 archivers/c-blosc2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/archivers/c-blosc2/Makefile b/archivers/c-blosc2/Makefile
index 7b2d254f0381..b60ba134f394 100644
--- a/archivers/c-blosc2/Makefile
+++ b/archivers/c-blosc2/Makefile
@@ -63,7 +63,7 @@ PLIST_SUB=	PORTVERSION=${PORTVERSION}
 GH_ACCOUNT=	Blosc
 USE_GITHUB=	yes
 
-CPE_VENDOR=	${PORTNAME}_project
+CPE_VENDOR=	blosc
 
 post-patch:
 # Clean up bundled libraries


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1fe9ed.3c6e4.18f3ea1f>