Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jan 2022 15:01:39 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: 808436151da9 - main - net/libslirp: Add CPE information
Message-ID:  <202201031501.203F1dc2058118@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=808436151da9fb2eafcee339acad815a9b7eee1e

commit 808436151da9fb2eafcee339acad815a9b7eee1e
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-01-03 14:51:19 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-01-03 14:51:19 +0000

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

diff --git a/net/libslirp/Makefile b/net/libslirp/Makefile
index f5a618669daf..1598e4b820a3 100644
--- a/net/libslirp/Makefile
+++ b/net/libslirp/Makefile
@@ -8,10 +8,12 @@ COMMENT=	General purpose TCP-IP emulator library
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
-USES=		gnome meson pkgconfig tar:bz2
+USES=		cpe gnome meson pkgconfig tar:bz2
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	libslirp_project
+
 USE_GITLAB=	yes
 GL_SITE=	https://gitlab.freedesktop.org
 GL_ACCOUNT=	slirp



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