git: 9e665d5a0f8f - main - net/routinator: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Tue Sep 21 12:59:01 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9e665d5a0f8fd16ccd1f3cc0747a4b5bd16e16a8

commit 9e665d5a0f8fd16ccd1f3cc0747a4b5bd16e16a8
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-21 12:16:16 +0000
Commit:     Bernhard Froehlich <decke at 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
 


More information about the dev-commits-ports-main mailing list