Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 21:20:05 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: d197c2b10edd - main - security/cracklib: Add CPE information
Message-ID:  <202109102120.18ALK5Ae007779@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=d197c2b10edd2accaac948da5f4218b9ab17677b

commit d197c2b10edd2accaac948da5f4218b9ab17677b
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-10 20:00:11 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-10 21:17:44 +0000

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

diff --git a/security/cracklib/Makefile b/security/cracklib/Makefile
index fce91efb4971..3b3d5336522c 100644
--- a/security/cracklib/Makefile
+++ b/security/cracklib/Makefile
@@ -16,7 +16,9 @@ DICTFILE=	${DICTPATH}/cracklib-words
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-default-dict=${DICTFILE}
 INSTALL_TARGET=	install-strip
-USES=		libtool tar:bz2
+USES=		cpe libtool tar:bz2
+
+CPE_VENDOR=	cracklib_project
 
 WORDS_DISTFILE=	${PORTNAME}-words-${PORTVERSION}.bz2
 



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