Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Jun 2026 08:46:46 +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: 05bc552cd8af - main - graphics/libsixel: Fix deprecated CPE_VENDOR
Message-ID:  <6a1fe9f6.3cdc5.2d6fecff@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=05bc552cd8afbd2db8559455464a67d6eb2f3f06

commit 05bc552cd8afbd2db8559455464a67d6eb2f3f06
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2026-06-03 08:01:18 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2026-06-03 08:43:06 +0000

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

diff --git a/graphics/libsixel/Makefile b/graphics/libsixel/Makefile
index 7531dcfd4d39..c48382c294fd 100644
--- a/graphics/libsixel/Makefile
+++ b/graphics/libsixel/Makefile
@@ -12,7 +12,7 @@ WWW=		https://github.com/saitoha/libsixel
 LICENSE=	MIT
 
 USES=		cpe libtool pkgconfig
-CPE_VENDOR=	${PORTNAME}_project
+CPE_VENDOR=	saitoha
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 GNU_CONFIGURE_MANPREFIX=${PREFIX}/share


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1fe9f6.3cdc5.2d6fecff>