git: b5ba8cd7edc0 - main - deskutils/py-autokey: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 10:46:28 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=b5ba8cd7edc04b20a6f9aba91fbe3754e6651c7c commit b5ba8cd7edc04b20a6f9aba91fbe3754e6651c7c Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 10:45:53 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 10:45:53 +0000 deskutils/py-autokey: Add CPE information Approved by: portmgr (blanket) --- deskutils/py-autokey/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deskutils/py-autokey/Makefile b/deskutils/py-autokey/Makefile index de826a84b8a5..ad1cb2d3c66b 100644 --- a/deskutils/py-autokey/Makefile +++ b/deskutils/py-autokey/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyinotify>0:devel/py-pyinotify@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xlib>0:x11-toolkits/py-xlib@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= cpe python:3.6+ shebangfix +CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= distutils concurrent USE_GITHUB= yes