Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Oct 2021 15:05:36 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: ca062cc1b4e4 - main - www/webkit2-gtk3: Add CPE information
Message-ID:  <202110051505.195F5aP9042708@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=ca062cc1b4e43e09230c52b4add3d1b69c9693fb

commit ca062cc1b4e43e09230c52b4add3d1b69c9693fb
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-05 14:11:17 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-05 15:04:13 +0000

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

diff --git a/www/webkit2-gtk3/Makefile b/www/webkit2-gtk3/Makefile
index 9b17caf2dcf8..d309dbae402d 100644
--- a/www/webkit2-gtk3/Makefile
+++ b/www/webkit2-gtk3/Makefile
@@ -35,7 +35,7 @@ LIB_DEPENDS=	libenchant-2.so:textproc/enchant2 \
 
 PORTSCOUT=	limitw:1,even
 
-USES=		bison cmake compiler:c++14-lang gettext gl gnome gperf \
+USES=		bison cmake compiler:c++14-lang cpe gettext gl gnome gperf \
 		jpeg localbase:ldflags perl5 pkgconfig python:build \
 		sqlite tar:xz xorg
 USE_GNOME=	cairo gdkpixbuf2 gtk30 introspection:build libxml2 libxslt
@@ -46,6 +46,9 @@ USE_RUBY=	yes
 RUBY_NO_RUN_DEPENDS=	yes
 USE_XORG=	x11 xcomposite xdamage xext xrender xt ice
 
+CPE_VENDOR=	webkitgtk
+CPE_PRODUCT=	webkitgtk
+
 BINARY_ALIAS=		python=${PYTHON_CMD}
 CXXFLAGS+=		-DFIXED_EXECUTABLE_MEMORY_POOL_SIZE_IN_MB=32
 CXXFLAGS_powerpc=	-DENABLE_YARR_JIT=0



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