Subject: git: 9c595b3d9c2d - main - devel/pycharm: correct shebang line List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rm X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9c595b3d9c2d63366e0f7f270916219a9aee29b1 Auto-Submitted: auto-generated Date: Mon, 12 Jan 2026 07:22:34 +0000 Message-Id: <6964a13a.3d225.2c6afc0c@gitrepo.freebsd.org> The branch main has been updated by rm: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c595b3d9c2d63366e0f7f270916219a9aee29b1 commit 9c595b3d9c2d63366e0f7f270916219a9aee29b1 Author: Ruslan Makhmatkhanov AuthorDate: 2026-01-12 07:19:46 +0000 Commit: Ruslan Makhmatkhanov 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 \