Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2021 12:59:00 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: 9e665d5a0f8f - main - net/routinator: Add CPE information
Message-ID:  <202109211259.18LCx0Hc067878@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=9e665d5a0f8fd16ccd1f3cc0747a4b5bd16e16a8

commit 9e665d5a0f8fd16ccd1f3cc0747a4b5bd16e16a8
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-21 12:16:16 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-21 12:57:54 +0000

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

diff --git a/net/routinator/Makefile b/net/routinator/Makefile
index 82d8f133312b..96b64f6e0744 100644
--- a/net/routinator/Makefile
+++ b/net/routinator/Makefile
@@ -15,9 +15,10 @@ ONLY_FOR_ARCHS_REASON=	ring crate not ported to other architectures
 
 RUN_DEPENDS=	rsync:net/rsync
 
-USES=		cargo
+USES=		cargo cpe
 USE_GITHUB=	yes
 GH_ACCOUNT=	NLnetLabs
+CPE_VENDOR=	nlnetlabs
 
 USE_RC_SUBR=	routinator
 



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