Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Sep 2021 09:32:28 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: fef08424b455 - main - net/proftpd-mod_ldap: Add CPE information
Message-ID:  <202109030932.1839WSXt087594@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=fef08424b455b7ba1aa7dfa3c9110d49e52209d3

commit fef08424b455b7ba1aa7dfa3c9110d49e52209d3
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-03 09:09:49 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-03 09:19:37 +0000

    net/proftpd-mod_ldap: Add CPE information
    
    USES=cpe was removed per default in the master port so add it here now.
    
    Approved by:    portmgr (blanket)
---
 net/proftpd-mod_ldap/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/proftpd-mod_ldap/Makefile b/net/proftpd-mod_ldap/Makefile
index 73199ccbc4c4..888eb2dd9cd2 100644
--- a/net/proftpd-mod_ldap/Makefile
+++ b/net/proftpd-mod_ldap/Makefile
@@ -15,7 +15,7 @@ DESCR=		${.CURDIR}/pkg-descr
 MASTERDIR=	${.CURDIR}/../../ftp/proftpd
 
 USE_OPENLDAP=	yes
-USES=		ssl
+USES=		cpe ssl
 
 INCLUDEDIRS=	${LOCALBASE}/include
 LIBDIRS=	${LOCALBASE}/lib



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