Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2021 11:57:35 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: bbf971f56066 - main - net/tac_plus4: Add CPE information
Message-ID:  <202110081157.198BvZIG067730@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=bbf971f56066dbbc16daca8614cd17f5ea723ebb

commit bbf971f56066dbbc16daca8614cd17f5ea723ebb
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-08 11:52:17 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-08 11:52:17 +0000

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

diff --git a/net/tac_plus4/Makefile b/net/tac_plus4/Makefile
index 923345f3443c..47693b70642d 100644
--- a/net/tac_plus4/Makefile
+++ b/net/tac_plus4/Makefile
@@ -10,13 +10,15 @@ MAINTAINER=	marcus@FreeBSD.org
 COMMENT=	Cisco remote authentication/authorization/accounting server
 
 GNU_CONFIGURE=	yes
-USES=		bison perl5 libtool
+USES=		bison cpe perl5 libtool
 USE_PERL5=	build
 USE_RC_SUBR=	tac_plus
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--with-groupid=$$(/usr/bin/id -g tacacs 2>/dev/null || echo '559') \
 		--with-userid=$$(/usr/bin/id -u tacacs 2>/dev/null || echo '559')
 
+CPE_VENDOR=	cisco
+
 USERS=		tacacs
 GROUPS=		tacacs
 



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