git: d197c2b10edd - main - security/cracklib: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 10 21:20:09 UTC 2021


The branch main has been updated by decke:

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

commit d197c2b10edd2accaac948da5f4218b9ab17677b
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-10 20:00:11 +0000
Commit:     Bernhard Froehlich <decke at 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
 


More information about the dev-commits-ports-main mailing list