git: 7264d45ccb2a - main - databases/proftpd-mod_sql_postgres: Add CPE information

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


The branch main has been updated by decke:

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

commit 7264d45ccb2a20b59ad94ac8e50dd7f63243cadd
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-03 09:05:51 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-03 09:19:35 +0000

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

diff --git a/databases/proftpd-mod_sql_postgres/Makefile b/databases/proftpd-mod_sql_postgres/Makefile
index 2d4edcb43b96..ce24871d4ef2 100644
--- a/databases/proftpd-mod_sql_postgres/Makefile
+++ b/databases/proftpd-mod_sql_postgres/Makefile
@@ -14,7 +14,7 @@ DESCR=		${.CURDIR}/pkg-descr
 
 MASTERDIR=	${.CURDIR}/../../ftp/proftpd
 
-USES=	pgsql
+USES=		cpe pgsql
 
 INCLUDEDIRS=	${LOCALBASE}/include
 LIBDIRS=	${LOCALBASE}/lib


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