Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Aug 2021 18:33:34 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: 1748e4223cf2 - main - x11-wm/fvwm3: Add CPE information
Message-ID:  <202108291833.17TIXYo1074403@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=1748e4223cf2bcca3f762dcff865a1d61ac51160

commit 1748e4223cf2bcca3f762dcff865a1d61ac51160
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-08-29 18:25:43 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-08-29 18:25:43 +0000

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

diff --git a/x11-wm/fvwm3/Makefile b/x11-wm/fvwm3/Makefile
index 5fd9bf299903..643276659299 100644
--- a/x11-wm/fvwm3/Makefile
+++ b/x11-wm/fvwm3/Makefile
@@ -15,11 +15,14 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libbson-1.0.so:devel/libbson \
 		libevent.so:devel/libevent
 
-USES=		compiler:c11 pkgconfig python:3.7+ readline xorg
+USES=		compiler:c11 cpe pkgconfig python:3.7+ readline xorg
 USE_XORG=	ice x11 xext xrandr xrender xt
 
 CONFLICTS_INSTALL=	fvwm-2.*
 
+CPE_VENDOR=	fvwm
+CPE_PRODUCT=	fvwm
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	ac_cv_path_PYTHON=${PYTHON_CMD} \
 		--disable-golang



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