Date: Mon, 12 Jan 2026 07:22:34 +0000 From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9c595b3d9c2d - main - devel/pycharm: correct shebang line Message-ID: <6964a13a.3d225.2c6afc0c@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by rm: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c595b3d9c2d63366e0f7f270916219a9aee29b1 commit 9c595b3d9c2d63366e0f7f270916219a9aee29b1 Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2026-01-12 07:19:46 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2026-01-12 07:22:27 +0000 devel/pycharm: correct shebang line this fixes build in unclean environment. PR: 292356 Submitted by: rhurlin --- devel/pycharm/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/pycharm/Makefile b/devel/pycharm/Makefile index a17ed2ed0953..3ad8ae544ed2 100644 --- a/devel/pycharm/Makefile +++ b/devel/pycharm/Makefile @@ -1,5 +1,6 @@ PORTNAME= pycharm DISTVERSION= 2025.3.1 +PORTREVISION= 1 CATEGORIES= devel java python MASTER_SITES= https://download.jetbrains.com/python/ DIST_SUBDIR= jetbrains @@ -20,7 +21,8 @@ RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \ jetbrains-sqlite>=232.8660.185:devel/jetbrains-sqlite USES= cpe desktop-file-utils java python:run shebangfix -SHEBANG_FILES= plugins/python-ce/helpers/pycodestyle.py \ +SHEBANG_FILES= plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/compile_mac.sh \ + plugins/python-ce/helpers/pycodestyle.py \ plugins/python-ce/helpers/pycodestyle-2.10.0.py \ plugins/python-ce/helpers/py3only/docutils/utils/math/math2html.py \ plugins/python-ce/helpers/py3only/docutils/utils/smartquotes.py \home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6964a13a.3d225.2c6afc0c>
