Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2021 11:45:03 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: 9dc0aeb8a6e0 - main - multimedia/x265: Add CPE information
Message-ID:  <202110081145.198Bj3CH054049@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=9dc0aeb8a6e091afc706e2e050536453f69c3369

commit 9dc0aeb8a6e091afc706e2e050536453f69c3369
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-08 11:40:54 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-08 11:40:54 +0000

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

diff --git a/multimedia/x265/Makefile b/multimedia/x265/Makefile
index 985d516efacd..c72fb5b28052 100644
--- a/multimedia/x265/Makefile
+++ b/multimedia/x265/Makefile
@@ -12,7 +12,9 @@ COMMENT=	H.265/High Efficiency Video Coding (HEVC) format
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC:H}/COPYING
 
-USES=		cmake compiler:c++14-lang pathfix dos2unix
+USES=		cmake compiler:c++14-lang cpe pathfix dos2unix
+
+CPE_VENDOR=		multicorewareinc
 
 BB_TAG=	25b2c07035ff	# Top of the Release_3.4 branch at this time
 



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