Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Sep 2021 13:21:44 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: 16806fa293fb - main - www/midori: Add CPE information
Message-ID:  <202109061321.186DLiFG065252@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=16806fa293fb9957c2677fe4ab9265f22fc82109

commit 16806fa293fb9957c2677fe4ab9265f22fc82109
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-06 13:19:32 +0000
Commit:     Bernhard Froehlich <decke@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
 



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