git: 542f1cfeaa6d - main - databases/sqliteodbc: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Mon Sep 20 14:33:27 UTC 2021


The branch main has been updated by decke:

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

commit 542f1cfeaa6d183e7b0fb2f9b1f8f93149a8b6b7
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-20 14:31:18 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-20 14:31:18 +0000

    databases/sqliteodbc: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 databases/sqliteodbc/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/databases/sqliteodbc/Makefile b/databases/sqliteodbc/Makefile
index c861681a2cd8..6354ee18a22b 100644
--- a/databases/sqliteodbc/Makefile
+++ b/databases/sqliteodbc/Makefile
@@ -17,7 +17,9 @@ LIB_DEPENDS=	libodbc.so:databases/unixODBC
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-sqlite4
 USE_LDCONFIG=	yes
-USES=		libtool
+USES=		cpe libtool
+
+CPE_VENDOR=	sqliteodbc_project
 
 PLIST_SUB+=	VER="${PORTVERSION}"
 


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