Bug 269401 - devel/py-factory-boy: Replace reference to PY_PILLOW with its value
Summary: devel/py-factory-boy: 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: Yasuhiro Kimura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-08 07:37 UTC by Yasuhiro Kimura
Modified: 2023-02-10 05:59 UTC (History)
1 user (show)

See Also:
meka: maintainer-feedback+


Attachments
Patch file (1.09 KB, patch)
2023-02-08 07:37 UTC, Yasuhiro Kimura
no flags 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-02-08 07:37:55 UTC
Created attachment 239987 [details]
Patch file

Since this port doesn't work with Python 2.7, the value of PY_PILLOW doesn't change. So replace reference to it with its value.

This is preparation to remove PY_PILLOW.
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-02-10 05:52:05 UTC
A commit in branch main references this bug:

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

commit a1c41375cac7953db65f0794c550467cce921477
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2023-02-08 07:34:29 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2023-02-10 05:50:33 +0000

    devel/py-factory-boy: Replace reference to PY_PILLOW with its value

    Since this port doesn't work with Python 2.7, the value of PY_PILLOW
    doesn't change. So replace reference to it with its value.

    PR:             269401
    Approved by:    maintainer

 devel/py-factory-boy/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)