Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Sep 2021 09:32:25 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: b6a8ce62f440 - main - databases/proftpd-mod_sql_odbc: Add CPE information
Message-ID:  <202109030932.1839WPhT087520@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=b6a8ce62f440da424603f07f50b4064ea3d69353

commit b6a8ce62f440da424603f07f50b4064ea3d69353
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-03 09:03:13 +0000
Commit:     Bernhard Froehlich <decke@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"



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