Bug 269910 - finance/odoo finance/odoo1[45]: Replace reference to PY_PILLOW with its value
Summary: finance/odoo finance/odoo1[45]: Replace reference to PY_PILLOW with its value
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: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-02 09:32 UTC by Yasuhiro Kimura
Modified: 2023-05-17 04:49 UTC (History)
0 users

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


Attachments
Patch file (2.61 KB, patch)
2023-03-02 09:32 UTC, Yasuhiro Kimura
acm: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2023-03-02 09:32:29 UTC
Created attachment 240524 [details]
Patch file

Since these ports work with Python 3.7 and later, the value of PY_PILLOW doesn't change. So replace reference to it with its value.
Comment 1 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2023-03-30 14:36:31 UTC
Comment on attachment 240524 [details]
Patch file

Please, commit it, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-05-17 04:49:08 UTC
A commit in branch main references this bug:

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

commit 0accf0c11db121b30c12c464826916ed17b2da19
Author:     Yasuhiro Kimura <yasu@freebsd.org>
AuthorDate: 2023-05-17 04:46:49 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2023-05-17 04:46:49 +0000

    finance/odoo*: Change PY_PILLOW variable for real reference

    PR:             269910

 finance/odoo/Makefile   | 2 +-
 finance/odoo14/Makefile | 2 +-
 finance/odoo15/Makefile | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
Comment 3 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2023-05-17 04:49:23 UTC
Committed thanks!