git: b6a8ce62f440 - main - databases/proftpd-mod_sql_odbc: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 3 09:32:26 UTC 2021


The branch main has been updated by decke:

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

commit b6a8ce62f440da424603f07f50b4064ea3d69353
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-03 09:03:13 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-03 09:19:35 +0000

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

diff --git a/databases/proftpd-mod_sql_odbc/Makefile b/databases/proftpd-mod_sql_odbc/Makefile
index f9f3a4fb8221..eec50b2cbe6c 100644
--- a/databases/proftpd-mod_sql_odbc/Makefile
+++ b/databases/proftpd-mod_sql_odbc/Makefile
@@ -15,6 +15,8 @@ DESCR=		${.CURDIR}/pkg-descr
 
 MASTERDIR=	${.CURDIR}/../../ftp/proftpd
 
+USES=		cpe
+
 CONFIGURE_ARGS=	LIBS=-liodbc \
 		LD_LIBRARY_PATH="${LOCALBASE}/lib" \
 		LDFLAGS="-L${LOCALBASE}/lib"


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