Bug 263428 - devel/pycharm-ce: Fix pkg-plist with non-default Python version
Summary: devel/pycharm-ce: Fix pkg-plist with non-default Python version
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords: needs-qa
Depends on:
Blocks:
 
Reported: 2022-04-19 22:58 UTC by Jonathan Chen
Modified: 2022-05-05 12:12 UTC (History)
2 users (show)

See Also:
koobs: merge-quarterly?


Attachments
pkg-plist fixes (4.80 KB, patch)
2022-04-19 22:58 UTC, Jonathan Chen
no flags Details | Diff
pkg-plist fixes (4.77 KB, patch)
2022-05-01 22:13 UTC, Jonathan Chen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Chen 2022-04-19 22:58:17 UTC
Created attachment 233347 [details]
pkg-plist fixes

Fix pkg-plist issues (on systems running python <> 3.8)

No PORTREVISION bump required, as the port wouldn't have installed on affected systems.
Comment 1 Jonathan Chen 2022-05-01 22:13:35 UTC
Created attachment 233642 [details]
pkg-plist fixes

Updated patch to remove more non-FreeBSD binaries
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-05-05 12:08:10 UTC
A commit in branch main references this bug:

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

commit ce20b3d82406b1aca8b0237d0927b0197a7467d4
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2022-05-05 12:06:53 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2022-05-05 12:06:53 +0000

    devel/pycharm-ce: fix plist

    - Fix packaging for non-default Python
    - Avoid installing non-native binaries

    PR:             263428
    Submitted by:   Jonathan Chen (maintainer)

 devel/pycharm-ce/Makefile  |  3 +++
 devel/pycharm-ce/pkg-plist | 20 --------------------
 2 files changed, 3 insertions(+), 20 deletions(-)
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2022-05-05 12:12:26 UTC
Thanks!