| 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: |
|
||||||
Comment on attachment 240524 [details]
Patch file
Please, commit it, thanks!
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(-) Committed thanks! |
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.