Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Oct 2021 21:08:13 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: c12d36fc1184 - main - net-mgmt/libsmi: Add CPE information
Message-ID:  <202110232108.19NL8DGK038129@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=c12d36fc118407e7c164862418ae52bd9817eba8

commit c12d36fc118407e7c164862418ae52bd9817eba8
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-23 21:07:59 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-23 21:07:59 +0000

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

diff --git a/net-mgmt/libsmi/Makefile b/net-mgmt/libsmi/Makefile
index b6c88115b684..7c3430efcf37 100644
--- a/net-mgmt/libsmi/Makefile
+++ b/net-mgmt/libsmi/Makefile
@@ -10,9 +10,10 @@ MASTER_SITES=	ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/ \
 MAINTAINER=	saper@saper.info
 COMMENT=	Library to access SMI MIB information
 
+USES=		cpe gmake libtool pathfix pkgconfig
+CPE_VENDOR=	tu-braunschweig
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
-USES=		gmake libtool pathfix pkgconfig
 PIBDIR=		${PREFIX}/share/smi/pibs
 MIBDIR=		${PREFIX}/share/smi/mibs
 GNU_CONFIGURE=	yes



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