Date: Mon, 20 Sep 2021 14:33:18 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: 0ffea0d7e920 - main - archivers/snappy: Add CPE information Message-ID: <202109201433.18KEXIDF053365@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=0ffea0d7e92062cf3f07a85f36b1d522d71dd526 commit 0ffea0d7e92062cf3f07a85f36b1d522d71dd526 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-20 14:20:24 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-09-20 14:20:24 +0000 archivers/snappy: Add CPE information Approved by: portmgr (blanket) --- archivers/snappy/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/archivers/snappy/Makefile b/archivers/snappy/Makefile index 983fe03ad491..8e3f0c33bccb 100644 --- a/archivers/snappy/Makefile +++ b/archivers/snappy/Makefile @@ -10,11 +10,12 @@ COMMENT= Fast compressor/decompressor library LICENSE= BSD3CLAUSE -USES= cmake compiler:c++11-lang +USES= cmake compiler:c++11-lang cpe USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS CMAKE_OFF= SNAPPY_BUILD_TESTS SNAPPY_BUILD_BENCHMARKS CMAKE_BUILD_TYPE= Release +CPE_VENDOR= google USE_GITHUB= yes GH_ACCOUNT= google PLIST_SUB+= PORTVERSION=${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109201433.18KEXIDF053365>