Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 2021 15:15: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: 0b1a2445881a - main - x11/kitty: Add CPE information
Message-ID:  <202109301515.18UFFRQi047385@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=0b1a2445881a621e0c85eb573593b2612bb42cf0

commit 0b1a2445881a621e0c85eb573593b2612bb42cf0
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-30 15:12:05 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-30 15:14:27 +0000

    x11/kitty: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 x11/kitty/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile
index ba52d774a9d7..ec78e6a9ac6d 100644
--- a/x11/kitty/Makefile
+++ b/x11/kitty/Makefile
@@ -25,12 +25,13 @@ LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 		libwayland-cursor.so:graphics/wayland \
 		libxkbcommon.so:x11/libxkbcommon
 
-USES=		compiler:c11 gettext-runtime gl gmake ncurses:port pkgconfig \
+USES=		compiler:c11 cpe gettext-runtime gl gmake ncurses:port pkgconfig \
 		python:3.5+ shebangfix terminfo xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	kovidgoyal
 USE_GL=		gl
 USE_XORG=	x11 xcb xcursor xi xinerama xrandr
+CPE_VENDOR=	kitty_project
 
 SHEBANG_FILES=	build-terminfo count-lines-of-code mypy-editor-integration \
 		update-on-ox update-on-ubuntu



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