Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Jun 2026 08:46:41 +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: 61a1c6c6999e - main - audio/owntone: Fix deprecated CPE data
Message-ID:  <6a1fe9f1.3bdda.38cd3331@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=61a1c6c6999e2adc9897ce185d60f98b68bc264c

commit 61a1c6c6999e2adc9897ce185d60f98b68bc264c
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2026-06-03 07:52:44 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2026-06-03 08:43:04 +0000

    audio/owntone: Fix deprecated CPE data
---
 audio/owntone/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/audio/owntone/Makefile b/audio/owntone/Makefile
index 486848ced72e..39f87b6b704e 100644
--- a/audio/owntone/Makefile
+++ b/audio/owntone/Makefile
@@ -78,7 +78,8 @@ WEBINTERFACE_LIB_DEPENDS=	libwebsockets.so:net/libwebsockets
 NLS_USES=			gettext-runtime
 NLS_CONFIGURE_ENABLE=		nls
 
-CPE_VENDOR=			${PORTNAME}_project
+CPE_VENDOR=			${PORTNAME}
+CPE_PRODUCT=			${PORTNAME}_server
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/owntone/owntone-sqlext.so


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1fe9f1.3bdda.38cd3331>