Date: Thu, 19 Sep 2024 14:50:43 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: 49c9e58c2493 - main - archivers/bzip3: Add CPE_VENDOR information Message-ID: <202409191450.48JEohCE081366@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=49c9e58c24934e16c91b5a4e68d73735e104e848 commit 49c9e58c24934e16c91b5a4e68d73735e104e848 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2024-09-19 14:49:53 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2024-09-19 14:49:53 +0000 archivers/bzip3: Add CPE_VENDOR information Event: DevSummit/202409 --- archivers/bzip3/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/archivers/bzip3/Makefile b/archivers/bzip3/Makefile index 974f2ea9902a..c6035a213306 100644 --- a/archivers/bzip3/Makefile +++ b/archivers/bzip3/Makefile @@ -13,9 +13,11 @@ LICENSE_COMB= multi LICENSE_FILE_APACHE20= ${WRKSRC}/libsais-LICENSE LICENSE_FILE_LGPL3+ = ${WRKSRC}/LICENSE -USES= cmake pathfix tar:xz +USES= cmake cpe pathfix tar:xz USE_LDCONFIG= yes +CPE_VENDOR= bzip3_project + post-patch: @${REINPLACE_CMD} -e "s|\(VERSION \)1\.3\.0|\1${DISTVERSION}|" \ ${WRKSRC}/CMakeLists.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409191450.48JEohCE081366>