git: 0b1a2445881a - main - x11/kitty: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Thu Sep 30 15:15:28 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0b1a2445881a621e0c85eb573593b2612bb42cf0

commit 0b1a2445881a621e0c85eb573593b2612bb42cf0
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-30 15:12:05 +0000
Commit:     Bernhard Froehlich <decke at 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


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