Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Sep 2021 11:57:13 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: ac67af93eed2 - main - security/pam_ldap: Add CPE information
Message-ID:  <202109111157.18BBvDtD082934@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=ac67af93eed281386948570eae34437b4c9025cf

commit ac67af93eed281386948570eae34437b4c9025cf
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-11 11:25:30 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-11 11:25:30 +0000

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

diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile
index 9d18f2c88a25..cb44629b0e24 100644
--- a/security/pam_ldap/Makefile
+++ b/security/pam_ldap/Makefile
@@ -15,7 +15,7 @@ LICENSE_COMB=	multi
 LICENSE_FILE_GPLv2+ =	${WRKSRC}/COPYING
 LICENSE_FILE_LGPL20+ =	${WRKSRC}/COPYING.LIB
 
-USES=		gmake perl5 shebangfix
+USES=		cpe gmake perl5 shebangfix
 USE_OPENLDAP=	yes
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
@@ -24,6 +24,7 @@ CONFIGURE_ARGS=	--with-ldap-conf-file=${PREFIX}/etc/${PAM_LDAP_CONF} \
 		--with-ldap-lib=openldap \
 		--with-ldap-secret-file=${PREFIX}/etc/ldap.secret
 SHEBANG_FILES=	vers_string
+CPE_VENDOR=	padl
 
 SUB_FILES=	pkg-message
 



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