Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2022 17:46:01 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: 2133ab753827 - main - x11/swaylock: Add CPE information
Message-ID:  <202204181746.23IHk1xg080898@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=2133ab7538270ec80a0651adc7d0191090fa92a6

commit 2133ab7538270ec80a0651adc7d0191090fa92a6
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-04-18 17:43:53 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-04-18 17:45:49 +0000

    x11/swaylock: Add CPE information
    
    I know that "swayvm" is obviously a typing mistake in the CPE database
    and I contacted NIST already about it. As soon as it's fixed I will
    correct it here as well.
    
    Approved by:    portmgr (blanket)
---
 x11/swaylock/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11/swaylock/Makefile b/x11/swaylock/Makefile
index 62c11f237ba3..f83ec477a087 100644
--- a/x11/swaylock/Makefile
+++ b/x11/swaylock/Makefile
@@ -15,9 +15,10 @@ LIB_DEPENDS=	libwayland-client.so:graphics/wayland \
 
 CONFLICTS_INSTALL=	${PORTNAME}-*
 
-USES=		compiler:c11 gnome meson pkgconfig
+USES=		compiler:c11 cpe gnome meson pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT?=	swaywm
+CPE_VENDOR=	swayvm
 USE_GNOME=	cairo pango
 PLIST_FILES=	bin/${PORTNAME} \
 		etc/pam.d/${PORTNAME} \



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