Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2021 11:57:27 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: ea4574ba6936 - main - net/libvncserver: Add CPE information
Message-ID:  <202110081157.198BvR9u067556@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=ea4574ba69365f99495cd28b305534f44e760d21

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

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

diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile
index c91d61d03755..e20d7b02900e 100644
--- a/net/libvncserver/Makefile
+++ b/net/libvncserver/Makefile
@@ -18,9 +18,11 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libpng.so:graphics/png \
 		liblzo2.so:archivers/lzo2
 
-USES=		cmake jpeg libtool pathfix pkgconfig
+USES=		cmake cpe jpeg libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	libvncserver_project
+
 CMAKE_ON=	WITH_24BPP WITH_JPEG WITH_LZO WITH_PNG \
 		WITH_THREADS WITH_TIGHTVNC_FILETRANSFER \
 		WITH_WEBSOCKETS WITH_ZLIB



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