Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 2021 14:12:01 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 413dae041a4d - main - sysutils/seatd: add CPE information
Message-ID:  <202109291412.18TEC1uS042774@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

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

commit 413dae041a4da3082ae42e255960cdfce3d3bb5a
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-09-29 14:10:31 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-09-29 14:11:20 +0000

    sysutils/seatd: add CPE information
    
    Reported by:    decke
---
 sysutils/seatd/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sysutils/seatd/Makefile b/sysutils/seatd/Makefile
index 1f934cd06c37..a7f07225c85c 100644
--- a/sysutils/seatd/Makefile
+++ b/sysutils/seatd/Makefile
@@ -10,9 +10,10 @@ COMMENT=	Minimal seat management daemon and universal library
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		compiler:c11 meson pkgconfig
+USES=		compiler:c11 cpe meson pkgconfig
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	${PORTNAME}
+CPE_VENDOR=	${PORTNAME}_project
 SUB_FILES=	pkg-message
 PLIST_FILES=	bin/${PORTNAME} \
 		"@(,video,4750) bin/${PORTNAME}-launch" \



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