Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Sep 2021 20:53:59 GMT
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: 4074f5089a3d - main - audio/libvorbis: Add CPE information
Message-ID:  <202109082053.188KrxHM021169@gitrepo.freebsd.org>

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

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

commit 4074f5089a3d59d370a29f0ef8359e64a025af2a
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-08 20:25:29 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-08 20:53:34 +0000

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

diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile
index a341f3ed4d9f..4b20e1ea26e7 100644
--- a/audio/libvorbis/Makefile
+++ b/audio/libvorbis/Makefile
@@ -16,9 +16,11 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libogg.so:audio/libogg
 
-USES=		libtool pathfix tar:xz
+USES=		cpe libtool pathfix tar:xz
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	xiph.org
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-ogg=${LOCALBASE}
 INSTALL_TARGET=	install-strip



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