Date: Thu, 30 Sep 2021 15:14:59 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: 71b9a7646595 - main - sysutils/py-supervisor: Add CPE information Message-ID: <202109301514.18UFExIX046788@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=71b9a76465958f1acde1fabe42ab62ae8a465e3d commit 71b9a76465958f1acde1fabe42ab62ae8a465e3d Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-30 14:37:32 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-09-30 15:14:12 +0000 sysutils/py-supervisor: Add CPE information Approved by: portmgr (blanket) --- sysutils/py-supervisor/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/py-supervisor/Makefile b/sysutils/py-supervisor/Makefile index 53f3220eef65..b48dc6efafd3 100644 --- a/sysutils/py-supervisor/Makefile +++ b/sysutils/py-supervisor/Makefile @@ -20,12 +20,14 @@ LICENSE_PERMS_REPOZE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0.5.0:devel/py-mock@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= cpe python:3.6+ shebangfix USE_PYTHON= autoplist distutils USE_RC_SUBR= supervisord SHEBANG_FILES= supervisor/scripts/*.py supervisor/tests/fixtures/*.py python_OLD_CMD= "<<PYTHON>>" +CPE_VENDOR= supervisord + NO_ARCH= yes SUB_LIST= PIDDIR=${PIDDIR} \ PYTHON_CMD=${PYTHON_CMD}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109301514.18UFExIX046788>