Bug 269910

Summary: finance/odoo finance/odoo1[45]: Replace reference to PY_PILLOW with its value
Product: Ports & Packages Reporter: Yasuhiro Kimura <yasu>
Component: Individual Port(s)Assignee: Jose Alonso Cardenas Marquez <acm>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (acm)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch file acm: maintainer-approval+

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!