Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Oct 2021 19:15: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: 20304d21aef0 - main - archivers/py-brotli: Add CPE information
Message-ID:  <202110051915.195JFhim075603@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=20304d21aef0acd1055033d959cb8ff75023ced7

commit 20304d21aef0acd1055033d959cb8ff75023ced7
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-05 18:34:47 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-05 19:11:34 +0000

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

diff --git a/archivers/py-brotli/Makefile b/archivers/py-brotli/Makefile
index 0dcc317ffa24..aac99b534566 100644
--- a/archivers/py-brotli/Makefile
+++ b/archivers/py-brotli/Makefile
@@ -13,9 +13,11 @@ COMMENT=	Generic-purpose lossless compression algorithm
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		compiler:c++0x python:3.6+ shebangfix zip
+USES=		compiler:c++0x cpe python:3.6+ shebangfix zip
 USE_PYTHON=	autoplist concurrent distutils
 
+CPE_VENDOR=	google
+
 SHEBANG_FILES=	python/bro.py
 
 post-install:



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