Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Jun 2026 08:46:40 +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: 0299500f280a - main - audio/ezstream: Fix deprecated CPE data
Message-ID:  <6a1fe9f0.3cea9.1536804@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=0299500f280a7d934da448b801caa49a4e1c18ec

commit 0299500f280a7d934da448b801caa49a4e1c18ec
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2026-06-03 07:50:53 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2026-06-03 08:43:04 +0000

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

diff --git a/audio/ezstream/Makefile b/audio/ezstream/Makefile
index 9c0739896513..4e1624e46bfb 100644
--- a/audio/ezstream/Makefile
+++ b/audio/ezstream/Makefile
@@ -38,7 +38,8 @@ TAGLIB_CONFIGURE_OFF=	--without-taglib
 TAGLIB_LIB_DEPENDS=		libtag.so:audio/taglib
 TAGLIB_CONFIGURE_ON=	--with-taglib=${LOCALBASE}
 
-CPE_VENDOR=	icecast
+CPE_VENDOR=	xiph
+CPE_PRODUCT=	icecast_ezstream
 
 .include <bsd.port.options.mk>
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1fe9f0.3cea9.1536804>