Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2021 14:35:29 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3fd1afdb0c38 - main - net/smcroute: Add CPE information
Message-ID:  <202110211435.19LEZTHX072466@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3fd1afdb0c38ab78b7230a46848362977e6590ed

commit 3fd1afdb0c38ab78b7230a46848362977e6590ed
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-21 14:26:59 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-21 14:26:59 +0000

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

diff --git a/net/smcroute/Makefile b/net/smcroute/Makefile
index 995476c1c583..09d310d79881 100644
--- a/net/smcroute/Makefile
+++ b/net/smcroute/Makefile
@@ -8,7 +8,8 @@ COMMENT=	Static multicast routing tool
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		autoreconf
+USES=		autoreconf cpe
+CPE_VENDOR=	troglobit
 USE_RC_SUBR=	${PORTNAME}
 USE_GITHUB=	yes
 GH_ACCOUNT=	troglobit



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