Bug 278782 - devel/pycharm-pro: Use EXTRACT_AFTER_ARGS
Summary: devel/pycharm-pro: Use EXTRACT_AFTER_ARGS
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-05 12:07 UTC by Daniel Engberg
Modified: 2024-05-18 23:57 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (rm)


Attachments
Patch for pycharm-pro (1.80 KB, patch)
2024-05-05 12:07 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2024-05-05 12:07:13 UTC
Created attachment 250431 [details]
Patch for pycharm-pro

Use EXTRACT_AFTER_ARGS to reduce I/O by excluding files during extraction
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-05-18 23:57:09 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c36b18c71991158f5de6e25e35e40e63227cc0a1

commit c36b18c71991158f5de6e25e35e40e63227cc0a1
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2024-05-18 23:53:31 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2024-05-18 23:53:31 +0000

    devel/pycharm-pro: update to 2024.1.1

    - update to latest version
    - use EXTRACT_AFTER_ARGS to avoid extracting not needed files [1]

    Release notes:

    https://www.jetbrains.com/pycharm/whatsnew/2024-1/
    https://www.jetbrains.com/pycharm/whatsnew/2024-1-1/

    PR:             278782 [1]
    Submitted by:   diizzy

 devel/pycharm-pro/Makefile  |  25 +-
 devel/pycharm-pro/distinfo  |   6 +-
 devel/pycharm-pro/pkg-plist | 558 ++++++++++++++++++++++++--------------------
 3 files changed, 328 insertions(+), 261 deletions(-)
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2024-05-18 23:57:57 UTC
Committed with port update. Thank you!