Date: Thu, 30 Sep 2021 15:15: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: 2c0a09b47e5d - main - www/py-bleach: Add CPE information Message-ID: <202109301515.18UFFI9M047185@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=2c0a09b47e5dcfd4744403dfb840be181aaa4613 commit 2c0a09b47e5dcfd4744403dfb840be181aaa4613 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-30 15:01:23 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-09-30 15:14:22 +0000 www/py-bleach: Add CPE information Approved by: portmgr (blanket) --- www/py-bleach/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/py-bleach/Makefile b/www/py-bleach/Makefile index a2e47e7facb4..7a456906303d 100644 --- a/www/py-bleach/Makefile +++ b/www/py-bleach/Makefile @@ -17,9 +17,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= cpe python:3.6+ USE_PYTHON= autoplist distutils +CPE_VENDOR= mozilla + NO_ARCH= yes # This is a development script
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109301515.18UFFI9M047185>