Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 21:19:38 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: e3b0b1088777 - main - x11/libXpm: Add CPE information
Message-ID:  <202109102119.18ALJcpK004832@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=e3b0b1088777cf385aa8e924ae6f68c864d89a44

commit e3b0b1088777cf385aa8e924ae6f68c864d89a44
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-10 19:33:35 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-10 21:17:28 +0000

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

diff --git a/x11/libXpm/Makefile b/x11/libXpm/Makefile
index 4e04734568e3..b717258edcdb 100644
--- a/x11/libXpm/Makefile
+++ b/x11/libXpm/Makefile
@@ -9,10 +9,12 @@ COMMENT=	X Pixmap library
 
 LICENSE=	MIT
 
-USES=		xorg xorg-cat:lib
+USES=		cpe xorg xorg-cat:lib
 USE_XORG=	xorgproto x11 xext xt
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+CPE_VENDOR=	libxpm_project
+
 OPTIONS_DEFINE=		NLS
 NLS_USES=		gettext
 NLS_CONFIGURE_ENV_OFF=	ac_cv_search_gettext=no



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