Date: Fri, 10 Feb 2023 05:51:45 GMT From: Yasuhiro Kimura <yasu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e9a1fa9fa143 - main - cad/k40-whisperer: Replace reference to PY_PILLOW with its value Message-ID: <202302100551.31A5pjcE086921@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=e9a1fa9fa1431e16ae722305a5a6b740250a402d commit e9a1fa9fa1431e16ae722305a5a6b740250a402d Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2023-02-08 02:11:19 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2023-02-10 05:50:33 +0000 cad/k40-whisperer: Replace reference to PY_PILLOW with its value Since this port works with Python 3.6 and later, the value of PY_PILLOW doesn't change. So replace reference to it with its value. PR: 269397 Approved by: maintainer --- cad/k40-whisperer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cad/k40-whisperer/Makefile b/cad/k40-whisperer/Makefile index c85b8bc8184f..676814f67e37 100644 --- a/cad/k40-whisperer/Makefile +++ b/cad/k40-whisperer/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/gpl-3.0.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyusb>0:devel/py-pyusb@${PY_FLAVOR} \ - ${PY_PILLOW} + ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR} USES= python:run,3.6+ shebangfix zip SHEBANG_FILES= *.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302100551.31A5pjcE086921>