git: 23dc2213efbe - main - databases/proftpd-mod_sql_mysql: 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=23dc2213efbe6fa7627d12ce15043625d02a30ad

commit 23dc2213efbe6fa7627d12ce15043625d02a30ad
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-03 09:00:29 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-03 09:19:33 +0000

    databases/proftpd-mod_sql_mysql: 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_mysql/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/databases/proftpd-mod_sql_mysql/Makefile b/databases/proftpd-mod_sql_mysql/Makefile
index 4167b16f6a13..5de47240bb9e 100644
--- a/databases/proftpd-mod_sql_mysql/Makefile
+++ b/databases/proftpd-mod_sql_mysql/Makefile
@@ -13,7 +13,7 @@ DESCR=		${.CURDIR}/pkg-descr
 
 MASTERDIR=	${.CURDIR}/../../ftp/proftpd
 
-USES=		mysql
+USES=		cpe mysql
 
 INCLUDEDIRS=	${LOCALBASE}/include:${LOCALBASE}/include/mysql
 LIBDIRS=	${LOCALBASE}/lib


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