git: 16806fa293fb - main - www/midori: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Mon Sep 6 13:21:44 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=16806fa293fb9957c2677fe4ab9265f22fc82109

commit 16806fa293fb9957c2677fe4ab9265f22fc82109
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-06 13:19:32 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-06 13:19:32 +0000

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

diff --git a/www/midori/Makefile b/www/midori/Makefile
index 1c4a29a54976..b7b9fb73154d 100644
--- a/www/midori/Makefile
+++ b/www/midori/Makefile
@@ -23,11 +23,13 @@ LIB_DEPENDS=	libnotify.so:devel/libnotify \
 		libharfbuzz.so:print/harfbuzz
 RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
 
-USES=		cmake compiler:c++11-lang desktop-file-utils gettext gnome \
+USES=		cmake compiler:c++11-lang cpe desktop-file-utils gettext gnome \
 		libarchive localbase:ldflags pkgconfig sqlite tar:bzip2
 USE_GNOME=	cairo glib20 gtk30 intltool introspection librsvg2:build \
 		libxml2
 
+CPE_VENDOR=	midori-browser
+
 CFLAGS+=	-Wno-return-type
 CMAKE_ARGS=	-DUSE_APIDOCS:BOOL=OFF
 


More information about the dev-commits-ports-all mailing list