git: 9528b6a97733 - main - devel/thonny: Add missing RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Dec 2023 13:24:23 UTC
The branch main has been updated by wen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9528b6a977333c0a41d2f8ada19e84f1d25fef43
commit 9528b6a977333c0a41d2f8ada19e84f1d25fef43
Author: Wen Heping <wen@FreeBSD.org>
AuthorDate: 2023-12-14 13:23:02 +0000
Commit: Wen Heping <wen@FreeBSD.org>
CommitDate: 2023-12-14 13:23:02 +0000
devel/thonny: Add missing RUN_DEPENDS
PR: 275759
Reported by: scott.wl.furry@gmail.com
---
devel/thonny/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/devel/thonny/Makefile b/devel/thonny/Makefile
index 6a3350695805..ce024cbaf0dd 100644
--- a/devel/thonny/Makefile
+++ b/devel/thonny/Makefile
@@ -1,5 +1,6 @@
PORTNAME= thonny
PORTVERSION= 4.1.4
+PORTREVISION= 1
CATEGORIES= devel education python
MASTER_SITES= PYPI
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
@@ -19,7 +20,9 @@ RUN_DEPENDS= pylint:devel/pylint@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyserial>=3.4:comms/py-pyserial@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}send2trash>=1.5:deskutils/py-send2trash@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}asttokens>=2.0:devel/py-asttokens@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils