Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2021 11:57:32 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: 563d7e0c83e3 - main - net/mpd5: Add CPE information
Message-ID:  <202110081157.198BvWGh067652@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=563d7e0c83e3cf460a26763e424b289dcd56e945

commit 563d7e0c83e3cf460a26763e424b289dcd56e945
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-08 11:50:32 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-08 11:50:32 +0000

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

diff --git a/net/mpd5/Makefile b/net/mpd5/Makefile
index 95544283135b..206baa1d9059 100644
--- a/net/mpd5/Makefile
+++ b/net/mpd5/Makefile
@@ -13,7 +13,9 @@ COMMENT=	Multi-link PPP daemon based on netgraph(4)
 
 LICENSE=	BSD3CLAUSE
 
-USES=		ssl
+USES=		cpe ssl
+
+CPE_VENDOR=	mpd_project
 
 OPTIONS_DEFINE=	DOCS NG_IPACCT RADIUS
 OPTIONS_DEFAULT=	RADIUS



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