git: 2133ab753827 - main - x11/swaylock: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Apr 2022 17:46:01 UTC
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} \