Bug 294248 - finance/odoo: fix pkg-plist with non-default python
Summary: finance/odoo: fix pkg-plist with non-default python
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: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-04-04 20:43 UTC by Chad Jacob Milios
Modified: 2026-04-07 19:39 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (acm)
vvd: merge-quarterly+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chad Jacob Milios 2026-04-04 20:43:09 UTC
find     1044326_10151536655788963_5871%%PYTHON_SUFFIX%%44_n.jpg
replace  1044326_10151536655788963_587131144_n.jpg

didnt notice anything similar in odoo{16,17,18}

appreciate you, Jose
Comment 1 commit-hook freebsd_committer freebsd_triage 2026-04-07 19:32:28 UTC
A commit in branch main references this bug:

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

commit ea944aa0d4683c78c94b7bd1ae883d92d5e2795d
Author:     Chad Jacob Milios <milios@ccsys.com>
AuthorDate: 2026-04-07 19:28:09 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-04-07 19:32:14 +0000

    finance/odoo: Fix pkg-plist with non-default python

    Incorrect auto-substitution - "311" was replaced with "%%PYTHON_SUFFIX%%".

    PR:             294248
    Approved by:    blanket (fix build)
    Sponsored by:   UNIS Labs
    MFH:            2026Q2

 finance/odoo/pkg-plist | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2026-04-07 19:35:29 UTC
A commit in branch 2026Q2 references this bug:

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

commit b4e7cd4f00c9d01b8f0c502dfe6927dcd4dce536
Author:     Chad Jacob Milios <milios@ccsys.com>
AuthorDate: 2026-04-07 19:28:09 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-04-07 19:34:37 +0000

    finance/odoo: Fix pkg-plist with non-default python

    Incorrect auto-substitution - "311" was replaced with "%%PYTHON_SUFFIX%%".

    PR:             294248
    Approved by:    blanket (fix build)
    Sponsored by:   UNIS Labs
    MFH:            2026Q2

    (cherry picked from commit ea944aa0d4683c78c94b7bd1ae883d92d5e2795d)

 finance/odoo/pkg-plist | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2026-04-07 19:39:14 UTC
Thanks.