git: 4abdf65c5f46 - main - devel/pycharm: actualize extract ignore list
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Jun 2025 16:41:11 UTC
The branch main has been updated by rm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4abdf65c5f4655cd0a7613c7253f1285838054a5
commit 4abdf65c5f4655cd0a7613c7253f1285838054a5
Author: Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2025-06-17 16:39:53 +0000
Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2025-06-17 16:39:53 +0000
devel/pycharm: actualize extract ignore list
Nothing has changed in package itself, so no PORTREVISION bump.
---
devel/pycharm/Makefile | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/devel/pycharm/Makefile b/devel/pycharm/Makefile
index e0dd11179796..fb4090f343e6 100644
--- a/devel/pycharm/Makefile
+++ b/devel/pycharm/Makefile
@@ -39,13 +39,9 @@ DATADIR= ${PREFIX}/share/jetbrains/${PORTNAME}
# - non-native binaries
# - the bundled native Pty4J support libraries, they are replaced by java/jetbrains-pty4j
# - bundled linux-only JRE
-EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/bin/*fsnotifier* \
- --exclude ${DISTNAME}/bin/*.so \
- --exclude ${DISTNAME}/bin/repair \
+EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/bin/fsnotifier \
--exclude ${DISTNAME}/bin/restarter \
--exclude ${DISTNAME}/bin/pycharm \
- --exclude ${DISTNAME}/lib/*.so \
- --exclude ${DISTNAME}/plugins/*.so \
--exclude ${DISTNAME}/plugins/cwm-plugin/quiche-native \
--exclude ${DISTNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process \
--exclude ${DISTNAME}/lib/pty4j \