Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 21:19:31 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: 9ea8a13bc454 - main - x11/libXdmcp: Add CPE information
Message-ID:  <202109102119.18ALJVm9004682@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=9ea8a13bc454bec1b4d076f65500ec77c6647b4d

commit 9ea8a13bc454bec1b4d076f65500ec77c6647b4d
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-10 19:08:17 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-10 21:17:24 +0000

    x11/libXdmcp: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 x11/libXdmcp/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/x11/libXdmcp/Makefile b/x11/libXdmcp/Makefile
index dc569cc55454..d4c4a075d061 100644
--- a/x11/libXdmcp/Makefile
+++ b/x11/libXdmcp/Makefile
@@ -9,9 +9,11 @@ COMMENT=	X Display Manager Control Protocol library
 
 LICENSE=	MIT
 
-USES=		xorg xorg-cat:lib
+USES=		cpe xorg xorg-cat:lib
 USE_XORG=	xorgproto:both
 
+CPE_VENDOR=	x.org
+
 CONFIGURE_ARGS+=--disable-docs --without-xmlto
 
 post-patch:



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