git: b073fbf3c7b0 - main - x11/swaylock: Chase CPE_VENDOR change now that NIST has fixed CPE entry

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Thu, 21 Apr 2022 11:37:54 UTC
The branch main has been updated by decke:

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

commit b073fbf3c7b0dc3721528cefe4b0e96506b93353
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-04-21 11:36:16 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-04-21 11:36:16 +0000

    x11/swaylock: Chase CPE_VENDOR change now that NIST has fixed CPE entry
    
    Approved by:    portmgr (blanket)
---
 x11/swaylock/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11/swaylock/Makefile b/x11/swaylock/Makefile
index f83ec477a087..aeacbd6aadc5 100644
--- a/x11/swaylock/Makefile
+++ b/x11/swaylock/Makefile
@@ -18,7 +18,7 @@ CONFLICTS_INSTALL=	${PORTNAME}-*
 USES=		compiler:c11 cpe gnome meson pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT?=	swaywm
-CPE_VENDOR=	swayvm
+CPE_VENDOR=	swaywm
 USE_GNOME=	cairo pango
 PLIST_FILES=	bin/${PORTNAME} \
 		etc/pam.d/${PORTNAME} \