git: 94e72828399a - main - audio/faad: Fix CPE information

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Mon, 08 Jun 2026 19:16:28 UTC
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=94e72828399a4c4f805078b7ee639ce672f2f864

commit 94e72828399a4c4f805078b7ee639ce672f2f864
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2026-06-08 18:15:38 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2026-06-08 19:08:50 +0000

    audio/faad: Fix CPE information
---
 audio/faad/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/audio/faad/Makefile b/audio/faad/Makefile
index a9a758c2f23b..95224597a205 100644
--- a/audio/faad/Makefile
+++ b/audio/faad/Makefile
@@ -11,8 +11,7 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		cmake cpe
-CPE_VENDOR=	audiocoding
-CPE_PRODUCT=	freeware_advanced_audio_decoder_2
+CPE_VENDOR=	faad2_project
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes