git: 9f0f61c44495 - main - sysutils/polkit: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 10 21:20:31 UTC 2021


The branch main has been updated by decke:

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

commit 9f0f61c4449501254b8f7700ef8c29fcf2276b05
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-10 20:24:04 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-10 21:17:55 +0000

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

diff --git a/sysutils/polkit/Makefile b/sysutils/polkit/Makefile
index 79b211fd069a..41410b040aaf 100644
--- a/sysutils/polkit/Makefile
+++ b/sysutils/polkit/Makefile
@@ -18,11 +18,12 @@ LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 USERS=		polkitd
 GROUPS=		polkitd
 
-USES=		compiler:c++11-lib gettext gnome libtool localbase meson \
+USES=		compiler:c++11-lib cpe gettext gnome libtool localbase meson \
 		pathfix pkgconfig shebangfix
 USE_GNOME=	glib20 intltool introspection:build
 SHEBANG_FILES=	${WRKSRC}/src/polkitbackend/toarray.pl
 USE_LDCONFIG=	yes
+CPE_VENDOR=	polkit_project
 
 MESON_ARGS=	-Dpam_include=system \
 		-Dpolkitd_user=${USERS} \


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