git: 1cd884bb7dc5 - main - misc/libsolv: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Oct 2021 11:15:12 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=1cd884bb7dc53923394b47d4cce14811d01d3044 commit 1cd884bb7dc53923394b47d4cce14811d01d3044 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-19 11:14:37 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-19 11:14:37 +0000 misc/libsolv: Add CPE information Approved by: portmgr (blanket) --- misc/libsolv/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/libsolv/Makefile b/misc/libsolv/Makefile index b3c16d9f8c69..9a0c77171a3f 100644 --- a/misc/libsolv/Makefile +++ b/misc/libsolv/Makefile @@ -8,7 +8,8 @@ COMMENT= Package dependency solver using a satisfiability algorithm LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.BSD -USES= cmake localbase:ldflags +USES= cmake cpe localbase:ldflags +CPE_VENDOR= opensuse USE_LDCONFIG= yes USE_GITHUB= yes