Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2021 12:59:07 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: 5be80f60aaff - main - security/libntlm: Add CPE information
Message-ID:  <202109211259.18LCx7K9068028@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=5be80f60aaff9976ea5dcf3b4fa49b5b4541601c

commit 5be80f60aaff9976ea5dcf3b4fa49b5b4541601c
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-21 12:20:54 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-21 12:57:58 +0000

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

diff --git a/security/libntlm/Makefile b/security/libntlm/Makefile
index 1d9d7133c3ca..91ec76e6760e 100644
--- a/security/libntlm/Makefile
+++ b/security/libntlm/Makefile
@@ -11,9 +11,10 @@ COMMENT=	Library that implement Microsoft's NTLM authentication
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		libtool pathfix pkgconfig
+USES=		cpe libtool pathfix pkgconfig
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+CPE_VENDOR=	nongnu
 
 .include <bsd.port.mk>



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