Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Sep 2021 09:32:27 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: 6f8939d3944a - main - databases/proftpd-mod_sql_sqlite: Add CPE information
Message-ID:  <202109030932.1839WRvC087568@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=6f8939d3944a3317f11250e79d183abd90b7360c

commit 6f8939d3944a3317f11250e79d183abd90b7360c
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-03 09:07:00 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-03 09:19:36 +0000

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

diff --git a/databases/proftpd-mod_sql_sqlite/Makefile b/databases/proftpd-mod_sql_sqlite/Makefile
index 06795fd3aa5e..bd123bb412d8 100644
--- a/databases/proftpd-mod_sql_sqlite/Makefile
+++ b/databases/proftpd-mod_sql_sqlite/Makefile
@@ -14,7 +14,7 @@ DESCR=		${.CURDIR}/pkg-descr
 
 MASTERDIR=	${.CURDIR}/../../ftp/proftpd
 
-USES=		sqlite
+USES=		cpe sqlite
 
 INCLUDEDIRS=	${LOCALBASE}/include
 LIBDIRS=	${LOCALBASE}/lib



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