Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2026 12:48:23 +0000
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9d26665d8fbb - main - comms/*: Add CPE info
Message-ID:  <6a1c2e17.1bb10.7ce3dbea@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by brnrd:

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

commit 9d26665d8fbb4c37d0926def0e5091ba81422abb
Author:     Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2026-05-31 11:58:56 +0000
Commit:     Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2026-05-31 11:58:56 +0000

    comms/*: Add CPE info
---
 comms/multimon-ng/Makefile | 4 +++-
 comms/scrcpy/Makefile      | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/comms/multimon-ng/Makefile b/comms/multimon-ng/Makefile
index 24b1dfe8e36e..b5fe9385ea62 100644
--- a/comms/multimon-ng/Makefile
+++ b/comms/multimon-ng/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USE_GITHUB=	yes
 GH_ACCOUNT=	EliasOenal
 
-USES=		cmake:insource
+USES=		cmake:insource cpe
 
 OPTIONS_DEFINE=	PULSEAUDIO X11
 
@@ -26,6 +26,8 @@ X11_CMAKE_BOOL=	X11_SUPPORT
 
 PLIST_FILES=	bin/multimon-ng
 
+CPE_VENDOR=	${PORTNAME}_project
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/multimon-ng ${STAGEDIR}${PREFIX}/bin
 
diff --git a/comms/scrcpy/Makefile b/comms/scrcpy/Makefile
index e2fd64f08b20..fadc9ef5a01c 100644
--- a/comms/scrcpy/Makefile
+++ b/comms/scrcpy/Makefile
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg
 RUN_DEPENDS=	adb:devel/android-tools
 
-USES=		compiler:c++11-lang meson pkgconfig sdl
+USES=		compiler:c++11-lang cpe meson pkgconfig sdl
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	Genymobile
@@ -41,6 +41,8 @@ OPTIONS_DEFINE=	DOCS
 
 SERVER_FILE=	${PORTNAME}-server-${DISTVERSIONFULL}
 
+CPE_VENDOR=	Genymotion
+
 post-extract:
 	${CP} ${DISTDIR}/${SERVER_FILE} ${WRKSRC}
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1c2e17.1bb10.7ce3dbea>