Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Oct 2021 19:27:02 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a7c97a703f0c - main - audio/faad: Add CPE information
Message-ID:  <202110231927.19NJR2Gb002153@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by se:

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

commit a7c97a703f0c50c09af3a9b6ea6cb16e195e2867
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-23 19:26:19 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-23 19:26:19 +0000

    audio/faad: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 audio/faad/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/audio/faad/Makefile b/audio/faad/Makefile
index 8fa1c74a0d0b..8651b46c9fe9 100644
--- a/audio/faad/Makefile
+++ b/audio/faad/Makefile
@@ -11,7 +11,10 @@ COMMENT=	MPEG-2 and MPEG-4 AAC audio decoder
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		autoreconf gmake libtool localbase:ldflags
+USES=		autoreconf cpe gmake libtool localbase:ldflags
+CPE_VENDOR=	audiocoding
+CPE_PRODUCT=	freeware_advanced_audio_decoder_2
+
 INSTALL_TARGET=	install-strip
 
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110231927.19NJR2Gb002153>